BODMAS Rule ("Of" vs "Division")?

51 Views Asked by At

What if the precedence of "of" in an expression ?

Consider this expression :-

(2/3) of (4/5) / (6/5) <== so first division will happen first of "of" will be applied ?

1

There are 1 best solutions below

1
On

It will be $\frac{2}{3}$ of $(\frac{\frac{4}{5}}{\frac{6}{5}})$

$$\frac{2}{3}\times (\frac{\frac{4}{5}}{\frac{6}{5}})$$