Pre Algebra

Introduction to Exponents

Last updated: March 2026 · Beginner
Real-world applications
Electrical

Voltage drop, wire sizing, load balancing

💰
Retail & Finance

Discounts, tax, tips, profit margins

An exponent is a shorthand way to write repeated multiplication. Instead of writing 2×2×2×22 \times 2 \times 2 \times 2, you write 242^4. This compact notation becomes essential as math gets more advanced — exponents appear in area and volume formulas, scientific notation, interest calculations, and electrical power formulas.

What Does an Exponent Mean?

An exponent tells you how many times to multiply the base by itself.

2×2×2×24 times=24=16\underbrace{2 \times 2 \times 2 \times 2}_{4 \text{ times}} = 2^4 = 16

The two parts of exponential notation are:

  • Base — the number being multiplied (22 in the example above)
  • Exponent (also called the power) — how many times the base appears as a factor (44 in the example above)

We read 242^4 as “two to the fourth power” or simply “two to the fourth.”

Expanded Form vs. Exponential Form

Expanded FormExponential FormValue
3×33 \times 3323^299
5×5×55 \times 5 \times 5535^3125125
10×10×10×1010 \times 10 \times 10 \times 1010410^410,00010{,}000
7×7×7×7×77 \times 7 \times 7 \times 7 \times 7757^516,80716{,}807

From expanded to exponential: Count how many times the base appears, then write it as the exponent.

From exponential to expanded: Write the base multiplied by itself the number of times shown by the exponent.

Example 1: Write in Exponential Form

Write 6×6×66 \times 6 \times 6 in exponential form.

The base is 6 and it appears 3 times.

Answer: 636^3

Example 2: Write in Expanded Form and Evaluate

Write 434^3 in expanded form and find its value.

43=4×4×4=644^3 = 4 \times 4 \times 4 = 64

Answer: Expanded form is 4×4×44 \times 4 \times 4; the value is 6464.

Special Powers: Exponent of 1

Any number raised to the first power equals itself.

a1=aa^1 = a

Examples: 51=55^1 = 5, 1001=100100^1 = 100, (3)1=3(-3)^1 = -3.

This makes sense: “multiply aa by itself once” just gives you aa.

Special Powers: Exponent of 0

Any nonzero number raised to the zero power equals 1.

a0=1(as long as a0)a^0 = 1 \quad (\text{as long as } a \neq 0)

Examples: 50=15^0 = 1, 1000=1100^0 = 1, (7)0=1(-7)^0 = 1.

Why does this work? Look at the pattern of dividing by the base each time:

24=162^4 = 16

23=8(16÷2)2^3 = 8 \quad (16 \div 2)

22=4(8÷2)2^2 = 4 \quad (8 \div 2)

21=2(4÷2)2^1 = 2 \quad (4 \div 2)

20=1(2÷2)2^0 = 1 \quad (2 \div 2)

Each time the exponent decreases by 1, you divide by the base. Following the pattern, 20=12^0 = 1.

Powers of 10

Powers of 10 are especially important because our number system is base-10. Each power of 10 just adds a zero.

ExponentialExpandedValue
10110^110101010
10210^210×1010 \times 10100100
10310^310×10×1010 \times 10 \times 101,0001{,}000
10410^410×10×10×1010 \times 10 \times 10 \times 1010,00010{,}000
10510^510×10×10×10×1010 \times 10 \times 10 \times 10 \times 10100,000100{,}000
10610^6(six 10s multiplied)1,000,0001{,}000{,}000

Quick rule: 10n10^n is a 1 followed by nn zeros.

Example 3: Powers of 10

What is 10810^8?

A 1 followed by 8 zeros: 100,000,000100{,}000{,}000 (one hundred million).

Answer: 108=100,000,00010^8 = 100{,}000{,}000

Evaluating Larger Powers

Example 4: Evaluate 353^5

35=3×3×3×3×33^5 = 3 \times 3 \times 3 \times 3 \times 3

Work left to right:

3×3=93 \times 3 = 9

9×3=279 \times 3 = 27

27×3=8127 \times 3 = 81

81×3=24381 \times 3 = 243

Answer: 35=2433^5 = 243

Example 5: Evaluate (2)4(-2)^4

(2)4=(2)×(2)×(2)×(2)(-2)^4 = (-2) \times (-2) \times (-2) \times (-2)

(2)×(2)=4(-2) \times (-2) = 4

4×(2)=84 \times (-2) = -8

8×(2)=16-8 \times (-2) = 16

Answer: (2)4=16(-2)^4 = 16

Key observation: A negative base raised to an even power gives a positive result. Raised to an odd power, the result is negative.

(2)3=(2)×(2)×(2)=8(odd exponent, negative result)(-2)^3 = (-2) \times (-2) \times (-2) = -8 \quad \text{(odd exponent, negative result)}

(2)4=16(even exponent, positive result)(-2)^4 = 16 \quad \text{(even exponent, positive result)}

Watch Out: (2)4(-2)^4 vs. 24-2^4

These are not the same!

  • (2)4=16(-2)^4 = 16 — the negative sign is inside the parentheses, so the entire base is 2-2.
  • 24=(24)=16-2^4 = -(2^4) = -16 — the negative sign is outside, so you compute 24=162^4 = 16 first, then apply the negative.

Real-World Application: Electrician — Wire in Conduit

Electricians sometimes calculate the cross-sectional area of a circular wire using A=πr2A = \pi r^2, where rr is the radius. That r2r^2 means “radius squared” — the radius multiplied by itself.

If a wire has a radius of 0.1 inches:

A=π×(0.1)2=π×0.010.0314 square inchesA = \pi \times (0.1)^2 = \pi \times 0.01 \approx 0.0314 \text{ square inches}

Understanding exponents ensures electricians read and apply formulas correctly.

Real-World Application: Retail — Compound Growth

A store’s sales double every year. If Year 1 sales are $50,000, what are sales in Year 5?

Sales=50,000×24=50,000×16=800,000\text{Sales} = 50{,}000 \times 2^4 = 50{,}000 \times 16 = 800{,}000

(The exponent is 4, not 5, because doubling happens 4 times to go from Year 1 to Year 5.)

Answer: Year 5 sales would be $800,000.

Common Mistakes to Avoid

  1. Multiplying the base by the exponent. 343^4 is not 3×4=123 \times 4 = 12. It is 3×3×3×3=813 \times 3 \times 3 \times 3 = 81.

  2. Confusing (a)n(-a)^n and an-a^n. Parentheses matter. Without them, the negative sign is not part of the base.

  3. Thinking a0=0a^0 = 0. Any nonzero number to the zero power is 1, not 0.

  4. Forgetting negative base sign rules. Negative base with an even exponent gives a positive result; with an odd exponent, negative.

Practice Problems

Problem 1: Write 7×7×7×77 \times 7 \times 7 \times 7 in exponential form and evaluate.

Exponential form: 747^4

74=7×7×7×7=2,4017^4 = 7 \times 7 \times 7 \times 7 = 2{,}401

Answer: 74=2,4017^4 = 2{,}401

Problem 2: Evaluate 50+51+525^0 + 5^1 + 5^2.

50=151=552=255^0 = 1 \qquad 5^1 = 5 \qquad 5^2 = 25

1+5+25=311 + 5 + 25 = 31

Answer: 3131

Problem 3: What is 10710^7?

A 1 followed by 7 zeros: 10,000,00010{,}000{,}000.

Answer: 107=10,000,00010^7 = 10{,}000{,}000 (ten million)

Problem 4: Evaluate (3)3(-3)^3.

(3)3=(3)×(3)×(3)=9×(3)=27(-3)^3 = (-3) \times (-3) \times (-3) = 9 \times (-3) = -27

Answer: (3)3=27(-3)^3 = -27

Problem 5: What is the difference between (4)2(-4)^2 and 42-4^2?

(4)2=(4)×(4)=16(-4)^2 = (-4) \times (-4) = 16

42=(42)=(16)=16-4^2 = -(4^2) = -(16) = -16

Answer: (4)2=16(-4)^2 = 16 and 42=16-4^2 = -16. They differ by the placement of the negative sign relative to the parentheses.

Problem 6: A bacteria colony triples every hour. Starting with 100 bacteria, how many are there after 4 hours?

100×34=100×81=8,100100 \times 3^4 = 100 \times 81 = 8{,}100

Answer: There are 8,100 bacteria after 4 hours.

Key Takeaways

  • 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}}.
  • Any nonzero number to the zero power equals 1. Any number to the first power equals itself.
  • 10n10^n is a 1 followed by nn zeros — a pattern that underpins our entire number system.
  • Watch for the difference between (a)n(-a)^n and an-a^n — parentheses change the meaning.
  • Negative bases with even exponents give positive results; with odd exponents, negative results.

Return to Pre-Algebra for more topics in this section.

Last updated: March 29, 2026