Skip to content
MathAnvil
§ Algebra

Exponents & Powers

§ Algebra

Exponents & Powers

CCSS.8.EECCSS.HSA.SSE3 min read

Exponents transform repeated multiplication into compact notation, making calculations like 2 × 2 × 2 × 2 × 2 = 32 simply 2⁵. Understanding exponent rules becomes essential when students encounter scientific notation, compound interest, and exponential growth in advanced mathematics.

§ 01

Why it matters

Exponents appear throughout real-world applications from calculating compound interest to understanding population growth. When $1,000 grows at 5% annually, the formula A = 1000(1.05)ᵗ uses exponents to show how money multiplies over time. Scientific notation relies on powers of 10 to express massive numbers like Earth's mass (5.97 × 10²⁴ kg) or microscopic measurements like cell diameter (10⁻⁶ meters). Computer science uses powers of 2 extensively—storage capacities like 2¹⁰ bytes (1 KB) or 2²⁰ bytes (1 MB) demonstrate exponential scaling. Students encounter exponents in geometry when calculating areas (side²) and volumes (side³), physics formulas like kinetic energy (½mv²), and chemistry when working with pH scales and half-life calculations. Mastering exponent rules in CCSS.8.EE prepares students for algebra, calculus, and STEM careers where exponential thinking becomes fundamental.

§ 02

How to solve exponents & powers

Exponents & Powers

  • am × an = am+n — same base, add exponents.
  • am ÷ an = am−n — same base, subtract.
  • (am)n = am×n — power of power, multiply.
  • a0 = 1, a-n = 1/an.

Example: 2³ × 2⁴ = 2⁷ = 128.

§ 03

Worked examples

Beginner§ 01

A square has sides of 3 cm. What is its area?

Answer: 9

  1. Multiply 3 by itself 2 times 3 × 3 = 9 3^2 means 3 multiplied 2 times.
Easy§ 02

104 = _______

Answer: 10000

  1. Evaluate 10 × 10 × 10 × 10 = 10000 Multiply repeatedly.
Medium§ 03

68 ÷ 66 = _______

Answer: 62

  1. Same base → subtract exponents 6^(8−6) = 6^2 When dividing same base, subtract the powers.
§ 04

Common mistakes

  • Students add exponents when multiplying different bases, writing 2³ × 3² = 5⁵ instead of calculating 8 × 9 = 72 separately.
  • When raising a power to a power, students add instead of multiply exponents, writing (3⁴)² = 3⁶ instead of the correct 3⁸.
  • Students think any number to the zero power equals zero, writing 5⁰ = 0 instead of the correct answer 5⁰ = 1.
  • With negative exponents, students make the base negative, writing 3⁻² = -9 instead of the reciprocal 3⁻² = 1/9.
§ 05

Frequently asked questions

Why does any number to the zero power equal 1?
Using the quotient rule a^m ÷ a^n = a^(m-n), we get 5³ ÷ 5³ = 5⁰. Since 125 ÷ 125 = 1, we know 5⁰ = 1. This pattern holds for any non-zero base.
How do I remember when to add versus multiply exponents?
Add exponents when multiplying same bases (2³ × 2⁴ = 2⁷). Multiply exponents for power-of-power situations ((2³)⁴ = 2¹²). Think 'same base multiplication adds, nested powers multiply.'
What's the difference between (-3)² and -3²?
Parentheses matter significantly. (-3)² means (-3) × (-3) = 9, while -3² means -(3²) = -9. The negative sign applies after the exponent operation without parentheses.
How do negative exponents relate to fractions?
Negative exponents create reciprocals: 2⁻³ = 1/2³ = 1/8. This follows from the quotient rule—when the denominator's exponent exceeds the numerator's, you get negative exponents in the result.
When can I use exponent rules across different operations?
Exponent rules only apply within multiplication and division of same bases. You cannot use shortcuts for addition like 2³ + 2⁴—you must calculate 8 + 16 = 24 separately.
§ 06

Related topics

Share this article