Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
Welcome back to Making Sense of Exponents! This is our second lesson in the course, and you are already building momentum. In the first lesson, we learned that an exponent tells us how many times to use the base as a factor, and we practiced expanding and evaluating expressions like 34. Now we are ready to tackle a situation that trips up many learners: what happens when a negative sign is involved?
In this lesson, we will look closely at expressions like (−3)2 and −32. They may look almost identical at first glance, but they mean very different things and produce very different results. The key lies in parentheses, and by the end of this lesson, you will be able to tell the two forms apart, identify the base in each one, and evaluate both with confidence.
As you recall, the base is the number being multiplied repeatedly. When all the numbers are positive, identifying the base is straightforward. But once a negative sign enters the picture, we need a way to show whether that sign belongs to the base or not — and that is exactly the job parentheses do.
Think of parentheses as a container. Whatever is inside is bundled together as a single unit. If the negative sign sits inside, it is part of the package. If it sits outside, it is separate. This small visual detail completely changes the meaning of an expression.
This distinction is not just an academic detail — it matters in practice. If you type -3^2 into a calculator or a spreadsheet, you will get −9, not 9, because the software follows the same convention we are about to learn: without parentheses, the exponent applies to 3 alone. Getting this right matters every time you work with negative numbers and powers, so let's look at each case one at a time.
When we write (−3)2, the parentheses wrap around −3. This tells us the base is−3 — the entire negative number. The exponent 2 says "use −3 as a factor two times":
(−3)2=(−3)×(−3)=9
The result is positive because multiplying two negative numbers gives a positive product. Let's try another example with a higher exponent:
(−2)3=(−2)×(−2)×(−2)
Working left to right: (−2)×(−2)=4, then 4×(−2)=−8, so (−2)3=−8. Notice that this time the result is negative. We will explore why certain powers of negative bases come out positive and others come out negative in the next lesson. For now, the key takeaway is that the negative sign is part of the base, so it participates in every multiplication.
Now let's look at the expression −32. There are no parentheses around −3, so the base is just3. The negative sign sits outside and is applied after the exponent does its work. We can think of −32 as shorthand for −(32):
−32=−(32)=−(3×3)=−9
The exponent only touches the 3. We square 3 to get 9, and then the negative sign in front flips it to −9. Here is one more:
−24=−(24)=−(2×2×2×2)=−16
The exponent applies to 2 alone. We evaluate 24=16, and then the leading negative sign gives us −16. No matter how large the exponent is, without parentheses the negative sign stays on the sideline until the very end.
The entire distinction comes down to one question: does the negative sign live inside or outside the parentheses? Here is a comparison to make the pattern clear:
Expression
Base
What It Means
Value
(−3)2
−3
(−3)×(−3)
9
−32
3
−(3×3)
−9
(−2)4
−2
(−2)×(−2)×(−2)×(−2)
16
−24
2
−(2×2×2×2)
−16
If the negative sign and the number appear together inside parentheses with the exponent outside, the negative sign is part of the base. If there are no parentheses (or the parentheses only surround the positive number), the negative sign is not part of the base.
Let's walk through a complete pair so the process feels routine. Consider (−5)3 and −53.
Evaluating(−5)3: the base is −5, and the exponent is 3.
Expand:(−5)3=(−5)×(−5)×(−5)
First pair:(−5)×(−5)=25
Next factor:25×(−5)=−125
So (−5)3=−125.
Evaluating−53: the base is 5, and the negative sign is applied afterward.
Expand:−53=−(5×5×5)
First pair:5×5=25
Next factor:25×5=125
Apply the negative sign:−(125)=−125
So −53=−125.
Interestingly, both expressions give the same result here! That is because the exponent is odd. But this will not always be the case — look back at the table above: (−3)2=9 while −32=−9. With an even exponent, the two forms produce opposite signs. Keep this in mind as you practice.
Assuming parentheses do not matter. As we have seen, (−3)2=9 while −32=−9. Always check whether the negative sign is inside or outside.
Making the negative sign part of the base when there are no parentheses. In standard math notation, −32 means "take the opposite of 32." Without parentheses explicitly grouping the negative sign with the base, the exponent applies first.
When in doubt, expand the expression. Write out all the factors, and you will see exactly what the base is and where the negative sign belongs.
Let's recap what we covered. The expression (−3)2 has a base of −3 because the parentheses bundle the negative sign with the number, while −32 has a base of just 3 with the negative sign applied after the power is computed. To identify the base, check the parentheses: if the negative sign is inside them, it is part of the base; if not, it is separate.
Now it is time to sharpen these skills with some hands-on practice! You will classify expressions by their base, trace through step-by-step evaluations, and compute results on your own. Jump in and see how quickly you can spot the difference!