Could someone explain the difference between these two problems:
6:2(2 + 1) and 6/2(2 + 1)?
The first one should be read as $$\frac{6}{2(2 + 1)} = \frac{6}{6} = 1$$ while the second is actually $$\left(\frac{6}{2}\right) \times (2 + 1) = 3 \times 3 = 9.$$ Am I right?