Stupid question but how in the world does 1/3^-2 not be the same thing as 3^-2? The first answer I got is 9, the second one I got is 0.111... Isn't the negative power just 1/3/3? What difference does it make when I do 1/1/3/3?
2026-03-26 20:44:24.1774557864
What is the difference between $\dfrac{1}{3^{-2}}$ and $3^{-2}$
109 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Brackets are your friend. Without brackets it is difficult to determine the meaning of the symbols. You have $$(1/3)^{(-2)} = (3^{-1})^{(-2)} = 3^{(-1)(-2)} = 3^2 = 9$$ whereas $$3^{(-2)} = 3^{(2)(-1)}= (3^2)^{(-1)} = 9^{-1}.$$ But this demonstration is pointless unless you are clear on the meaning of the symbols $a^{-1}$ and $a^b$. This may be a topic for another question.