You can put this solution on YOUR website! what is a to the third power over b divided by a over b to the second power?
------
(a^3/b)/(a/b^2)
----
Invert the denominator and multiply:
-------
= (a^3/b)*(b^2/a)
-----------
Cancel any factor common to a numerator and a denominator.
---
= (a^2/1)*(b/1)
---
= a^2b
===========
Cheers,
Stan H.