<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 9.03 Build 54939) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1300.13 1301.39" style="enable-background:new 0 0 1300.13 1301.39;" xml:space="preserve"> <style type="text/css"> .st0{fill:currentColor;} </style> <g> <path class="st0" d="M686.24,997.11c-11.52,0-23.03-4.39-31.82-13.18L509.56,839.08L364.71,983.93 c-17.57,17.57-46.07,17.57-63.64,0c-17.57-17.57-17.57-46.07,0-63.64l144.85-144.85L301.07,630.58 c-17.57-17.57-17.57-46.07,0-63.64c17.57-17.57,46.07-17.57,63.64,0L509.56,711.8l144.86-144.86c17.57-17.57,46.07-17.57,63.64,0 c17.57,17.57,17.57,46.07,0,63.64L573.2,775.44l144.85,144.85c17.57,17.57,17.57,46.07,0,63.64 C709.27,992.72,697.75,997.11,686.24,997.11z"/> </g> <g> <path class="st0" d="M967.24,700.11H814.32c-17.02,0-32.58-9.6-40.22-24.81s-6.04-33.42,4.13-47.07l130.76-175.57 c0.05-0.07,0.1-0.13,0.15-0.19c9.06-12.03,13.1-20.27,13.1-26.73c0-17.35-14.11-31.46-31.46-31.46s-31.46,14.11-31.46,31.46 c0,24.85-20.15,45-45,45c-24.85,0-45-20.15-45-45c0-66.97,54.49-121.46,121.46-121.46c66.97,0,121.46,54.49,121.46,121.46 c0,34.96-16.68,61.59-31.21,80.88l-77.08,103.5h63.29c24.85,0,45,20.15,45,45C1012.24,679.97,992.09,700.11,967.24,700.11z"/> </g> </svg>
Exponents
Practice Problems
Answer Key

Table of Contents

[fs-toc-h2]What are Exponents?

Exponents are a shorthand for multiplication, the same way multiplication is a shorthand for addition.

\[2 \times 2 \times 2 \times 2 = 2^4\]

\[3 \times 3 \times 3 = 3^3\]

[fs-toc-h2]Exponent Rules (IMPORTANT)

When asked a question about exponents on the SAT, 95% of the time it will either be testing exponent rules or exponential relationships.

Many students freeze up when they see these questions, as three different variables all attached with exponents may seem a bit intimidating. Luckily though, every single exponent rule question can be answered (fairly easily too) with knowledge of X exponent rules.

Note: \(x = x^1\)

[fs-toc-h3]Rule 1

\(\boldsymbol{a^m \times a^n = a^{m+n}}\)

In words, when you multiply two terms with the same base, you add their exponents. For example,

\[a^2 \times a^4 = a^{2+4} = a^6\]

\[3^2 \times 3^3 = 3^{2+3} = 3^5\]

This rule still holds up when a coefficient is added in front of the variable. As long as they are ‘like terms,’ you can multiply the bases and add the exponents.

\[3x \times 4x^3 = ?\]

First, multiply the bases: \(4x \times 3x = 12x\). Then, add the exponents: \(1+3 = 4\). So, our final answer is \(12x^4\).

This may seem a bit complex when multiple variables are added to the problem, though when taking it one step at a time, it's just as easy. For example:

\[(x^3)(x^4 + a^7)\]

Remember, you can only simplify exponents when the bases are like terms. In this case, we have two variables, \(x\) and \(a\). First, ignore all of the ‘a’ terms and begin to simplify all the ‘x’ terms using the distributive property:

\[(x^3)(x^4) = x^{3+4} = x^7\]

Now, distribute the \(x\) term to the \(a\) term. Remember though, you cannot add their exponents, as they are different bases, so you're left with:

\[(x^3)(a^7) = x^3a^7\]

Adding our two expressions together, the final answer becomes:

\[x^7 + x^3a^7\]


[fs-toc-h3]Rule 2

\(\boldsymbol{\frac{a^m}{a^n} = a^{m-n}}\)

When you divide two terms of the same base, you subtract their exponents. For example,

\[\frac{x^4}{x^2} = x^{4-2} = x^2\]

\[\frac{6x^5}{2x^3} = 3x^{5-3} = 3x^2\]

Just like multiplying, you can only simplify and subtract exponents if the bases are like terms.

\[\frac{x^6y^4}{x^2y^2} = x^{6-2}y^{4-2} = x^4y^2\]


[fs-toc-h3]Rule 3

\(\boldsymbol{(a^m)^n = a^{m \times n}}\)

When raising an exponential term to another power, the exponents are multiplied.

\[(3^2)^4 = 3^{2 \times 4} = 3^8\]

\[(x^3y^2)^4 = x^{3 \times 4}y^{2 \times 4} = x^{12}y^8\]

This is most likely the easiest exponent rule to use since you don't have to worry about the base; you simply distribute the exponent to each term under it.


[fs-toc-h3]Rule 4

\(\boldsymbol{\sqrt[n]{a^m} = a^{m/n}}\)

Roots can be written as exponents, and vice versa. Though, if asked to simplify an expression on the SAT, you'll most likely be asked to convert a root into an exponent, but the other way around has been tested before.

\[\sqrt{a} = a^{1/2}\]

Note: A root symbol without a number on the outside \((\sqrt{x})\) is the same as \(x^{1/2}\), known as a square root.

\[\sqrt[4]{a^8} = a^{8/4} = a^2\]

\[\sqrt[3]{x^2y^3} = x^{2/3}y^{3/3} = x^{2/3}y\]

Note: Again, anything raised to the power of one is just left blank; \(y^1 = y\)


[fs-toc-h3]Rule 5

\(\boldsymbol{a^{-m} = \frac{1}{a^m}}\)

Whenever a term is raised to a negative power, it can be written as a fractional expression.

\[a^{-3} = \frac{1}{a^3}\]

When you have a negative exponent that's already in a fraction, simply switch its position: if it's in the numerator, send it down to the denominator. If it's in the denominator, send it up to the numerator.

\[\frac{a^{-2}}{x^{-4}} = \frac{x^4}{a^2}\]

If negative and positive exponential terms are being multiplied, you can simply ‘detach’ them from each other:

\[\frac{x^2 y^{-3}}{z^{-5}} = \frac{x^2 z^5}{y^3}\]


[fs-toc-h3]Rule 6

\(\boldsymbol{\left(\frac{a}{x}\right)^m = \frac{a^m}{x^m}}\)

When a fraction is raised to a power, the exponent distributes to each term in the numerator and denominator.

\[\left(\frac{x}{y}\right)^2 = \frac{x^2}{y^2}\]

The same idea holds up when multiple terms are added into both the numerator and denominator.

\[\left(\frac{xy}{ab}\right)^3 = \frac{x^3y^3}{a^3b^3}\]

If the term inside the fraction already has an exponent, multiply it by the other power it’s raised to, as seen in rule 3:

\[\left(\frac{z^3x^2y^4}{p^2}\right)^2 = \frac{z^{3 \times 2}x^{2 \times 2}y^{4 \times 2}}{p^{2 \times 2}} = \frac{z^6x^4y^8}{p^4}\]


[fs-toc-h3]Rule 7

\(\boldsymbol{a^0 = 1}\)

ANYTHING to the power of zero is one, no matter if it is a variable or number, it will always be 1.

\[x^0 = 1\]

\[3^0 = 1\]


[fs-toc-h2]Combining Rules

Sometimes, the SAT will test you on only one rule, other times they’ll test you on multiple. These questions are almost always the most intimidating as they can involve 4+ variables, multiple roots, a fraction, and exponents. Though, when taken one step at a time, simplifying using 4 rules is the exact same as using 1. Let's look at some SAT questions that you may be asked.

[fs-toc-h4]Example 1

This first one is simpler, as it DOES only test one rule, though they do add an extra step as you may quickly realize.

Rule 4 says that \(a^{11/12}\) is equal to \(\sqrt[12]{a^{11}}\). However, when looking at the answer choices, this doesn’t show up at all.

Note: If the ratio between \(m\) and \(n\) (in \(a^{m/n}\)) is equivalent, then the whole expression is equivalent. For example:

\[a^{4/2} = a^{10/5}\]

\[ \text{Or}\]

\[2a^4 = 5a^{10}\]

\[\sqrt[2]{a^4} = \sqrt[5]{a^{10}}\]

Since \(4/2\) and \(10/5\) both equal 2, then we can say that both of these expressions are equivalent.

So back to the question, to find which expression is equivalent, we have to find which two numbers are equal to the ratio \(11/12\). Simply go down the line, plug the fractions into your calculator, and see which ratio is correct.

Choice A: Here the two numbers are 132 and 12. \(\frac{132}{12}\) is NOT equivalent to \(\frac{11}{12}\), meaning we can throw it out.

Choice B: Here we have \(\frac{132}{144}\). When put into a calculator, we see that this does in fact simplify to \(\frac{11}{12}\). \(\left(\frac{132}{144} = \frac{11}{12}\right)\). This means that the expression is equivalent to our original one, meaning that choice B is the correct answer.

[fs-toc-h4]Example 2

This question is also quite straightforward, as it only tests one rule: \((a^m \times a^n = a^{m+n})\).

Remember, you can only simplify exponents when they have the same base. So, multiply the \(m\) terms, the \(q\) terms, then the \(z\) terms all by themselves.

First, multiply the two \(m\) terms:

\[m^4 \times m^1 = m^{4+1} = m^5\]

Then the \(q\) terms:

\[q^4 \times q^5 = q^{4+5} = q^9\]

Finally, the \(z\) terms:

\[z^{-1} \times z^3 = z^{2}\]

Putting all terms together again, the final answer is \(m^5q^9z^2\), which corresponds to answer choice B.

Tip: When simplifying the \(m\) term and getting \(m^5\), this eliminated answer choices A, C, and D since all of their \(m\) terms have different exponents, meaning you didn't actually have to simplify the whole expression.


This question is testing us on multiple rules. The question first wants us to simplify this long expression into the \(ax^b\) form.

While this may look a bit intimidating, take it step by step. Firstly, get rid of all the radicals and transform them into exponents.

\[6 \cdot 3^{5/5} \cdot x^{45/5} \cdot 2^{8/8} \cdot x^{1/8}\]

Simplify all fractions in the exponents:

\[6 \cdot 3 \cdot x^9 \cdot 2 \cdot x^{1/8}\]

Now, multiply all numbers and variables together to fully simplify:

\[18x^9 \cdot 2x^{1/8}\]

\[36x^{9+1/8}\]

\[36x^{73/8}\]

Our simplified version of the expression is \(36x^{73/8}\), but the question isn’t just asking for an expression, it's asking for the value of \(a + b\).

In this case, \(36 = a\) and \(73/8 = b\).

\[36 + \frac{73}{8} = \frac{361}{8}\]

\(\frac{361}{8}\) is the final answer.

Additional Resources