Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: ACT Math – Exponents, Radicals, and Algebraic Expressions
Source: https://www.fatskills.com/act/chapter/how-to-solve-act-math-exponents-radicals-and-algebraic-expressions

How to Solve: ACT Math – Exponents, Radicals, and Algebraic Expressions

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

How to Solve: ACT Math – Exponents, Radicals, and Algebraic Expressions


Introduction

Mastering exponents, radicals, and algebraic expressions unlocks 10–15% of your ACT Math score—that’s 5–8 extra points—and helps you tackle real-world problems like calculating compound interest, scaling recipes, or even adjusting screen brightness on your phone.


What You Need To Know First

Before diving in, make sure you’re solid on: 1. Order of operations (PEMDAS/BODMAS) – Parentheses, exponents, multiplication/division, addition/subtraction. 2. Basic algebra – Solving for x, combining like terms, and factoring. 3. Fractions and decimals – Converting between them and simplifying.


Key Vocabulary

Term Plain-English Definition Quick Example
Exponent A small number above a base that tells you how many times to multiply the base by itself. (3^4 = 3 \times 3 \times 3 \times 3)
Base The big number that’s being multiplied by itself. In (5^3), 5 is the base.
Radical The symbol (\sqrt{}) that asks, “What number times itself gives me this?” (\sqrt{9} = 3)
Radicand The number inside the radical. In (\sqrt{16}), 16 is the radicand.
Like terms Terms with the same variable and exponent. (2x^2) and (5x^2) are like terms.
Coefficient The number in front of a variable. In (7y), 7 is the coefficient.

Formulas To Know

Formula What It Means Memorize?
(a^m \times a^n = a^{m+n}) When multiplying like bases, add the exponents. Memorise This.
(\frac{a^m}{a^n} = a^{m-n}) When dividing like bases, subtract the exponents. Memorise This.
((a^m)^n = a^{m \times n}) When raising a power to another power, multiply the exponents. Memorise This.
(a^{-n} = \frac{1}{a^n}) A negative exponent means “1 over the base to the positive exponent.” Memorise This.
((ab)^n = a^n \times b^n) When raising a product to a power, distribute the exponent. Memorise This.
(\sqrt{a} \times \sqrt{b} = \sqrt{ab}) Multiplying radicals? Multiply the radicands. Memorise This.
(\frac{\sqrt{a}}{\sqrt{b}} = \sqrt{\frac{a}{b}}) Dividing radicals? Divide the radicands. Memorise This.
(\sqrt{a^2} = a )
(a^{\frac{1}{n}} = \sqrt[n]{a}) A fractional exponent means a root. Memorise This.

Step-by-Step Method

How to Simplify Exponents & Radicals

  1. Identify the operation – Are you multiplying, dividing, raising to a power, or dealing with radicals?
  2. Apply the correct exponent rule – Use the formulas above.
  3. Simplify negative exponents – Move them to the denominator (or numerator if already there).
  4. Combine like terms – Only combine terms with the same base and exponent.
  5. Simplify radicals – Factor the radicand into perfect squares (or cubes) and simplify.
  6. Rationalize denominators – If a radical is in the denominator, multiply numerator and denominator by the radical to eliminate it.
  7. Check for further simplification – Can you reduce fractions? Combine like terms again?

Worked Example (Using the Steps)

Problem: Simplify (\frac{2x^3 \times 3x^{-2}}{6x^4})

  1. Identify the operation – We’re multiplying and dividing exponents.
  2. Apply exponent rules – Multiply coefficients: (2 \times 3 = 6). Add exponents for (x^3 \times x^{-2} = x^{3 + (-2)} = x^1).
    Now we have (\frac{6x^1}{6x^4}).
  3. Simplify negative exponents – Already handled in step 2.
  4. Combine like terms – Divide coefficients: (\frac{6}{6} = 1). Subtract exponents: (x^{1-4} = x^{-3}).
  5. Simplify radicals – Not needed here.
  6. Rationalize denominators – Not needed here.
  7. Check for further simplification – (x^{-3} = \frac{1}{x^3}), so final answer: (\frac{1}{x^3}).

Worked Examples

Example 1 – Basic

Problem: Simplify ((2^3 \times 2^4) \div 2^5)

  1. Multiply first – (2^3 \times 2^4 = 2^{3+4} = 2^7).
  2. Divide – (2^7 \div 2^5 = 2^{7-5} = 2^2).
  3. Final answer – (2^2 = 4).

What we did and why: We used the product of powers rule to combine exponents when multiplying, then the quotient of powers rule when dividing.


Example 2 – Medium

Problem: Simplify (\frac{4x^2 y^{-3}}{2x^{-1} y^4})

  1. Divide coefficients – (\frac{4}{2} = 2).
  2. Subtract exponents for (x) – (x^{2 - (-1)} = x^{3}).
  3. Subtract exponents for (y) – (y^{-3 - 4} = y^{-7}).
  4. Simplify negative exponents – (y^{-7} = \frac{1}{y^7}).
  5. Final answer – (\frac{2x^3}{y^7}).

What we did and why: We divided coefficients, subtracted exponents for like bases, and moved negative exponents to the denominator.


Example 3 – Exam-Style

Problem: If (3^{2x} = 81), what is the value of (x)?

  1. Express 81 as a power of 3 – (81 = 3^4).
  2. Set exponents equal – Since the bases are the same, (2x = 4).
  3. Solve for (x) – (x = \frac{4}{2} = 2).

What we did and why: We rewrote 81 as (3^4) to match the base, then set the exponents equal to solve for (x).


Common Mistakes

Mistake Why It Happens Correct Approach
Adding exponents when multiplying Confusing (a^m \times a^n) with (a^m + a^n). Add exponents only when multiplying like bases.
Forgetting negative exponents Thinking (a^{-n} = -a^n). Negative exponents mean reciprocal, not negative.
Multiplying radicands incorrectly (\sqrt{a} + \sqrt{b} = \sqrt{a + b}). Radicals only combine under multiplication, not addition.
Ignoring absolute value in square roots (\sqrt{x^2} = x). (\sqrt{x^2} =
Misapplying exponent rules to different bases ((a + b)^2 = a^2 + b^2). Use the distributive property: ((a + b)^2 = a^2 + 2ab + b^2).

Exam Traps

Trap How to Spot It How to Avoid It
Disguised exponent problems The problem looks like algebra but is really about exponents (e.g., (8^{2x} = 16^{x+1})). Rewrite all terms with the same base first.
Radicals in denominators The answer choices have radicals in the denominator. Rationalize the denominator by multiplying by the conjugate or the radical itself.
Fractional exponents The problem uses exponents like (x^{3/2}). Remember (x^{m/n} = \sqrt[n]{x^m}).

1-Minute Recap

(Spoken naturally, as if to a student the night before the exam.)

"Alright, listen up—this is your 5-minute crash course on exponents and radicals for the ACT.

  1. Exponent rules are your best friend. Multiplying? Add exponents. Dividing? Subtract exponents. Power to a power? Multiply exponents. Negative exponent? Flip it to the denominator.
  2. Radicals are just exponents in disguise. (\sqrt{x} = x^{1/2}), and (\sqrt[n]{x} = x^{1/n}). If you see a radical, think: Can I rewrite this as an exponent?
  3. Simplify before you solve. Always combine like terms, reduce fractions, and rationalize denominators.
  4. Watch for traps. The ACT loves hiding exponent problems in algebra questions. If you see (8^{2x} = 16^{x+1}), rewrite both sides as powers of 2.
  5. Negative exponents ≠ negative numbers. (x^{-2}) is (\frac{1}{x^2}), not (-x^2).

You’ve got this. Memorize the rules, practice the steps, and don’t let the ACT trick you with disguised problems. Now go ace that test!




ADVERTISEMENT