The problem asks you to simplify:
[5^6 * 5^4x] / [5^4]
The answer is 5^(4x+2), which makes sense if you first add the numerator exponents together, then subtract the denominator's exponent. However, can't you also break down into:
[5^6 / 5^4] * [5^4x / 5^4]?
in this case, the answer appears to be 5^(4x-2), which would be different. can you explain what might be wrong with my approach via method 2?
many thanks,