Evaluating -3^2

Earlier today, I sat down to help my younger brother with his 8th grade math homework, and ran across the expression -3^2. I’ve always thought that this evaluated to the value 9, but the book claims it is -9. I know that (-3)^2 = 9 and -(3^2) = -9, but what is the rule when there are no parenthesis?

Exponents happen before multiplications. So 3^2 is evaluated first, then the -.

The square of a number can never be a negative number, so (-3)^2 can never be -9.

When there are no parenthesis, the order of operators takes over. Since the only operator in -3^2 is the exponation, you treat it as -3 * -3.

Zev Steinhardt

Well, I’d have to say that the first two responses at least make me feel better about being confused :slight_smile: And thanks for the responses!

As has been said, you follow order of operations. I’m having trouble finding a good tutorial, but here’s the basic structure of order:

  1. Parentheses
  2. Exponents
  3. Multiplication and Division
  4. Addition and Subtraction

Although it is sometimes notationally convenient to place negation between steps 1 and 2, as zev_steinhardt has, the book seems to want it placed in step 4, as jbird3000 has.

Another helpful reply! :smiley:

The correct answer is -9 for the reasons stated; there are no parentheses, so the exponent 3^2 is done before multiplying the whole thing by -1. -3^2=-(3^2)=-9, this is different from (-3)^2.

Dr_Paprika
(who in eleven years of university
took 19 friggin’ math courses)

Yes but, the exponent 2 just means multiply the number by itself. The number is -3 which multiplied by itself is 9.

As far as the order of operations goes, an exponent is just a shorthand way of indicating multiplication. So if you have -3[sup]3[/sup]5 what you really have is -3-3*-35 = -275.

In writing the general term for an alternating series all the math books I’ve seen use the term -1[sup]n+1[/sup] to get the signs, n starting at 1 and going up. So the signs are -1[sup]2[/sup] = +1, -1[sup]3[/sup] = -1, etc.

If the expression was -x[sup]2[/sup], I think it would be clearer that one exponentiates first.

What is the value of 2x[sup]2[/sup] - x[sup]2[/sup] for x = 3?

Well it would be x[sup]2[/sup] irrespective of the value of x. x[sup]2[/sup] is x*x which is 9 for x = either 3 or -3.

Reiterating what some other people said – IANAMathematician, but this was something my college algebra prof emphasized at the beginning of this past semester. It’s -9. A negative sign on a number is the equivalent of multiplying that number by -1. If there are no parentheses to indicate (-3)^2, then the order of operations that Achernar listed applies, exponents before multiplication, therefore you get -9.

But a negative number is just that: a negative number. It’s not a positive number multiplied by -1.

If that were the case, what would -1 be? It would be 1*-1. But -1 is 1*-1, so it would be 11-1. Infinite regress – 11111*1… – and -1 would equal 1, and negative numbers would be impossible. The math I learned would have -3^2 be 9.

I have to agree with the -9 answer, for the reasons already mentioned by jbird3000 and others.

Not to hijack this, but matt_mcl, I was taught that negative numbers are defined as the additive inverses of their corresponding positives, i.e. that for any a > 0 there exists a number -a such that a + (-a) = 0, and further that -a = (-1)a.

Thus, -3^2 = (-1)(3^2), not (-3)^2, which is why the correct answer is -9

-3^2 = -(3^2) NOT (-3)^2

The mathbook is right, or so says http://mathforum.org/library/drmath/view/55709.htmlDr. Math.

(And AntaresJB and the rest, of course.)

There are two types of “-” operator. The (binary) subtraction operator (e.g. 3-2) requires a left operand and a right operand. The unary minus operator (e.g. -3) takes only a right operand and is used to indicate negative numbers. The binary form has a lower precedence than multiplication, while the unary form has a higher precedence than multiplication or exponentiation. Which operator is being used depends on the context:



     -3[sup]2[/sup] = (-3) * (-3)    =  9
 0 - 3[sup]2[/sup] = 0 - (3 * 3)     = -9
-3[sup]2[/sup] - 0 = (-3) * (-3) - 0 =  9


Hmmm. Odd indeed. For what it’s worth, Perl (a computer programming language) has 24 levels of precedence of operators, rather than the paltry 4 used in high school math. The camel book (p. 77) admits that this is too many, but on the plus side, they are intuitive, unless of course you happen to be psychotic. If you are merely neurotic, the camel book suggests using paretheses.

The unary + and - are at level 5, while the binary + and - are at level 8. The exponentiation operator, , is at level 4, which binds more tightly than unary minus, so -24 is -(2**4), not (-2)**4.

Then again, I would have intuitively argued that -3^2 means (-3)^2, so I guess that makes me psychotic :slight_smile: There is of course a small chance that Perl syntax is not the final arbiter of correctness, but I doubt it.

For those who need more details, the camel book is O’Reilly Publishing’s ``Programming Perl’’, by Larry Wall et al. ISBN 1-56592-149-6. Just so no-one yells ‘cite’ at me :slight_smile:

The Simplify function at QuickMath says that “-3^2” is -9. Putting in “(-3)^2” gives you 9, but plain old -3^2 says -9.

The expression calculator at AlgebraHelp.com says the same thing. “-3^2” is -9. (Order of Operations and Simplifying Calculator on the Calculators page.)

As does the Math.com Algebra Solver - Simplification. -3^2 = -9.

Helpful?

Foolish psycho!

Actually, I had written out an elaborate proof of why -3^2 had to equal 9 and my finger was trembling over the “submit” button when something told me I’d better check some math sites before posting, and sure enough I was wrong, which just goes to show you, always listen to imaginary voices in your head.

Psycho fool!

:smack: Ach, the heck with counter-intuitive orders of precedence!

[Barbie]
Math is hard!
[/Barbie]

And the difference is?