DSAT-2.1

Equivalent Expressions: Factoring & Rational Exponents

Master Digital SAT equivalent expressions: factor GCF, difference of squares, and trinomials, apply rational-exponent rules, and simplify rational expressions.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Equivalent Expressions: Factoring & Rational Exponents, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

On the Digital SAT, many algebra questions never ask you to "solve" anything — they just ask which expression is equivalent to another. That means the fastest points go to students who can factor fluently and translate between radicals and rational exponents. This lesson (DSAT-2.1) builds that fluency.

You will learn to pull out a greatest common factor, recognize difference-of-squares and trinomial patterns, rewrite roots as fractional exponents (and back), and simplify rational expressions by canceling common factors. These skills show up constantly and also power the harder topics in this unit, so getting them automatic pays off across the whole test.

Factoring Toolkit: GCF, Difference of Squares, Trinomials

Factoring means rewriting a sum as a product. Always check for a greatest common factor (GCF) first: pull out the largest number and variable power shared by every term. For example, 6x3+9x2=3x2(2x+3)6x^3 + 9x^2 = 3x^2(2x + 3).

Next, learn the three patterns the SAT reuses constantly.
PatternFormFactored
Difference of squaresa2b2a^2 - b^2(a+b)(ab)(a+b)(a-b)
Simple trinomialx2+bx+cx^2 + bx + c(x+m)(x+n)(x+m)(x+n) where mn=cmn=c, m+n=bm+n=b
Leading-coefficient trinomialax2+bx+cax^2+bx+cuse grouping / AC method
For a simple trinomial like x25x+6x^2 - 5x + 6, find two numbers that multiply to 66 and add to 5-5: those are 2-2 and 3-3, so it factors to (x2)(x3)(x-2)(x-3).

For ax2+bx+cax^2+bx+c such as 2x2+7x+32x^2 + 7x + 3, multiply ac=6a \cdot c = 6, find factors of 66 adding to 77 (66 and 11), split the middle term: 2x2+6x+x+3=2x(x+3)+1(x+3)=(2x+1)(x+3)2x^2 + 6x + x + 3 = 2x(x+3) + 1(x+3) = (2x+1)(x+3).

A common misconception: a2+b2a^2 + b^2 does NOT factor over the real numbers. Only the difference of squares does. Watch for hidden squares like x416=(x2+4)(x24)=(x2+4)(x+2)(x2)x^4 - 16 = (x^2+4)(x^2-4) = (x^2+4)(x+2)(x-2).

Rational Exponents and Radical Rules

A rational exponent is just a compact way to write a root. The core definition is am/n=amn=(an)ma^{m/n} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m. The denominator is the root; the numerator is the power. So x1/2=xx^{1/2} = \sqrt{x} and x2/3=x23x^{2/3} = \sqrt[3]{x^2}.

Every exponent rule you know for integers still applies:
RuleStatement
Productaman=am+na^m \cdot a^n = a^{m+n}
Quotientaman=amn\frac{a^m}{a^n} = a^{m-n}
Power of a power(am)n=amn(a^m)^n = a^{mn}
Negative exponentan=1ana^{-n} = \frac{1}{a^n}
The SAT loves to test converting between forms. To rewrite x35\sqrt[5]{x^3} as a power, it becomes x3/5x^{3/5}. To simplify x3/4x1/4\frac{x^{3/4}}{x^{1/4}}, subtract exponents: x3/41/4=x2/4=x1/2=xx^{3/4 - 1/4} = x^{2/4} = x^{1/2} = \sqrt{x}.

A frequent trap: students add exponents when they should multiply, or forget that a coefficient outside the radical must also be handled. Also remember ab=ab\sqrt{a}\cdot\sqrt{b} = \sqrt{ab} only for nonnegative values, which the SAT context always assumes.

Simplifying Rational Expressions

A rational expression is a fraction with polynomials on top and bottom. To simplify, factor the numerator and denominator completely, then cancel any factor that appears in both. You may cancel only common factors (things multiplied), never individual terms in a sum.

Consider x29x2+7x+12\frac{x^2 - 9}{x^2 + 7x + 12}. Factor each part: the top is a difference of squares (x+3)(x3)(x+3)(x-3), and the bottom factors to (x+3)(x+4)(x+3)(x+4). The shared factor (x+3)(x+3) cancels, leaving x3x+4\frac{x-3}{x+4}.

The single most common error is illegal cancellation. In x+3x+4\frac{x+3}{x+4} you cannot cancel the xx's or the 33 and 44 — they are terms, not factors. Cancellation is only valid after full factoring produces identical multiplied factors.

To multiply rational expressions, factor everything and cancel across the numerators and denominators before multiplying straight across. To divide, multiply by the reciprocal of the second fraction, then cancel. For addition or subtraction you need a common denominator, but on the SAT the "equivalent expression" questions most often involve factor-and-cancel or multiply-and-simplify, so prioritize that skill.

How the Digital SAT Tests This

These questions usually appear in the Advanced Math domain and are phrased as "Which of the following is equivalent to the expression above?" You are not solving for a variable — you are transforming the expression into another exact form.

Two reliable strategies help when factoring stalls. First, plug in a number: pick a convenient value for the variable (avoid 00 and 11, and avoid values that make a denominator zero), evaluate the original expression, then test each answer choice for the same value. The matching choice is equivalent. Second, expand backwards: if you think an expression factors a certain way, multiply your factored form out and confirm it matches.

Watch the format of the answer choices. If choices are written with radicals, convert your rational-exponent answer to radical form, and vice versa. On the calculator-allowed section, plugging in is often faster than perfect factoring, but knowing the factoring patterns lets you skip trial and error entirely.

Expect combined skills: a question may require converting a radical to a rational exponent, applying the quotient rule, and simplifying to lowest terms all in one item. Practice until each step is automatic so you spend your time reading carefully, not deriving rules.

Key terms

Greatest Common Factor (GCF).
The largest numerical and variable factor shared by every term of a polynomial, factored out first: 6x3+9x2=3x2(2x+3)6x^3+9x^2=3x^2(2x+3).
Difference of Squares.
The pattern a2b2=(a+b)(ab)a^2-b^2=(a+b)(a-b). Note that a sum of squares a2+b2a^2+b^2 does not factor over the real numbers.
Trinomial.
A three-term polynomial like x2+bx+cx^2+bx+c; factored by finding numbers that multiply to cc and add to bb (or the AC method when a1a\neq1).
Rational Exponent.
An exponent written as a fraction, where am/n=amna^{m/n}=\sqrt[n]{a^m}; the denominator gives the root and the numerator gives the power.
Rational Expression.
A fraction whose numerator and denominator are polynomials, such as x29x2+7x+12\frac{x^2-9}{x^2+7x+12}.
Common Factor.
An expression that is multiplied in both numerator and denominator; only common factors — never terms in a sum — may be canceled.
Equivalent Expressions.
Two expressions that produce the same value for every valid input, even though they look different in form.

Worked example

Which expression is equivalent to 2x28x2x2\dfrac{2x^2 - 8}{x^2 - x - 2} for all xx where the expression is defined?
Factor the numerator first. Pull out the GCF of 22: 2x28=2(x24)2x^2 - 8 = 2(x^2 - 4). The remaining x24x^2 - 4 is a difference of squares, so it becomes 2(x+2)(x2)2(x+2)(x-2).

Now factor the denominator x2x2x^2 - x - 2. Find two numbers that multiply to 2-2 and add to 1-1: those are 2-2 and +1+1. So it factors to (x2)(x+1)(x-2)(x+1).

Rewrite the full fraction: 2(x+2)(x2)(x2)(x+1)\dfrac{2(x+2)(x-2)}{(x-2)(x+1)}. The factor (x2)(x-2) appears in both numerator and denominator, so cancel it.

The simplified equivalent expression is 2(x+2)x+1\dfrac{2(x+2)}{x+1}, which can also be written as 2x+4x+1\dfrac{2x+4}{x+1}. To check, plug in x=3x=3: the original gives 188932=104=2.5\frac{18-8}{9-3-2}=\frac{10}{4}=2.5, and the simplified form gives 2(5)4=104=2.5\frac{2(5)}{4}=\frac{10}{4}=2.5. They match.

Practice questions

Which of the following is equivalent to x2/3x5/6x^{2/3} \cdot x^{5/6}?
  1. x3/2x^{3/2}
  2. x7/9x^{7/9}
  3. x10/18x^{10/18}
  4. x1/2x^{1/2}

Answer: x3/2x^{3/2}

When multiplying powers with the same base, add the exponents: 23+56\frac{2}{3}+\frac{5}{6}. Convert to a common denominator: 46+56=96=32\frac{4}{6}+\frac{5}{6}=\frac{9}{6}=\frac{3}{2}. So the product is x3/2x^{3/2}. Choice x7/9x^{7/9} comes from incorrectly adding numerators and denominators separately.
Rewrite x2163x+12\dfrac{x^2 - 16}{3x + 12} in fully simplified form and state the restriction on xx.

Answer: x43\dfrac{x-4}{3}, with x4x \neq -4

Factor the numerator as a difference of squares: x216=(x+4)(x4)x^2-16=(x+4)(x-4). Factor the denominator by GCF: 3x+12=3(x+4)3x+12=3(x+4). Cancel the common factor (x+4)(x+4) to get x43\frac{x-4}{3}. Because the original denominator is zero when x=4x=-4, that value must be excluded even though it no longer appears after canceling.
Which expression is equivalent to 16x84\sqrt[4]{16x^8} for x0x \ge 0?
  1. 2x22x^2
  2. 4x24x^2
  3. 2x42x^4
  4. 4x44x^4

Answer: 2x22x^2

Write the fourth root as a rational exponent: (16x8)1/4=161/4x8/4(16x^8)^{1/4}=16^{1/4}\cdot x^{8/4}. Since 161/4=216^{1/4}=2 (because 24=162^4=16) and x8/4=x2x^{8/4}=x^2, the result is 2x22x^2. Choosing 4x24x^2 mistakes the fourth root of 1616 for its square root.

FAQ

When can I cancel terms in a fraction?
Only after you factor completely. You may cancel a factor (something being multiplied) that appears in both the numerator and denominator. You can never cancel individual terms that are being added or subtracted, so in x+3x+4\frac{x+3}{x+4} nothing cancels.
Does a sum of squares like x2+9x^2 + 9 factor?
Not over the real numbers. Only the difference of squares a2b2a^2-b^2 factors, into (a+b)(ab)(a+b)(a-b). If you see x2+9x^2+9 on the SAT, treat it as already fully factored.
What does the fraction in a rational exponent mean?
In am/na^{m/n}, the denominator nn is the root and the numerator mm is the power: am/n=amna^{m/n}=\sqrt[n]{a^m}. For example, x3/2=x3x^{3/2}=\sqrt{x^3} and x1/4=x4x^{1/4}=\sqrt[4]{x}.
Should I factor or just plug in numbers on equivalent-expression questions?
Both work. Factoring is fastest once the patterns are automatic and always gives an exact answer. Plugging in a convenient number and testing each choice is a reliable backup, especially on the calculator section when factoring feels uncertain.

Learn this with a teacher, not a page

The Crimsora tutor teaches Equivalent Expressions: Factoring & Rational Exponents live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.