I'm playing around with Raising Powers and had a strange result (it's probably not strange but I simply don't understand it).
$(-7)^2 = -49$ (wrong)
$(-5)^3 = -125$ (correct)
$(-3)^4 = -81$ (wrong)
$(-2)^5 = -32$ (correct)
My question here is, why are some of the above apparently cancelling out the negative(s) whilst others aren't?
Remember how powers work.
$$2^5 = 2\times 2\times2\times2\times2=32$$
Also recall that $$-9\times-3=27$$ When two negatives are multiplied together, they yield a positive.
If you multiply a negative number by itself, even number of times, you will get an positive answer, but if you multiply a negative number by itself odd number of times, you will get an negative answer.
$$(-2)^3 = -2 \times -2 \times -2 = 4 \times -2 = -8$$ $$(-2)^4 = -2 \times -2 \times -2 \times -2 = 4 \times 4 = 16$$
So,
$$(-3)^4 = -3 \times -3\times -3 \times -3 = 9 \times 9 = 81$$
WHEN YOU ENTER EXPONENTS IN THE CALCULATOR, MAKE SURE YOU ADD BRACKETS AROUND THE NUMBER. We know $(-3)^4 = 81$, BUT $-3^4 = -81$
ALWAYS ADD BRACKETS.