Intuitively answer of $(1/1)/(1/(5^{-2}))=25$ But assuming this mathematical logic of evaluating $(a/b) /(c/d) = (a*d) / (b*c)$ equation evaluates to $1/25$.
Is there any specified rule to put parenthesis ..
What i have studied in operator associativity is / is having left to right associativity which evaluates the above to 25 .
This is where you're wrong:
$\dfrac{\frac{1}{1}}{\frac{1}{5^{-2}}} = \dfrac{\frac{1}{1}}{5^2} = \frac{1}{25} \neq 25$
Most likely, because you've forgotten that $5^{-2} = \frac{1}{5^2}$