The Product Rule

Introduction

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, 232^3 means 2×2×22 \times 2 \times 2 (three factors of 2), and 545^4 means 5×5×5×55 \times 5 \times 5 \times 5 (four factors of 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.

Factor counting diagram for 2³ and 5⁴

Discovering the Pattern

Let's see what happens when we multiply two powers that have the same base. Consider 23×222^3 \times 2^2. Expanding each power into its factors gives us:

23×22=(2×2×2)×(2×2)=252^3 \times 2^2 = (2 \times 2 \times 2) \times (2 \times 2) = 2^5

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)=454^2 \times 4^3 = (4 \times 4) \times (4 \times 4 \times 4) = 4^5

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.

The Product Rule

Here is the general rule we just discovered:

am×an=am+na^m \times a^n = a^{m+n}

When multiplying two powers that share the same base, keep the base and add the exponents. A couple of quick examples:

  • 32×33=32+3=35=2433^2 \times 3^3 = 3^{2+3} = 3^5 = 243
  • 51×54=51+4=55=3,1255^1 \times 5^4 = 5^{1+4} = 5^5 = 3{,}125

⚠️ Common Mistake: When applying the product rule, students sometimes multiply the bases as well as add the exponents — for example, writing 23×22=452^3 \times 2^2 = 4^5. This is incorrect. The base stays the same; only the exponents are added. The correct result is 23×22=252^3 \times 2^2 = 2^5. 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+pa^m \times a^n \times a^p = a^{m+n+p}

For example:

22×23×24=22+3+4=29=5122^2 \times 2^3 \times 2^4 = 2^{2+3+4} = 2^9 = 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×322^3 \times 3^2 has different bases, so the product rule does not help simplify it — you would need to evaluate each power separately.

Diagram showing two same-base powers combining into one power

Extending to Zero and Negative Exponents

The product rule isn't limited to positive exponents. Recall that a0=1a^0 = 1 for any nonzero base, and a negative exponent gives a reciprocal (for instance, 23=1232^{-3} = \frac{1}{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.

ExpressionAdd the ExponentsSingle PowerValue
53×515^3 \times 5^{-1}3+(1)=23 + (-1) = 2525^22525
22×252^{-2} \times 2^52+5=3-2 + 5 = 3232^388
74×707^4 \times 7^04+0=44 + 0 = 4747^42,4012{,}401

The last row makes intuitive sense: multiplying by 70=17^0 = 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.

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 323^2 bacteria on a slide. After incubation, the colony grows by a factor of 343^4. The total count is:

32×34=32+4=36=729 bacteria3^2 \times 3^4 = 3^{2+4} = 3^6 = 729 \text{ bacteria}

Technology — camera sensors. A camera sensor has 2102^{10} pixels in each row and 2102^{10} pixels in each column. The total pixel count is 210×210=220=1,048,5762^{10} \times 2^{10} = 2^{20} = 1{,}048{,}576 pixels — roughly one megapixel. Instead of multiplying large numbers, we just added the exponents.

Grid diagram showing 2¹⁰ by 2¹⁰ pixel sensor equaling 2²⁰ total pixels

Physics — mass of protons. A single proton has a mass of about 102710^{-27} kg, and a lab sample contains 102310^{23} protons. The total mass is 1027×1023=10410^{-27} \times 10^{23} = 10^{-4} kg, which is 0.00010.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.

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+na^m \times a^n = a^{m+n}, and more generally am×an×ap=am+n+pa^m \times a^n \times a^p = a^{m+n+p}. This shortcut follows directly from viewing exponents as a count of repeated factors, and it works whether the exponents are positive, zero, or negative.

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!

Sign up

Join the 1M+ learners on CodeSignal

Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal