Skip to main content

Exponents and Powers — Rules, Examples, and Practice

Grade: 7-8 | Topic: Arithmetic

What You Will Learn

By the end of this guide you will understand what exponents are, know all the key exponent rules, and be able to simplify expressions that involve powers confidently. You will also see how exponents connect to negative exponents, scientific notation, and roots — giving you a strong foundation for algebra and science.

Theory

What is an exponent?

An exponent (or power) is a shorthand way to write repeated multiplication of the same number. Instead of writing 2×2×2×2×22 \times 2 \times 2 \times 2 \times 2, we write:

25=2×2×2×2×2=322^{5} = 2 \times 2 \times 2 \times 2 \times 2 = 32

The number being multiplied is called the base (here, 2). The small raised number is called the exponent (here, 5). Together, the expression 252^{5} is read as "two to the fifth power."

A few special cases to remember:

  • a1=aa^{1} = a — any number to the first power is itself.
  • a0=1a^{0} = 1 — any non-zero number to the zero power equals 1.

The key exponent rules

These rules let you simplify expressions without expanding every multiplication. Each rule has a name and a formula.

Product rule — when multiplying powers with the same base, add the exponents:

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

Quotient rule — when dividing powers with the same base, subtract the exponents:

aman=amn\frac{a^{m}}{a^{n}} = a^{m-n}

Power-of-a-power rule — when raising a power to another power, multiply the exponents:

(am)n=amn(a^{m})^{n} = a^{m \cdot n}

Power-of-a-product rule — distribute the exponent to each factor:

(ab)n=anbn(ab)^{n} = a^{n} \cdot b^{n}

Power-of-a-quotient rule — distribute the exponent to numerator and denominator:

(ab)n=anbn\left(\frac{a}{b}\right)^{n} = \frac{a^{n}}{b^{n}}

Negative exponents

A negative exponent flips the base to the other side of a fraction:

an=1ana^{-n} = \frac{1}{a^{n}}

For example, 52=152=1255^{-2} = \frac{1}{5^{2}} = \frac{1}{25}. Negative exponents do not make the result negative — they create a fraction.

Connecting exponents to roots

Exponents and roots are inverse operations. A square root undoes squaring, and a cube root undoes cubing:

a=a1/2,a3=a1/3\sqrt{a} = a^{1/2}, \qquad \sqrt[3]{a} = a^{1/3}

This means all the exponent rules above also apply to fractional exponents, which you will explore further in the cluster pages linked below.

Worked Examples

Example 1: Evaluating a simple power

Problem: Calculate 343^{4}.

Step 1: Write out the repeated multiplication. 34=3×3×3×33^{4} = 3 \times 3 \times 3 \times 3

Step 2: Multiply step by step. 3×3=9,9×3=27,27×3=813 \times 3 = 9, \quad 9 \times 3 = 27, \quad 27 \times 3 = 81

Answer: 34=813^{4} = \mathbf{81}

Example 2: Using the product rule

Problem: Simplify 23×242^{3} \times 2^{4}.

Step 1: Both powers have the same base (2), so add the exponents. 23×24=23+4=272^{3} \times 2^{4} = 2^{3+4} = 2^{7}

Step 2: Evaluate if needed. 27=1282^{7} = 128

Answer: 23×24=27=1282^{3} \times 2^{4} = 2^{7} = \mathbf{128}

Example 3: Using the quotient rule

Problem: Simplify 5652\dfrac{5^{6}}{5^{2}}.

Step 1: Same base (5), so subtract the exponents. 5652=562=54\frac{5^{6}}{5^{2}} = 5^{6-2} = 5^{4}

Step 2: Evaluate. 54=6255^{4} = 625

Answer: 5652=54=625\dfrac{5^{6}}{5^{2}} = 5^{4} = \mathbf{625}

Example 4: Power of a power

Problem: Simplify (42)3(4^{2})^{3}.

Step 1: Multiply the exponents. (42)3=42×3=46(4^{2})^{3} = 4^{2 \times 3} = 4^{6}

Step 2: Evaluate. 46=40964^{6} = 4096

Answer: (42)3=46=4,096(4^{2})^{3} = 4^{6} = \mathbf{4{,}096}

Example 5: Negative exponent

Problem: Evaluate 242^{-4}.

Step 1: Rewrite using the negative exponent rule. 24=1242^{-4} = \frac{1}{2^{4}}

Step 2: Evaluate the denominator. 24=162^{4} = 16

Answer: 24=116=0.06252^{-4} = \dfrac{1}{16} = \mathbf{0.0625}

Common Mistakes

Mistake 1: Multiplying the base by the exponent

34=3×4=123^{4} = 3 \times 4 = 12

34=3×3×3×3=813^{4} = 3 \times 3 \times 3 \times 3 = 81

Why this matters: The exponent tells you how many times to multiply the base by itself, not what to multiply the base by. This is the single most common exponent error.

Mistake 2: Adding exponents when the bases are different

23×32=652^{3} \times 3^{2} = 6^{5}

23×32=8×9=722^{3} \times 3^{2} = 8 \times 9 = 72

Why this matters: The product rule (am×an=am+na^{m} \times a^{n} = a^{m+n}) only works when the bases are the same. If the bases differ, evaluate each power separately and then multiply the results.

Mistake 3: Thinking a negative exponent makes the answer negative

52=255^{-2} = -25

52=125=0.045^{-2} = \frac{1}{25} = 0.04

Why this matters: A negative exponent creates a reciprocal (a fraction), not a negative number. Confusing these leads to completely wrong answers in science and algebra.

Practice Problems

Try these on your own before checking the answers:

  1. Evaluate 737^{3}.
  2. Simplify 104×10310^{4} \times 10^{3} and give the final value.
  3. Simplify 6563\dfrac{6^{5}}{6^{3}}.
  4. Simplify (33)2(3^{3})^{2}.
  5. Evaluate 424^{-2}.
Click to see answers
  1. 73=7×7×7=3437^{3} = 7 \times 7 \times 7 = \mathbf{343}
  2. 104×103=107=10,000,00010^{4} \times 10^{3} = 10^{7} = \mathbf{10{,}000{,}000}
  3. 6563=62=36\dfrac{6^{5}}{6^{3}} = 6^{2} = \mathbf{36}
  4. (33)2=36=729(3^{3})^{2} = 3^{6} = \mathbf{729}
  5. 42=142=116=0.06254^{-2} = \dfrac{1}{4^{2}} = \dfrac{1}{16} = \mathbf{0.0625}

Summary

  • An exponent tells you how many times to multiply the base by itself: an=a×a××an timesa^{n} = \underbrace{a \times a \times \cdots \times a}_{n \text{ times}}.
  • The five key rules — product, quotient, power-of-a-power, power-of-a-product, and power-of-a-quotient — all follow from the definition and let you simplify without expanding.
  • Negative exponents create fractions (an=1/ana^{-n} = 1/a^{n}), and zero exponents always equal 1 (for a0a \neq 0).
  • Exponents connect directly to roots through fractional exponents (a=a1/2\sqrt{a} = a^{1/2}).

Need help with exponents?

Take a photo of your math problem and MathPal will solve it step by step.

Open MathPal