I have a problem that looks like this:
$$\frac{20x^5y^3}{5x^2y^{-4}}$$
Now they said that the "rule" is that when dividing exponents, you bring them on top as a negative like this:
$$4x^{5-2}*y^{3-(-4)}$$
That doesn't make too much sense though. A term like $y^{-4}$ is essentially saying $\large \frac 1{y^4}$ in the denominator because a negative exponent is the opposite of a positive exponent and you use division. And so here you are dividing by $y$ four times. So if that's the case, you cross multiply: $\large \frac{1}{y^4} \frac{y^4}{1}$ on bottom and then of course to keep balance, you multiply $\large \frac{y^4}{1}$ on top to get this:
$$4x^{5 - 2}y^{3 + 4}$$
Now look at my solution and look at the other one. They get the same answer but through different means. I dont see how they get $y^{3-(-4)}$.
What the other solution did is a straightforward application of the rule: $\frac1{y^n} = y^{-n}$. For $n = -4$, you get $\frac1{y^{-4}} = y^{-(-4)} = y^4$. Does that make it clear?