Basic Math

Exponents: Complete Guide with Rules & Examples

Learn exponents with rules, formulas, and examples. Master powers, solve problems, and test your skills with this complete study guide.

Exponents: Complete Study Guide

Master the rules, solve problems, and test your knowledge

Introduction to Exponents

An exponent represents how many times a number (the base) is multiplied by itself. For example, in the expression 2³, 2 is the base and 3 is the exponent. This means:

2³ = 2 × 2 × 2 = 8

The exponent tells us how many times to use the base as a factor in multiplication. Exponents provide a concise way to represent repeated multiplication, which is especially useful when dealing with very large or very small numbers.

Key Examples:

  • 3² = 3 × 3 = 9
  • 5³ = 5 × 5 × 5 = 125
  • 10⁴ = 10 × 10 × 10 × 10 = 10,000
  • 2⁵ = 2 × 2 × 2 × 2 × 2 = 32

Special Cases:

Exponent of 1

Any number raised to the power of 1 equals the number itself:

x¹ = x

Example: 7¹ = 7

Exponent of 0

Any non-zero number raised to the power of 0 equals 1:

x⁰ = 1 (x ≠ 0)

Example: 9⁰ = 1

Basic Rules of Exponents

Rule 1: Multiplying Powers with Same Base

When multiplying expressions with the same base, add the exponents:

xa × xb = xa+b

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

Explanation: 2³ × 2⁴ = (2×2×2) × (2×2×2×2) = 2⁷

Example: 5² × 5⁵ = 5²⁺⁵ = 5⁷ = 78,125

Rule 2: Dividing Powers with Same Base

When dividing expressions with the same base, subtract the exponents:

xa ÷ xb = xa-b (x ≠ 0)

Example: 5⁶ ÷ 5² = 5⁶⁻² = 5⁴ = 625

Explanation: 5⁶ ÷ 5² = (5×5×5×5×5×5) ÷ (5×5) = 5⁴

Example: 10⁸ ÷ 10⁵ = 10⁸⁻⁵ = 10³ = 1,000

Rule 3: Power of a Power

When raising a power to another power, multiply the exponents:

(xa)b = xa×b

Example: (2³)⁴ = 2³×⁴ = 2¹² = 4,096

Explanation: (2³)⁴ = (2³) × (2³) × (2³) × (2³) = 2³⁺³⁺³⁺³ = 2¹²

Example: (5²)³ = 5²×³ = 5⁶ = 15,625

Rule 4: Power of a Product

When raising a product to a power, raise each factor to that power:

(x × y)a = xa × ya

Example: (2 × 3)⁴ = 2⁴ × 3⁴ = 16 × 81 = 1,296

Explanation: (2 × 3)⁴ = 6⁴ = 1,296

Another way: 2⁴ × 3⁴ = 16 × 81 = 1,296

Rule 5: Power of a Quotient

When raising a quotient to a power, raise both numerator and denominator to that power:

(x ÷ y)a = xa ÷ ya (y ≠ 0)

Example: (2 ÷ 4)³ = 2³ ÷ 4³ = 8 ÷ 64 = 1/8

Explanation: (2 ÷ 4)³ = (1/2)³ = 1/8

Another way: 2³ ÷ 4³ = 8 ÷ 64 = 1/8

Rule 6: Negative Exponents

A negative exponent means to take the reciprocal of the base raised to the absolute value of the exponent:

x-a = 1 ÷ xa = (1/x)a (x ≠ 0)

Example: 2⁻³ = 1 ÷ 2³ = 1 ÷ 8 = 1/8 = 0.125

Example: 10⁻² = 1 ÷ 10² = 1 ÷ 100 = 0.01

Rule 7: Fractional Exponents

Fractional exponents represent roots combined with powers:

xa/b = b√xa = (b√x)a

Example: 161/2 = √16 = 4

Explanation: The exponent 1/2 means to take the square root.

Example: 272/3 = (³√27)² = 3² = 9

Explanation: First find the cube root of 27, which is 3, then square it.

Example: 84/3 = (³√8)⁴ = 2⁴ = 16

Advanced Examples & Applications

Combining Multiple Rules

Example 1: Simplify (2³ × 5²)⁴ ÷ (2⁸ × 5⁵)

Solution:

(2³ × 5²)⁴ ÷ (2⁸ × 5⁵)

= (2³)⁴ × (5²)⁴ ÷ (2⁸ × 5⁵)

= 2¹² × 5⁸ ÷ (2⁸ × 5⁵)

= 2¹² ÷ 2⁸ × 5⁸ ÷ 5⁵

= 2¹²⁻⁸ × 5⁸⁻⁵

= 2⁴ × 5³

= 16 × 125

= 2,000

Example 2: Simplify (4⁻² × 2⁵) × (8⁻¹ × 16²)

Solution:

First, rewrite in terms of the same base: 4 = 2², 8 = 2³, 16 = 2⁴

(4⁻² × 2⁵) × (8⁻¹ × 16²)

= ((2²)⁻² × 2⁵) × ((2³)⁻¹ × (2⁴)²)

= (2⁻⁴ × 2⁵) × (2⁻³ × 2⁸)

= 2⁻⁴⁺⁵ × 2⁻³⁺⁸

= 2¹ × 2⁵

= 2⁶

= 64

Real-World Applications

Compound Interest

When money is invested with compound interest, the formula A = P(1 + r)ᵗ is used, where:

  • A = final amount
  • P = principal (initial investment)
  • r = interest rate (as a decimal)
  • t = time (number of periods)

Example: If you invest $1,000 at 5% annual compound interest, how much will you have after 3 years?

Solution: A = 1000(1 + 0.05)³

A = 1000 × 1.05³

A = 1000 × 1.157625

A = $1,157.63

Scientific Notation

Very large or very small numbers are conveniently expressed using scientific notation: a × 10ᵇ where 1 ≤ a < 10 and b is an integer.

Example 1: The distance from Earth to the Sun is approximately 93,000,000 miles.

In scientific notation: 9.3 × 10⁷ miles

Example 2: The mass of an electron is approximately 0.0000000000000000000000000000009109 kg.

In scientific notation: 9.109 × 10⁻³¹ kg

Computer Storage

Computer storage capacities are commonly expressed in powers of 2, since computers use binary (base-2) number systems:

  • 1 Kilobyte (KB) = 2¹⁰ bytes = 1,024 bytes
  • 1 Megabyte (MB) = 2²⁰ bytes = 1,048,576 bytes
  • 1 Gigabyte (GB) = 2³⁰ bytes = 1,073,741,824 bytes
  • 1 Terabyte (TB) = 2⁴⁰ bytes = 1,099,511,627,776 bytes

Test Your Knowledge: Interactive Quiz

Test your understanding of exponents with this 10-question quiz.

Exponents Cheat Sheet

Rule Formula Example
Multiplying Same Base xa × xb = xa+b 2³ × 2⁴ = 2⁷ = 128
Dividing Same Base xa ÷ xb = xa-b 5⁶ ÷ 5² = 5⁴ = 625
Power of a Power (xa)b = xa×b (2³)⁴ = 2¹² = 4,096
Power of a Product (x × y)a = xa × ya (2 × 3)⁴ = 2⁴ × 3⁴ = 1,296
Power of a Quotient (x ÷ y)a = xa ÷ ya (2 ÷ 4)³ = 2³ ÷ 4³ = 1/8
Negative Exponents x-a = 1 ÷ xa = 1/xa 2⁻³ = 1/2³ = 1/8 = 0.125
Fractional Exponents xa/b = b√xa = (b√x)a 82/3 = (³√8)² = 2² = 4
Zero Exponent x⁰ = 1 (x ≠ 0) 7⁰ = 1
First Power x¹ = x 9¹ = 9
Shares:

Related Posts