Power of a Power

Introduction

Welcome back to Rules of Integer Exponents! You've already added two essential exponent shortcuts to your toolkit: the product rule for multiplying same-base powers and the quotient rule for dividing them. Now past the halfway mark of this course, we tackle a new kind of expression: what happens when a power is raised to another power? This is the Power of a Power Rule, and together with the product and quotient rules, it completes the core set of exponent laws.

Stacking One Exponent on Another

So far, we've combined powers that sit next to each other in a multiplication or a division. But sometimes one power sits inside another. The expression (23)2(2^3)^2 tells us to take 232^3 and raise that entire quantity to the second power — we're stacking one exponent on top of another.

This kind of structure shows up whenever a repeated process is itself repeated. Think of folding a piece of paper: each fold doubles the number of layers, so folding three times gives 232^3 layers. If you then repeated that entire three-fold sequence twice, the layers would compound. Let's unpack what happens by expanding a few examples by hand.

Discovering the Rule Through Expansion

Let's start with (23)2(2^3)^2. The outer exponent 22 means we multiply the inner power, 232^3, by itself two times:

(23)2=23×23(2^3)^2 = 2^3 \times 2^3

Now expand each 232^3 into its individual factors:

(2×2×2)×(2×2×2)=26(2 \times 2 \times 2) \times (2 \times 2 \times 2) = 2^6

We end up with six factors of 22, and sure enough, 6=3×26 = 3 \times 2. Let's confirm the pattern with a second example:

(52)3=52×52×52=(5×5)(5×5)(5×5)=56(5^2)^3 = 5^2 \times 5^2 \times 5^2 = (5 \times 5)(5 \times 5)(5 \times 5) = 5^6

Once again, 6=2×36 = 2 \times 3. The inner exponent tells us how many factors are in each copy, and the outer exponent tells us how many copies we have. Multiplying those two counts gives the total number of factors.

Step-by-step expansion of (2 cubed) squared into six factors of 2

The Power of a Power Rule

Here is the general rule we just discovered:

(am)n=a m×n(a^m)^n = a^{\,m \times n}

When a power is raised to another power, keep the base and multiply the exponents. A few quick examples:

ExpressionMultiply ExponentsSingle PowerValue
(32)2(3^2)^22×2=42 \times 2 = 4343^48181
(102)3(10^2)^32×3=62 \times 3 = 610610^61,000,0001{,}000{,}000
(25)2(2^5)^25×2=105 \times 2 = 102102^{10}1,0241{,}024

Notice how this rule fits alongside the two you already know:

  • Product rule: same base, multiplying powers → add exponents
  • Quotient rule: same base, dividing powers → subtract exponents
  • Power of a power: raising a power to a power → multiply exponents

Each rule pairs a familiar operation on expressions with a simpler operation on their exponents.

Comparison table of the three exponent rules: product, quotient, and power of a power

Handling Zero and Negative Exponents

The rule holds whenever either exponent is zero. Because multiplying any number by zero gives zero, and any nonzero base to the zero power equals 1, the result is always 1:

(54)0=5 4×0=50=1(50)3=5 0×3=50=1(5^4)^0 = 5^{\,4 \times 0} = 5^0 = 1 \qquad\qquad (5^0)^3 = 5^{\,0 \times 3} = 5^0 = 1

The power of a power rule still applies when one or both exponents are negative — we just multiply them using the sign rules you already know from arithmetic. Consider (3−1)2(3^{-1})^2. Multiplying the exponents gives −1×2=−2-1 \times 2 = -2:

(3−1)2=3−2=132=19(3^{-1})^2 = 3^{-2} = \frac{1}{3^2} = \frac{1}{9}

We can verify by expanding: 3−1×3−1=13×13=193^{-1} \times 3^{-1} = \frac{1}{3} \times \frac{1}{3} = \frac{1}{9}. ✓

Here are two more examples with mixed signs:

ExpressionMultiply ExponentsSingle PowerValue
(23)−2(2^3)^{-2}3×(−2)=−63 \times (-2) = -62−62^{-6}164\frac{1}{64}
(10−2)−3(10^{-2})^{-3}(−2)×(−3)=6(-2) \times (-3) = 610610^{6}1,000,0001{,}000{,}000

A positive times a negative exponent gives a negative result (a fraction), while a negative times a negative gives a positive result (a whole number or a large power). The sign rules carry over directly.

Applying the Rule to Real-world Problems

The power of a power rule appears naturally whenever we square or cube a quantity that is already expressed as a power. Let's look at two quick examples.

Area of a square garden. A garden plot measures 52=255^2 = 25 feet on each side. To find the area, we square the side length:

(52)2=5 2×2=54=625 square feet(5^2)^2 = 5^{\,2 \times 2} = 5^4 = 625 \text{ square feet}

Instead of computing 25×2525 \times 25 by hand, we multiply the exponents and evaluate a single power.

Square garden plot showing side length as 5 squared and area as 5 to the fourth power

Volume of a storage cube. A cubic shipping container has an edge length of 23=82^3 = 8 centimeters. Its volume is the edge length cubed:

(23)3=2 3×3=29=512 cubic centimeters(2^3)^3 = 2^{\,3 \times 3} = 2^9 = 512 \text{ cubic centimeters}

In both cases, stacking one exponent on another captures the idea that a repeated measurement is being repeated again — side length becomes area, or edge length becomes volume. The power of a power rule turns that layered calculation into a single, quick multiplication of exponents.

Conclusion and Next Steps

Here's the key takeaway: when a power is raised to another power, keep the base and multiply the exponents — (am)n=a m×n(a^m)^n = a^{\,m \times n}. This works for positive, zero, and negative exponents alike. Combined with the product rule and the quotient rule from the first two lessons, you now have the complete set of core exponent laws.

Up next, you'll put this rule to the test! The practice exercises will walk you through hands-on expansions, direct exponent multiplication, negative exponent challenges, and real-world scenarios spanning digital imaging, chip engineering, and pharmacy. Let's get to it!

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