mathdrama said:
I was to evaluate this: (-5x^2y^3)^-2
This is what I came up with:= 1/(-5x2y3) (-5x2y3)
=1/25x4y6
Is this correct?
It really helps if you use Latex.
We start with:
$(-5x^2y^3)^{-2}$.
Using the rule:
$(ab)^c = (a^c)(b^c)$
with: $a = -5x^2$ and $b = 2y^3$ and $c = -2$, we get:
$(-5x^2y^3)^{-2} = (-5x^2)^{-2}(y^3)^{-2}$
and applying it again we have $(-5x^2)^{-2} = (-5)^{-2}(x^2)^{-2}$, so the whole thing is:
$= (-5)^{-2}(x^2)^{-2}(y^3)^{-2}$.
Now using the rule:
$(a^b)^c = a^{bc}$ we get:
$ = (-5)^{-2}(x^{-4})(y^{-6})$.
Finally, using the rule:
$a^{-b} = \dfrac{1}{a^b}$ we have our expression is:
$= \dfrac{1}{5^2}\cdot\dfrac{1}{x^4}\cdot\dfrac{1}{y^6} = \dfrac{1}{25x^4y^6}$
As you can see, this is much easier on the eyes than what you posted, although our answers agree.
It's hard to say whether or not this really represents a "simplification", as nothing really "cancelled out".