Exponent Rules

Exponents are a way of expressing repeated multiplication. For example, 2³ means 2 × 2 × 2 = 8. Understanding the rules that govern exponents is crucial for simplifying expressions and solving equations on the SAT. These rules provide shortcuts for working with expressions that contain exponents.

Product Rule

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

xa·xb=xa+b

Let's look at a few examples:

  • 23·24=23+4=27=128
  • x5·x2=x5+2=x7

Note that the reverse is also true: if the exponent is the sum of two numbers (or constants or variables), we can rewrite the expression as a product of two powers.

xa+b=xa·xb

Even for students who know the product rule, they often have more trouble applying it in this way.

Let's look at an example:

2x+2=2x·22=2x·4

The same concept applies if we are adding more than two things in the exponent:

xa+b+c=xa·xb·xc

Quotient Rule

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

xaxb=xa-b

Let's look at a few examples:

  • 3532=35-2=33=27
  • y8y3=y8-3=y5
  • 2x23=2x-3

Again, the same concept applies in reverse: if the exponent is the difference of two numbers (or constants or variables), we can rewrite the expression as a quotient of two powers.

xa-b=xaxb

So, for example:

3x-2=3x32=3x9

Power Rule

When raising an exponential expression to another power, multiply the exponents.

(xa)b=xa·b

Let's look at a few examples:

  • (23)2=23·2=26=64
  • (x4)3=x4·3=x12
  • (2x)3=2x·3=23x

And, again, the same concept applies in reverse: if the exponent is the product of two numbers (or constants or variables), we can rewrite the expression as a power of a power.

xa·b=(xa)b

And, because of the commutative property of multiplication (a·b=b·a), it doesn't matter which exponent we raise first.

xa·b=(xa)b=(xb)a

Let's look at some more examples:

  • 2x·3=23·x=(23)x=8x
  • 2713·x=(2713)x=(273)x=3x
    • This example shows how we can rewrite (27^x)^(1/3) as (27^(1/3))^x using the power rule. Since 27^(1/3) = ∛27 = 3, we get 3^x as our final answer.

Power of a Product Rule

When raising a product to a power, distribute the exponent to each factor.

(x·y)a=xa·ya

Let's look at a few examples:

  • (2·3)4=24·34=16·81=1296
  • (x·y)3=x3·y3

Power of a Quotient Rule

When raising a quotient to a power, distribute the exponent to both the numerator and denominator.

(xy)a=xaya

Let's look at a few examples:

  • (23)3=2333=827
  • (xy)4=x4y4

Don't Distribute the Exponent for Additive Expressions

When you have an expression like a+b, you cannot distribute the exponent to each term.

(a+b)cac+bc

For example, take the expression (2+3)2.

The proper way to simplify this expression is to first add the terms inside the parentheses, then raise the result to the power:

(2+3)2=52=25

If we were to distribute the exponent, we would get a different result, which is incorrect:

22+32=4+9=13

Since 25 ≠ 13, we can see that (a+b)cac+bc

Rules that apply to addition generally also apply to subtraction, so the same rule applies to expressions like a-b:

(a-b)cac-bc

Zero Exponent Rule

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

x0=1 (where x ≠ 0)

Let's look at a few examples:

  • 70=1
  • 10=1
  • (-3)0=1
  • 00=undefined
    • Or some times it is defined as 1, depending on the context.
    • Don't worry about this edge case on the SAT.

Negative Exponent Rule

When you see a negative exponent, make the exponent positive and move the base and its exponent to the opposite side of the fraction.

x-a=1xa

1x-a=xa

Let's look at a few examples:

  • 2-3=123=18
  • x-4=1x4
  • 2x-3=2x3
  • 53x-2=5x23

What You Can't Do

It's important to note that if the exponential expression is being added or subtracted in the numberator or denominator, you cannot just move the exponent to the other side of the fraction.

For example:

2+x-3525x3 and 2+x-3525+x3

The correct way to simplify this expression would be:

2+x-35=25+x-35=25+15x3

Fractional Exponents = Radicals

A fractional exponent can be rewritten as a radical expression. The denominator of the fraction represents the root of the radical, and the numerator represents the power that the base is raised to.

xab=xab

Instead of having the exponent inside the radical like above, we can also rewrite it so that the entire radical is raised to the power of the numerator instead:

xab=(xb)a

To see why we can rewrite it either way, let's apply the power rule.

Using the power rule, we can rewrite the expression as:

xab=(x1b)a=(xb)a

Or, we can also rewrite it as:

xab=(xa)1b=xab

Let's look at a few examples:

  • 823=(83)2=22=4
  • 1612=16=4
  • (27x)13=(2713)x=(273)x=3x
    • This example uses a combination of the power rule and the fractional exponent rule to simplify the expression.