Exponent Rules

Properties and operations with exponents

Exponent Rules

Basic Exponent Notation

an=aaaa (n times)a^n = a \cdot a \cdot a \cdots a \text{ (n times)}

Example: 34=3333=813^4 = 3 \cdot 3 \cdot 3 \cdot 3 = 81

Product Rule

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

Example: x3x5=x3+5=x8x^3 \cdot x^5 = x^{3+5} = x^8

Quotient Rule

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

Example: x7x3=x73=x4\frac{x^7}{x^3} = x^{7-3} = x^4

Power Rule

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

Example: (x2)3=x23=x6(x^2)^3 = x^{2 \cdot 3} = x^6

Power of a Product

(ab)n=anbn(ab)^n = a^n b^n

Example: (2x)3=23x3=8x3(2x)^3 = 2^3 x^3 = 8x^3

Power of a Quotient

(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}

Zero Exponent

a0=1 (for a0)a^0 = 1 \text{ (for } a \neq 0 \text{)}

Negative Exponents

an=1ana^{-n} = \frac{1}{a^n}

Example: x3=1x3x^{-3} = \frac{1}{x^3}

📚 Practice Problems

1Problem 1easy

Question:

Simplify: x5x3x^5 \cdot x^3

💡 Show Solution

Use the product rule: add the exponents

x5x3=x5+3=x8x^5 \cdot x^3 = x^{5+3} = x^8

Answer: x8x^8

2Problem 2medium

Question:

Simplify: 12x73x2\frac{12x^7}{3x^2}

💡 Show Solution

Step 1: Divide the coefficients 123=4\frac{12}{3} = 4

Step 2: Use the quotient rule for the variables x7x2=x72=x5\frac{x^7}{x^2} = x^{7-2} = x^5

Step 3: Combine 12x73x2=4x5\frac{12x^7}{3x^2} = 4x^5

Answer: 4x54x^5

3Problem 3hard

Question:

Simplify: (2x3)4(2x^3)^4

💡 Show Solution

Use the power of a product rule and power rule:

(2x3)4=24(x3)4(2x^3)^4 = 2^4 \cdot (x^3)^4 =16x34= 16 \cdot x^{3 \cdot 4} =16x12= 16x^{12}

Answer: 16x1216x^{12}