Polynomials and equivalent expressions is the Advanced Math skill asking you to add, subtract, multiply, and factor polynomials, simplify rational expressions, and spot when two expressions are equal in different forms. Advanced Math is one of the two largest domains on the digital SAT Math section, with 13 to 15 of the roughly 44 Math questions on a full test.
Factor first, cancel factors and never terms, and keep every value making the original denominator zero out of the domain. Standard form shows the y-intercept, factored form shows the roots, and vertex form shows the vertex. Free drills at three difficulty levels are linked at the end.
Advanced Math is one of the two largest domains on the digital SAT Math section, supplying 13 to 15 of the roughly 44 Math questions on a full test. It measures your understanding of absolute value, quadratic, exponential, polynomial, rational, and radical equations, skills central to progressing into more advanced math courses. Polynomial and rational-expression work sits underneath most of those question types.
This guide covers the polynomial and rational-expression side of Advanced Math: adding, multiplying, and factoring polynomials, simplifying rational expressions, spotting restricted domain values, and recognizing when two expressions are equivalent. Most sections end with an original worked example, solved line by line. Links to our free drills at three difficulty levels sit near the end.
Where This Skill Fits in Advanced Math
Advanced Math groups four skills together on the digital SAT: Equivalent expressions, Nonlinear equations in 1 variable, Systems of equations in 2 variables, and Nonlinear functions. This article focuses on Equivalent expressions, the skill built around polynomial and rational-expression manipulation. The other three skills lean on the same manipulation work, so factoring practice pays off across the whole domain. About 30% of Math questions are set in context, drawing on science, social studies, or other real-world scenarios.
The table below breaks down how the roughly 44 Math questions on a full-length test split across the section's four domains.
| Domain | Questions per full test |
|---|---|
| Algebra | 13-15 |
| Advanced Math | 13-15 |
| Problem-Solving and Data Analysis | 5-7 |
| Geometry and Trigonometry | 5-7 |
Algebra and Advanced Math tie at the top of the section, and the two remaining domains carry far fewer questions each. Weak factoring costs you points in both of the large domains, so it is worth fixing early. For full details on section timing and format, see our SAT Math section guide.
Adding, Subtracting, and Multiplying Polynomials
A polynomial is a sum of terms, each one a coefficient times a variable raised to a non-negative integer exponent. Combining polynomials on the SAT means matching like terms and applying the distributive property with care. The method is short, so most lost points come from sign slips and skipped terms rather than from the rules themselves.
Combining Like Terms
To add or subtract two polynomials, match the terms sharing the same variable and exponent, then combine their coefficients. Add (3x^2 + 5x - 7) and (2x^2 - 4x + 6) by matching exponents: 3x^2 + 2x^2 = 5x^2, 5x - 4x = x, and -7 + 6 = -1. The sum is 5x^2 + x - 1.
Subtraction needs one extra step, since the negative sign has to reach every term of the polynomial being subtracted. Subtract (x^3 + 5x - 3) from (4x^3 - 2x + 9) by rewriting the problem as 4x^3 - 2x + 9 - x^3 - 5x + 3. Distributing the negative sign flips -3 to +3, and combining like terms gives 3x^3 - 7x + 12.
Multiplying Binomials and Trinomials
Multiplying polynomials means distributing every term in one factor across every term in the other, then combining like terms. Multiply (2x + 3)(x - 5) by spreading each term of the first binomial across the second: 2x(x) + 2x(-5) + 3(x) + 3(-5) = 2x^2 - 10x + 3x - 15. Combining like terms gives a final product of 2x^2 - 7x - 15. Count your products before combining, because a binomial times a binomial always produces four of them.
Larger factors follow the same rule with more products to track. Multiply (x + 2)(x^2 - 3x + 5) by distributing x and 2 separately across the trinomial: x^3 - 3x^2 + 5x + 2x^2 - 6x + 10. Combining like terms gives x^3 - x^2 - x + 10, and the count check here is six products, one for each pairing of terms.
Factoring Polynomials
Factoring reverses multiplication, rewriting a polynomial as a product of simpler expressions. Recognizing which method applies first, a common factor, grouping, or a special pattern, speeds up your work. Most equivalent-expression questions get shorter the moment the expression is written as a product.
Greatest Common Factor and Grouping
Start by checking whether every term shares a common factor. In 4x^3 + 12x^2, both terms share 4x^2, so the factored form is 4x^2(x + 3). Pulling the common factor out first keeps the coefficients small for whatever step comes next.
When four terms share no single common factor, group them in pairs and factor each pair separately. Factor x^3 + 3x^2 - 4x - 12 by pairing the terms into x^2(x + 3) - 4(x + 3). Both pairs now share the factor (x + 3), giving (x + 3)(x^2 - 4). The second factor is a difference of squares, so the full factorization is (x + 3)(x - 2)(x + 2). For solving quadratic equations once a polynomial is fully factored, see our guide to quadratic equations and nonlinear systems.
Special Patterns
Three patterns cover most of the factoring shortcuts on the SAT, and spotting them beats trial and error.
- Difference of squares: a^2 - b^2 = (a - b)(a + b)
- Perfect square trinomial, addition form: a^2 + 2ab + b^2 = (a + b)^2
- Perfect square trinomial, subtraction form: a^2 - 2ab + b^2 = (a - b)^2
Factor 9x^2 - 25 by reading both terms as squares, (3x)^2 and 5^2, so the difference-of-squares pattern gives (3x - 5)(3x + 5). Trinomials with a leading coefficient above 1 need the grouping method instead. Factor 6x^2 + 11x + 4 by finding two numbers multiplying to 6 × 4 = 24 and adding to 11: 3 and 8. Rewrite the middle term and group: 6x^2 + 3x + 8x + 4 = 3x(2x + 1) + 4(2x + 1) = (2x + 1)(3x + 4).
Simplifying Rational Expressions and Domain Restrictions
A rational expression is a fraction with polynomials in the numerator and denominator. Simplifying one means factoring both parts fully, then canceling factors shared by numerator and denominator, never individual terms. The cancellation step is where most points are lost, and the domain step is where the rest go.
Canceling Common Factors
Simplify (x^2 - 9)/(x^2 - x - 12) by factoring both parts before touching anything else. The numerator factors as (x - 3)(x + 3) and the denominator as (x - 4)(x + 3). The factor (x + 3) appears in both, so it cancels, leaving (x - 3)/(x - 4). Cancel only after both parts are written as products, since a term sitting inside a sum stays put.
Finding Restricted Values
Any x-value making the original denominator zero is excluded from the domain, even after a factor cancels. In the example above, the original denominator (x - 4)(x + 3) equals zero at x = 4 and x = -3. Both values stay restricted, even though the factor (x + 3) canceled out. The simplified expression (x - 3)/(x - 4) equals the original only for x ≠ 4 and x ≠ -3.
Recognizing Equivalent Expression Forms
SAT questions often present the same relationship in different forms: standard form, factored form, and vertex form for quadratics. Each form hands you one feature of the graph for free, so choosing the right form removes algebra instead of adding it. The table below lists what each one reveals directly.
| Form | Example | What it reveals directly |
|---|---|---|
| Standard form | ax^2 + bx + c | y-intercept at (0, c) |
| Factored form | a(x - p)(x - q) | roots at x = p and x = q |
| Vertex form | a(x - h)^2 + k | vertex at (h, k), the minimum or maximum value k |
Take x^2 - 6x + 8. In factored form it is (x - 2)(x - 4), showing roots at x = 2 and x = 4. In vertex form it is (x - 3)^2 - 1, showing a minimum value of -1 at x = 3. All three forms describe the same function, and only the arrangement of terms changes. When a question asks which expression is equivalent, expand or factor the given expression once, then match your result against the choices instead of testing each choice separately.
Common Algebraic-Manipulation Traps
These errors show up again and again in Advanced Math questions. Each one produces a wrong answer sitting right there in the choices, which is why they cost so many points. Check your work against the list below before you select an answer.
- Canceling a term instead of a factor. In (x + 5)/x, the x in the numerator sits inside a sum, not a separate factor, so it does not cancel with the denominator.
- Dropping a domain restriction after a factor cancels. The excluded value still applies to the simplified expression.
- Losing a sign while distributing a negative across parentheses. -(x - 4) equals -x + 4, not -x - 4.
- Combining terms with different exponents. x^2 and x^3 stay as separate terms, they do not combine into x^5.
- Stopping factoring too early. 4x^2 - 16 factors first to 4(x^2 - 4), then again to 4(x - 2)(x + 2).
- Assuming two expressions are equivalent for every x-value without checking the values excluded by the original denominator.
Practice Polynomials and Equivalent Expressions Questions
The drill sets below match each skill in this guide, sorted by difficulty. Every set is free, with no signup required. You get instant feedback with a full explanation for each question.
- Polynomials and rational expressions: easy set, medium set, hard set.
- Equivalent expressions: easy set, medium set, hard set.
Work the easy sets until the factoring patterns come without hesitation, then move up a level. For full-length timed practice covering every Advanced Math skill alongside Algebra, Problem-Solving and Data Analysis, and Geometry and Trigonometry, visit our SAT practice page. Our mocks and drills are free and need no signup.
Sources
Free practice
Put this into practice with free SAT mock tests and topic drills
Written by
Muntasir
Founder of 10Exam. Builds free practice tests, drills and score calculators for the SAT, ACT, GRE, GMAT, TOEFL and IELTS.
All articles by Muntasir →Related Articles
SAT Scores for Scholarships
Your SAT score feeds one kind of scholarship money directly: automatic merit scholarships colleges award based on published score...
Aug 07, 2026SAT Guide for International Students
The SAT costs $111 total outside the US, Puerto Rico, and the US Virgin Islands: a $68 base fee plus a $43 international fee. Some...
Aug 06, 2026SAT Boundaries and Form, Structure and Sense
Standard English Conventions questions make up about 26 percent of the SAT Reading and Writing section, or 11 to 15 questions per...
Aug 06, 2026SAT Rhetorical Synthesis and Transitions
Rhetorical Synthesis and Transitions sit inside the Expression of Ideas domain on the digital SAT Reading and Writing section, tog...
Aug 05, 2026SAT Text Structure and Cross-Text Connections
Text Structure and Purpose and Cross-Text Connections are two of the three skills inside Craft and Structure, a domain worth about...
Aug 05, 2026SAT Words in Context Strategy
Words in Context questions ask you to pick the word or phrase which fits a short passage, and they sit inside Craft and Structure,...
Aug 04, 2026