Questions: Integer Order of Operations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What is the value of −5²?

A25, because squaring a negative gives a positive
B−25, because exponentiation applies to 5 first, then the negation is applied
C−10, because −5² means −5 + (−5)
D0, because −5 and 5 cancel each other
Question 2 Multiple Choice

A student evaluates 8 − (−4 + 6) and gets 18. Which mistake explains this error?

AThey evaluated addition before subtraction even though subtraction comes first reading left to right
BThey distributed the subtraction incorrectly — treating −(−4 + 6) as +(−4) + 6 instead of subtracting the entire quantity (which equals 2)
CThey computed −4 + 6 as −2 instead of +2
DThey forgot to apply parentheses before subtraction
Question 3 True / False

−3² and (−3)² evaluate to the same number because both expressions involve squaring something negative.

TTrue
FFalse
Question 4 True / False

In the expression −2 · (−3) · (−4), the product is negative because there is an odd number of negative factors.

TTrue
FFalse
Question 5 Short Answer

Explain why −3² equals −9 rather than 9. What order-of-operations rule governs this, and how does writing (−3)² instead change the result?

Think about your answer, then reveal below.