So I was doing problems related to simplifying rational expressions and during one question I came across something I was not sure about. I had this problem after simplifying a bit:
$$\frac {64a^{12}b^6}1\cdot\frac {a^6}{-8b^3}$$
I tried cancelling the exponents of a and b, but I'm not sure whether the result is going to be this:
$$64a^6b^3$$
Or this:
$$64a^2b^2$$
Please send help
$$=\frac{64a^{12}b^6}{1}\cdot \frac{a^6}{-8b^3}$$ $$=\frac{64}{-8}\cdot \frac{a^{12}b^6}{1}\cdot \frac{a^6}{b^3}$$ $$=-8\cdot \frac{a^{12}a^6}{1}\cdot \frac{b^6}{b^3}$$ $$=-8\cdot \frac{a^{12+6}}{1}\cdot \frac{b^{6-3}}{1}$$ $$=-8\cdot \frac{a^{18}}{1}\cdot \frac{b^3}{1}$$ $$=-8\cdot a^{18}\cdot b^3$$ $$=-8a^{18}b^3$$