Welcome to Rules of Integer Exponents, the second course in your learning path! In the previous course, you built a solid understanding of what exponents mean, how negative bases and signs behave, and what happens with zero and negative exponents. Now it's time to put that foundation to work and learn the shortcuts that make exponent arithmetic fast and efficient. In this first lesson, we focus on the Product Rule — the rule that tells you exactly what happens when you multiply two powers that share the same base.
Exponents Count Factors
Before we introduce anything new, let's ground ourselves in one key idea. An exponent tells you how many times to use the base as a factor. For example, 23 means 2×2×2 (three factors of 2), and 5 means (four factors of 5).
Discovering the Pattern
Let's see what happens when we multiply two powers that have the same base. Consider 23×22. Expanding each power into its factors gives us:
The Product Rule
Here is the general rule we just discovered:
am×an=am+n
When multiplying two powers that share the same base, keep the base and add the exponents. A couple of quick examples:
Extending to Zero and Negative Exponents
The product rule isn't limited to positive exponents. Recall that a0=1 for any nonzero base, and a negative exponent gives a reciprocal (for instance, 2−3=). The great news is that the rule works exactly the same way — just add the exponents, even when they are zero or negative.
Real-World Applications
The product rule shows up naturally whenever same-base quantities multiply together. Let's walk through three real-world scenarios.
Biology — bacterial growth. Suppose a biology student counts 32 bacteria on a slide. After incubation, the colony grows by a factor of 34. The total count is:
Conclusion and Next Steps
Let's recap the big idea. When you multiply two or more powers that share the same base, you keep the base and add the exponents: am×an=am+n, and more generally . This shortcut follows directly from viewing exponents as a count of repeated factors, and it works whether the exponents are positive, zero, or negative.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
4
5×5×5×5
Keeping this "factor-counting" perspective front and center will make the product rule feel completely natural, because the rule is really just a shortcut for counting factors.
2
3
×
22=
(2×
2×
2)×
(2×
2)=
25
Three 2s from the first power plus two 2s from the second power gives five 2s in total. Now try the same idea with base 4:
42×43=(4×4)×(4×4×4)=45
Two 4s plus three 4s again gives five 4s. Do you see the pattern? When we multiply powers with the same base, the total number of factors equals the sum of the two exponents. We are simply combining two groups of identical factors into one larger group.
32×33=32+3=35=243
51×54=51+4=5
⚠️ Common Mistake: When applying the product rule, students sometimes multiply the bases as well as add the exponents — for example, writing 23×22=45. This is incorrect. The base stays the same; only the exponents are added. The correct result is 23×22=25. Think of it this way: you are just counting up more factors of the same number, so the base never changes.
The rule extends naturally to three or more powers with the same base — just keep adding the exponents:
am×an×ap=am+n+p
For example:
22×23×24=22+3+4=29=512
Four 2s, then three 2s, then two 2s — nine 2s total. The same logic applies no matter how many powers are in the product.
One important detail: the bases must be the same for this rule to apply. An expression like 23×32 has different bases, so the product rule does not help simplify it — you would need to evaluate each power separately.
231
Expression
Add the Exponents
Single Power
Value
53×5−1
3+(−1)=2
52
25
2−2×25
−2+5=3
74×70
4+0=4
The last row makes intuitive sense: multiplying by 70=1 doesn't change anything, so the exponent stays at 4. This consistency across positive, zero, and negative exponents is what makes the product rule so reliable.
32×
34=
32+4=
36=
729 bacteria
Technology — camera sensors. A camera sensor has 210 pixels in each row and 210 pixels in each column. The total pixel count is 210×210=220=1,048,576 pixels — roughly one megapixel. Instead of multiplying large numbers, we just added the exponents.
Physics — mass of protons. A single proton has a mass of about 10−27 kg, and a lab sample contains 1023 protons. The total mass is 10−27×1023=10−4 kg, which is 0.0001 kg. Here the rule handles a negative exponent and a positive exponent seamlessly.
In every case, the product rule saves you from writing out long chains of factors.
am×an×ap=am+n+p
Up next, you'll put the product rule into practice through a series of hands-on tasks. You'll start by expanding factors to see the rule in action, then build speed applying it directly, and finish by solving real-world problems in biology, technology, and physics. Let's dive in!