1. Which of the following correctly describes why $(-5)^2$ and $-5^2$ give different results?
- A.They give the same result; both equal $25$.
- B.In $(-5)^2$, the base is $-5$ so the result is $25$; in $-5^2$, the exponent applies only to $5$, giving $-(25) = -25$.
- C.In $(-5)^2$, the parentheses cancel the negative, giving $-25$; in $-5^2$, the result is $25$.
- D.The difference is due to the commutative property of multiplication.
View Answer
Answer: In $(-5)^2$, the base is $-5$ so the result is $25$; in $-5^2$, the exponent applies only to $5$, giving $-(25) = -25$.
Parentheses determine the base: When parentheses enclose the negative sign, as in $(-5)^2$, the entire quantity $-5$ is the base: $(-5) \times (-5) = 25$. Without parentheses, negation is applied last: In $-5^2$, exponentiation has higher precedence than the unary negative, so it means $-(5^2) = -25$. Why distractors fail: Option A claims they are equal, ignoring the order of operations. Option C reverses which expression is positive and which is negative. Option D references an irrelevant property.