Why Does -3^2 Equal -9 Instead of 9?

  • Context: High School 
  • Thread starter Thread starter RestlessMind
  • Start date Start date
  • Tags Tags
    Negative
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
RestlessMind
Messages
173
Reaction score
0
I thought powers were things like (using the example in the title): -3 * -3 = 9

But when I enter -3^2 in my calculator, I get -9. I thought a negative multiplied by a negative was a positive. What's going on here?
 
Mathematics news on Phys.org


It squares the three before multiplying by negative one.

(-3)2 = (-3)(-3) = 9
-32 = -(3)(3) = -9
 


The calculator assumes that you mean -32, not (-3)2. Try entering 3, then using the +/- key to change its sign, then hit the square key.
 


Ah, I see! Thanks very much!