Skip to content
MathAnvil
§ Algebra

Exponents & Powers

§ Algebra

Exponents & Powers

CCSS.8.EECCSS.HSA.SSE3 min read

An exponent represents repeated multiplication, where a base number is multiplied by itself a specified number of times. The expression 2³ means 2 × 2 × 2, which equals 8. Exponents follow specific rules that make calculations with large numbers more manageable, such as 2⁴ × 2³ = 2⁷ = 128.

§ 01

Why it matters

Exponents appear throughout science and finance, from calculating compound interest to measuring exponential growth in populations. In computer science, powers of 2 determine storage capacity — 2¹⁰ = 1,024 bytes in a kilobyte. Scientists use scientific notation with exponents to express massive numbers like 6.022 × 10²³ (Avogadro's number) or tiny measurements like 1.6 × 10⁻¹⁹ (charge of an electron). Population growth models use exponential functions where a city growing at 3% annually reaches 1.03ⁿ times its original size after n years. In algebra courses following CCSS 8.EE standards, exponent rules become essential for polynomial operations, logarithms, and advanced functions in calculus.

§ 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

43 = _______

Answer: 64

  1. Multiply 4 by itself 3 times 4 × 4 × 4 = 64 4^3 means 4 multiplied 3 times.
Easy§ 02

42 × 42 = _______

Answer: 44

  1. Same base → add exponents 4(2+2) = 44 When multiplying same base, add the powers.
Medium§ 03

24 = _______

Answer: 16

  1. Evaluate 2 × 2 × 2 × 2 = 16 Multiply repeatedly.
§ 04

Common mistakes

  • Adding exponents instead of multiplying the base: writing 2³ + 2³ = 2⁶ instead of 2³ + 2³ = 8 + 8 = 16
  • Applying exponent rules to different bases: calculating 3² × 4² as (3 × 4)⁴ = 12⁴ instead of 9 × 16 = 144
  • Confusing negative exponents with negative results: computing 2⁻³ as -8 instead of 1/8 or 0.125
§ 05

Frequently asked questions

What does a negative exponent mean?
A negative exponent means taking the reciprocal of the positive exponent. For example, 3⁻² = 1/3² = 1/9. The negative sign flips the base into a fraction, so 5⁻¹ = 1/5 = 0.2.
Why does any number to the zero power equal 1?
Any non-zero number to the zero power equals 1 because of the division property: a^m ÷ a^m = a^(m-m) = a⁰. Since any number divided by itself equals 1, a⁰ = 1. For instance, 7⁰ = 1.
How do you multiply powers with the same base?
When multiplying powers with the same base, add the exponents. For example, 4³ × 4⁵ = 4^(3+5) = 4⁸. This works because 4³ × 4⁵ represents (4×4×4) × (4×4×4×4×4) = 4⁸.
What's the difference between 2³ and 3²?
2³ means 2 × 2 × 2 = 8, while 3² means 3 × 3 = 9. The base number determines what gets multiplied, and the exponent determines how many times. These expressions have different bases and different values.
Can you have fractional exponents?
Yes, fractional exponents represent roots. For example, 16^(1/2) = √16 = 4, and 8^(1/3) = ∛8 = 2. The denominator indicates the type of root, while the numerator acts as a regular exponent.
§ 06

See also

§ 06

Where to next?

Share this article