Introduction to Exponents

Understanding exponent notation and basic exponent rules

Introduction to Exponents

Exponent Notation

Base and exponent (or power): an=a×a××an timesa^n = \underbrace{a \times a \times \cdots \times a}_\text{n times}

Example: 53=5×5×5=1255^3 = 5 \times 5 \times 5 = 125

Read as: "5 to the third power" or "5 cubed"

Special Cases

Any number to the first power equals itself: a1=aa^1 = a

Any number (except 0) to the zero power equals 1: a0=1a^0 = 1

Perfect Squares

Numbers that are squares of whole numbers: 1,4,9,16,25,36,49,64,81,100,...1, 4, 9, 16, 25, 36, 49, 64, 81, 100, ...

4=22,9=32,16=424 = 2^2, \quad 9 = 3^2, \quad 16 = 4^2

Perfect Cubes

1,8,27,64,125,...1, 8, 27, 64, 125, ...

8=23,27=33,64=438 = 2^3, \quad 27 = 3^3, \quad 64 = 4^3

Product Rule

When multiplying with the same base, add the exponents: am×an=am+na^m \times a^n = a^{m+n}

Example: 23×24=23+4=27=1282^3 \times 2^4 = 2^{3+4} = 2^7 = 128

Quotient Rule

When dividing with the same base, subtract the exponents: aman=amn\frac{a^m}{a^n} = a^{m-n}

Example: 5652=562=54=625\frac{5^6}{5^2} = 5^{6-2} = 5^4 = 625

Power Rule

When raising a power to a power, multiply the exponents: (am)n=amn(a^m)^n = a^{mn}

Example: (32)3=32×3=36=729(3^2)^3 = 3^{2 \times 3} = 3^6 = 729

📚 Practice Problems

1Problem 1easy

Question:

Evaluate: 434^3

💡 Show Solution

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

Answer: 6464

2Problem 2medium

Question:

Simplify: 34×323^4 \times 3^2

💡 Show Solution

Use the product rule: add exponents when bases are the same.

34×32=34+2=363^4 \times 3^2 = 3^{4+2} = 3^6

36=7293^6 = 729

Answer: 363^6 or 729729

3Problem 3hard

Question:

Simplify: 7573\frac{7^5}{7^3}

💡 Show Solution

Use the quotient rule: subtract exponents when dividing with the same base.

7573=753=72\frac{7^5}{7^3} = 7^{5-3} = 7^2

72=497^2 = 49

Answer: 727^2 or 4949