Exponents Practice — Power Rules & Scientific Notation

Master the rules of exponents, zero and negative powers, and scientific notation with worked examples and free practice.

Exponents are shorthand for repeated multiplication. Instead of writing 2 × 2 × 2 × 2 × 2, mathematicians write 2⁵. That tiny notation saves space, but more importantly it unlocks an entire family of rules that make working with very large and very small numbers possible. This guide covers what exponents are, the seven essential rules you need to remember, what happens with zero and negative exponents, and how scientific notation uses exponents to describe everything from the size of an atom to the distance to the sun.

What Is an Exponent?

An exponent (also called a power) tells you how many times to multiply a number by itself. In the expression an, a is the base and n is the exponent. So 3⁴ means 3 × 3 × 3 × 3 = 81.

an = a × a × a × … (n times)
Base a, multiplied by itself n times.

The Big Idea

Exponents grow very fast. 2¹⁰ is already 1,024. 2²⁰ is over a million. This is why "exponential growth" describes anything that explodes upward — populations, compound interest, viral spread.

The Seven Essential Rules

Every exponent problem you will meet boils down to applying one or more of these rules. Memorize them and the rest becomes mechanical.

RuleWhat It SaysExample
Product Ruleam × an = am+n2³ × 2⁴ = 2⁷
Quotient Ruleam ÷ an = am−n5⁶ ÷ 5² = 5⁴
Power Rule(am)n = am×n(3²)⁴ = 3⁸
Product to a Power(ab)n = anbn(2x)³ = 8x³
Quotient to a Power(a/b)n = an/bn(3/4)² = 9/16
Zero Exponenta0 = 117⁰ = 1, (−5)⁰ = 1
Negative Exponenta−n = 1 / an2⁻³ = 1/8

Worked Example 1 — The Product Rule

📝 Simplify 4³ × 4⁵

Step 1: Both bases are the same (4), so add the exponents.
3 + 5 = 8
Step 2: The simplified expression is 4⁸.
Step 3: If you want a numeric value, 4⁸ = 65,536.
4³ × 4⁵ = 4⁸ = 65,536

Worked Example 2 — The Quotient Rule

📝 Simplify 7⁹ ÷ 7⁵

Step 1: Both bases are 7, so subtract the exponents.
9 − 5 = 4
Step 2: Result: 7⁴ = 2,401.
7⁹ ÷ 7⁵ = 7⁴ = 2,401

Worked Example 3 — The Power Rule

📝 Simplify (5²)³

Step 1: A power raised to a power means multiply the exponents.
2 × 3 = 6
Step 2: Result: 5⁶ = 15,625.
(5²)³ = 5⁶ = 15,625

Zero and Negative Exponents

Two special cases trip up almost every student the first time they see them.

Anything to the Zero Power Equals 1

This seems strange at first — why should 5⁰ equal 1? The answer comes from the quotient rule. Consider 5³ ÷ 5³. By the quotient rule, this equals 5⁰. But 5³ ÷ 5³ is also just 125 ÷ 125 = 1. So 5⁰ must equal 1. This works for every nonzero base, so 17⁰ = 1, (−43)⁰ = 1, and even (3.7)⁰ = 1.

Negative Exponents Mean Reciprocals

A negative exponent flips the base. 2⁻³ does not mean "negative 8" — it means "1 divided by 2³" = 1/8. Think of the negative sign as a "go to the denominator" instruction, not a "make the answer negative" instruction.

📝 Evaluate 3⁻²

Step 1: Move the base to the denominator and make the exponent positive.
3⁻² = 1 / 3²
Step 2: Simplify the denominator.
3² = 9
3⁻² = 1/9

Scientific Notation

Scientific notation uses exponents to express very large or very small numbers in a compact, readable form. Every number in scientific notation has two parts: a coefficient between 1 and 10, and a power of 10.

a × 10n, where 1 ≤ a < 10
Coefficient between 1 and 10, multiplied by a power of 10.

Examples:

  • The speed of light: 300,000,000 m/s = 3 × 10⁸ m/s
  • The mass of a hydrogen atom: 0.00000000000000000000000000167 kg = 1.67 × 10⁻²⁷ kg
  • The U.S. national debt: about $34,000,000,000,000 = 3.4 × 10¹³ dollars
  • The size of a typical virus: 0.0000001 m = 1 × 10⁻⁷ m

💡 Quick Conversion Tip

To go from scientific notation back to a regular number, move the decimal right by the exponent (if positive) or left (if negative). 4.2 × 10⁵ → move decimal 5 places right → 420,000. 6.3 × 10⁻⁴ → move 4 places left → 0.00063.

Common Mistakes Students Make

❌ Mistake 1 — Treating a negative exponent as a negative answer

2⁻³ is not −8. It is 1/8. The negative sign in the exponent means "reciprocal," not "negative number." This is the single most common exponent error.

❌ Mistake 2 — Adding the bases when using the product rule

3² × 3⁴ is not 6⁶. The bases stay the same (3, not 6) and only the exponents are added. The correct answer is 3⁶.

❌ Mistake 3 — Forgetting the rules only work with the same base

The product and quotient rules require identical bases. 2³ × 3⁴ cannot be combined with the product rule because the bases differ. Just compute each: 2³ = 8, 3⁴ = 81, answer 8 × 81 = 648.

❌ Mistake 4 — Misapplying the zero exponent to expressions

(5x)⁰ = 1, but 5x⁰ = 5. In the first, the entire (5x) is raised to 0. In the second, only x has the exponent — so x⁰ = 1, and the expression is 5 × 1 = 5. Parentheses matter.

Why Exponents Matter

Exponents underpin enormous parts of modern science and finance. Compound interest is exponential growth — money grows by a percentage of itself, so it accelerates over time. Population biology, viral spread, and Moore's Law in computing are all exponential. Carbon dating, drug half-life, and radioactive decay are exponential decay. Without exponential notation, expressing the numbers involved would be hopelessly cumbersome.

Exponents also lead directly into logarithms, which are the "inverse" of exponents. Where 2³ = 8, the logarithm asks "to what power must I raise 2 to get 8?" The answer is 3. Logarithms appear throughout calculus, statistics, music theory (the relationship between musical notes is logarithmic), and earthquake measurement (the Richter scale).

Frequently Asked Questions

When are exponents introduced?

Squares and cubes typically appear in 5th and 6th grade. The seven rules of exponents are usually covered in 7th and 8th grade pre-algebra, then deepened in Algebra 1. Scientific notation often shows up in middle school science classes before being formalized in math.

Why does anything to the zero power equal 1?

The cleanest justification comes from the quotient rule: an ÷ an = an−n = a0. But any nonzero number divided by itself is also 1. So a0 must equal 1 to keep the rules consistent. (00 is a special case — it is debated and usually left undefined.)

What about fractional exponents?

A fractional exponent means a root. a1/2 is the square root of a. a1/3 is the cube root. More generally, am/n = (the n-th root of a)m. So 82/3 = (cube root of 8)² = 2² = 4. Fractional exponents are typically introduced in Algebra 2.

How do I add or subtract exponential expressions?

Unlike multiplication and division, addition and subtraction have no shortcut rule for exponents. You must compute each value separately and then add or subtract. 2³ + 2⁴ is not 2⁷ — it is 8 + 16 = 24. The rules only combine same-base exponents under multiplication, division, and powers.

What is the difference between 2³ and 3²?

2³ = 2 × 2 × 2 = 8. 3² = 3 × 3 = 9. They are completely different. The order of the base and exponent matters enormously — exponentiation is not like multiplication where order doesn't matter.

Where do exponents lead in higher math?

Exponents lead into logarithms (the inverse operation), exponential functions in Algebra 2, calculus operations like differentiation of xn, and complex topics in number theory. They also appear in quadratic equations (x²) and pre-calculus.

Ready to practice exponents?

Practice Exponents Now
Ask AI