Pre-Algebra

Exponent Laws

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Exponent laws are the foundation for nearly everything you'll encounter in algebra and beyond. When you're simplifying expressions, solving equations, or working with scientific notation, these rules are what make complex calculations manageable. You're being tested on your ability to recognize when to apply each law and how to combine them, not just whether you've memorized the formulas.

Here's the core idea: exponents are shortcuts for repeated multiplication. Writing 252^5 is just a compact way of saying 2×2×2×2×22 \times 2 \times 2 \times 2 \times 2. Every single exponent law flows logically from that fact. So if you ever blank on a rule during a test, you can rebuild it by thinking about what repeated multiplication actually does.


Combining Powers with the Same Base

When you're working with powers that share the same base, the exponent laws let you combine them into a single expression. The base stays the same; only the exponents change based on the operation.

Product of Powers

Add exponents when multiplying same bases: am×an=am+na^m \times a^n = a^{m+n}

This works because you're combining groups of repeated multiplication. For example, x2×x3x^2 \times x^3 means (x×x)×(x×x×x)(x \times x) \times (x \times x \times x), which is five xx's multiplied together: x5x^5.

  • The base never changes. x2×x3=x5x^2 \times x^3 = x^5, not x6x^6 and not 2x52x^5
  • Common mistake: students multiply the exponents instead of adding them. Multiplication of bases means addition of exponents

Quotient of Powers

Subtract exponents when dividing same bases: am÷an=amna^m \div a^n = a^{m-n}

This reflects canceling common factors. x5x2=x×x×x×x×xx×x\frac{x^5}{x^2} = \frac{x \times x \times x \times x \times x}{x \times x}, and two xx's cancel, leaving x3x^3.

  • Order matters: always subtract the denominator's exponent from the numerator's
  • This rule also explains why negative exponents exist: a2÷a5=a3a^2 \div a^5 = a^{-3}, which connects to the negative exponent law below

Compare: Product of Powers vs. Quotient of Powers: both require the same base, but multiplication means add exponents while division means subtract. If you confuse these on a test, pause and think: am I combining groups (add) or canceling them (subtract)?


Raising Powers to Powers

When an expression with an exponent gets raised to another power, you're stacking layers of repeated multiplication. These laws distribute the outer exponent to everything inside.

Power of a Power

Multiply exponents when a power is raised to a power: (am)n=am×n(a^m)^n = a^{m \times n}

Why? Because (a2)3(a^2)^3 means a2×a2×a2a^2 \times a^2 \times a^2. Using the product rule, you add: 2+2+2=62 + 2 + 2 = 6. That's the same as 2×3=62 \times 3 = 6, so (a2)3=a6(a^2)^3 = a^6.

  • Watch the parentheses: (a2)3=a6(a^2)^3 = a^6 is different from a23=a8a^{2^3} = a^8. Placement changes everything
  • This simplifies nested expressions in one step: (x4)2=x8(x^4)^2 = x^8

Power of a Product

Distribute the exponent to each factor: (ab)n=an×bn(ab)^n = a^n \times b^n

The exponent applies to every piece inside the parentheses, including coefficients.

  • (2x)3=23×x3=8x3(2x)^3 = 2^3 \times x^3 = 8x^3. This is frequently tested, and forgetting to raise the 2 is a common error
  • Works with any number of factors: (2xy)4=24×x4×y4=16x4y4(2xy)^4 = 2^4 \times x^4 \times y^4 = 16x^4y^4

Power of a Quotient

Distribute the exponent to numerator and denominator: (ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}

This treats fractions the same way the product rule treats multiplication.

  • (x2)4=x424=x416\left(\frac{x}{2}\right)^4 = \frac{x^4}{2^4} = \frac{x^4}{16}
  • With negative exponents, the fraction flips: (ab)n=(ba)n\left(\frac{a}{b}\right)^{-n} = \left(\frac{b}{a}\right)^n

Compare: Power of a Power vs. Power of a Product: both involve raising something to a power, but Power of a Power multiplies exponents (one base) while Power of a Product distributes the exponent (multiple bases). Ask yourself: is there one base or multiple?


Special Exponent Values

Zero, negative, and fractional exponents extend the pattern of exponent laws to handle cases that aren't obvious from basic repeated multiplication. These rules maintain consistency across all exponent operations.

Zero Exponent

Any non-zero base to the zero power equals 1: a0=1a^0 = 1 (where a0a \neq 0)

This follows directly from the quotient rule. Take a3÷a3a^3 \div a^3: you know this equals 1 (anything divided by itself is 1), but the quotient rule gives you a33=a0a^{3-3} = a^0. So a0a^0 must equal 1.

  • The base doesn't matter: 50=15^0 = 1, (3)0=1(-3)^0 = 1, (2x)0=1(2x)^0 = 1
  • 000^0 is undefined. This is a common trick question, so don't assume it equals 1

Negative Exponent

Negative exponents mean reciprocals: an=1ana^{-n} = \frac{1}{a^n}

A negative exponent flips the base to the denominator. It does not make the answer negative.

  • 23=123=182^{-3} = \frac{1}{2^3} = \frac{1}{8}, not 8-8 and not 18\frac{1}{-8}
  • This works in reverse too: 1an=an\frac{1}{a^{-n}} = a^n, which helps when simplifying complex fractions

Compare: Zero Exponent vs. Negative Exponent: zero gives you 1 regardless of the base, while negative gives you a fraction. Both are consequences of the quotient rule, so if you understand am÷an=amna^m \div a^n = a^{m-n}, these make perfect sense.

Fractional Exponent

The denominator of a fractional exponent indicates the root, and the numerator indicates the power:

am/n=amn=(an)ma^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m

So x1/2=xx^{1/2} = \sqrt{x}, and x1/3=x3x^{1/3} = \sqrt[3]{x}. For something like 82/38^{2/3}, you can either take the cube root first and then square it (easier with nice numbers), or square first and then take the cube root. Both give the same answer: (83)2=22=4(\sqrt[3]{8})^2 = 2^2 = 4.

  • This law bridges exponents and radicals, letting you convert between forms when simplifying or solving equations
  • You can combine this with negative exponents: x1/2=1xx^{-1/2} = \frac{1}{\sqrt{x}}

Compare: Negative Exponent vs. Fractional Exponent: negative moves the base to a fraction (reciprocal), while fractional converts to a root. You can have both at once: x1/2=1xx^{-1/2} = \frac{1}{\sqrt{x}}.


Quick Reference Table

OperationLawExample
Same base multiplicationam×an=am+na^m \times a^n = a^{m+n}x2×x3=x5x^2 \times x^3 = x^5
Same base divisionam÷an=amna^m \div a^n = a^{m-n}x5÷x2=x3x^5 \div x^2 = x^3
Nested powers(am)n=amn(a^m)^n = a^{mn}(x2)3=x6(x^2)^3 = x^6
Power of a product(ab)n=anbn(ab)^n = a^n b^n(2x)3=8x3(2x)^3 = 8x^3
Power of a quotient(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}(x2)3=x38\left(\frac{x}{2}\right)^3 = \frac{x^3}{8}
Zero exponenta0=1a^0 = 150=15^0 = 1
Negative exponentan=1ana^{-n} = \frac{1}{a^n}23=182^{-3} = \frac{1}{8}
Fractional exponentam/n=amna^{m/n} = \sqrt[n]{a^m}82/3=48^{2/3} = 4

Self-Check Questions

  1. Which two exponent laws both require the bases to be the same before you can apply them?

  2. If you see (3x2)4(3x^2)^4, which laws do you need to apply, and in what order?

  3. Compare and contrast the Zero Exponent and Negative Exponent rules. How does the quotient rule explain both?

  4. A student simplifies x3×x4x^3 \times x^4 as x12x^{12}. What mistake did they make, and which law should they have used?

  5. How would you rewrite x2/3x^{-2/3} using only positive exponents and radicals? Which two special exponent rules are you combining?

Exponent Laws to Know for Pre-Algebra