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 ?
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 ?
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}})$$