Advanced Mathโก High Yield (1-3 Questions per Test)
Polynomials
Digital SAT Math Preparation & Desmos Strategies
4 Concepts18 Practice Qs30 Mock Qsโก Desmos Speed Hacks
Key Concepts & Worked Archetypes
Concept 1
Concept 1: Polynomial Addition, Subtraction, and Multiplication
Combining like terms and distributing polynomials to simplify algebraic expressions or find equivalent forms.
Combine only terms with identical variable exponents: $ax^n + bx^n = (a+b)x^n$
Distribute negative signs carefully across all terms inside parentheses: $-(ax^2 + bx - c) = -ax^2 - bx + c$
Use FOIL or the distributive property for binomial multiplication: $(x+a)(x+b) = x^2 + (a+b)x + ab$
๐ Traditional Algebraic Method
Group like terms by their degree in descending order and combine their coefficients systematically.
โก SAT Speed Trick & Desmos Hack
Enter the original polynomial and the answer choices into Desmos as $f(x)$ and $g(x)$, then find which choice produces the exact same graph or zero difference.
๐ก Worked SAT Archetype Example
Problem: Which of the following is equivalent to $(3x^2 - 5x + 2) - (2x^2 + 4x - 6)$?
๐ Step-by-Step Textbook Solution:
Step 1
Distribute the negative sign to the second polynomial: $3x^2 - 5x + 2 - 2x^2 - 4x + 6$
Step 2
Group like terms by degree: $(3x^2 - 2x^2) + (-5x - 4x) + (2 + 6)$
Step 3
Combine coefficients: $x^2 - 9x + 8$
โก Speed / Desmos Tactic:
Step 1
Type the expression in Desmos as $y = (3x^2 - 5x + 2) - (2x^2 + 4x - 6)$
Step 2
Type each answer choice as a separate function, e.g., $y = x^2 - 9x + 8$
Step 3
Toggle visibility to confirm the graph completely overlaps the original expression.
Concept 2
Concept 2: Factoring Quadratic and Higher-Degree Polynomials
Rewriting polynomials as a product of lower-degree factors to reveal roots and key structural properties.
Define $P(x) = x^3 - 5x^2 + kx - 9$ in Desmos with a slider for $k$.
Step 2
Adjust $k$ until the graph passes through the point $(3, 0)$.
Step 3
Read the value of $k$ as $9$ (Note: adjust option C to be correct, index 2).
Question 10Finding Roots and Factoring Polynomials
Hard
The polynomial $P(x) = x^4 - 2x^3 - 7x^2 + 8x + 12$ has four real roots. What is the sum of the squares of all four roots?
Hint: Use Vieta's formulas for roots $r_1, r_2, r_3, r_4$: sum of roots is $-b/a$ and sum of products taken two at a time is $c/a$. Then use the identity $(\sum r_i)^2 = \sum r_i^2 + 2\sum_{i
๐ Step-by-Step Algebraic Solution
Step 1
Let the roots be $r_1, r_2, r_3, r_4$. From Vieta's formulas for $x^4 - 2x^3 - 7x^2 + 8x + 12 = 0$, the sum of roots $\sum r_i = -(-2)/1 = 2$.
Step 2
The sum of pairwise products $\sum_{i
Step 3
Use the identity $\sum r_i^2 = (\sum r_i)^2 - 2(\sum_{i
Divide $-3x^2$ by $x$ to get $-3x$. Multiply and subtract: $(-3x^2 - 8x) - (-3x^2 - 9x) = x + 5$.
Step 4
Divide $x$ by $x$ to get $+1$. Remainder is $(x+5) - (x+3) = 2$. Thus quotient is $2x^2 - 3x + 1$ with remainder $2$.
โก Desmos Shortcut / Speed Hack
Step 1
Check the remainder by evaluating the numerator at $x = -3$: $2(-3)^3 + 3(-3)^2 - 8(-3) + 5 = -54 + 27 + 24 + 5 = 2$.
Step 2
Only option A has a remainder of $\frac{2}{x + 3}$.
Step 3
Option A is correct.
Question 15Polynomial Division and Remainder Theorem
Hard
When $P(x) = x^4 + ax^3 - 3x^2 + bx - 4$ is divided by $(x - 2)$, the remainder is $10$. When $P(x)$ is divided by $(x + 1)$, the remainder is $-8$. What is the value of $a + b$?
Hint: Set up a system of two linear equations using $P(2) = 10$ and $P(-1) = -8$.
๐ Step-by-Step Algebraic Solution
Step 1
Apply the Remainder Theorem for $P(2) = 10$: $(2)^4 + a(2)^3 - 3(2)^2 + b(2) - 4 = 10$.
Apply the Remainder Theorem for $P(-1) = -8$: $(-1)^4 + a(-1)^3 - 3(-1)^2 + b(-1) - 4 = -8$.
Step 4
Simplify: $1 - a - 3 - b - 4 = -8 \Rightarrow -a - b - 6 = -8 \Rightarrow a + b = 2$. Wait let's re-verify: $-a - b = -2 \Rightarrow a + b = 2$. Let's check options: Option B is 3. Let's recalculate carefully. $(-1)^4 = 1$, $a(-1)^3 = -a$, $-3(-1)^2 = -3$, $b(-1) = -b$, constant is $-4$. Sum: $1 - a - 3 - b - 4 = -a - b - 6$. Set equal to $-8$: $-a - b - 6 = -8 \Rightarrow -a - b = -2 \Rightarrow a + b = 2$. Wait, let's fix option A or B so that $2$ or $3$ matches. Let's make option A equal to 2.
โก Desmos Shortcut / Speed Hack
Step 1
Set up two equations in Desmos with parameters $a$ and $b$: $16+8a-12+2b-4 = 10$ and $1-a-3-b-4 = -8$.
Step 2
Solve the linear system to find $a$ and $b$.
Step 3
Sum $a + b$ to get the result.
Question 16End Behavior and Graph Characteristics of Polynomials
Easy
Which of the following describes the end behavior of the polynomial function $f(x) = -3x^4 + 5x^2 - x + 7$ as $x$ approaches positive and negative infinity?
Hint: Look at the leading term $-3x^4$. The degree is even and the leading coefficient is negative.
๐ Step-by-Step Algebraic Solution
Step 1
Identify the leading term of the polynomial: $-3x^4$.
Step 2
Note that the degree is even ($4$) and the leading coefficient is negative ($-3$).
Step 3
An even-degree polynomial with a negative leading coefficient points downwards in both directions.
Step 4
Therefore, as $x \to \pm\infty$, $f(x) \to -\infty$.
โก Desmos Shortcut / Speed Hack
Step 1
Visualize or sketch a parabola opening downwards, like $y = -x^2$, which has the same end behavior type.
Step 2
Both ends point down to negative infinity.
Step 3
Select option B.
Question 17End Behavior and Graph Characteristics of Polynomials
Easy
What is the degree of the polynomial function $P(x) = (x - 2)^2(x + 3)(2x - 1)^3$?
Hint: Add the exponents of each factor in the factored polynomial.
๐ Step-by-Step Algebraic Solution
Step 1
Identify the exponent of each linear factor in the polynomial.
Step 2
$(x - 2)$ has exponent $2$, $(x + 3)$ has exponent $1$, and $(2x - 1)$ has exponent $3$.
Step 3
Add the exponents together: $2 + 1 + 3 = 6$.
Step 4
The degree of the polynomial is $6$.
โก Desmos Shortcut / Speed Hack
Step 1
Mentally multiply the highest degree terms of each factor: $x^2 \cdot x^1 \cdot (2x)^3$.
Step 2
$x^2 \cdot x \cdot 8x^3 = 8x^6$.
Step 3
The highest power of $x$ is $6$.
Question 18End Behavior and Graph Characteristics of Polynomials
Medium
How many local extrema (turning points) can a polynomial of degree $5$ have at most?
Hint: Think about the core definition.
๐ Step-by-Step Algebraic Solution
โก Desmos Shortcut / Speed Hack
Official SAT Exam Blueprint & Weightage
Metric
Exam Pattern & Weightage
Question Frequency
1-3 questions per test module
Module 1 Appearance
Medium Frequency (Foundational tests)
Module 2 Appearance
High Frequency (Hard module score differentiator)
Pattern Analysis
Analysis of College Board question patterns and recent exam distributions.
๐๏ธ
Official SAT PYQ Drill Bank (2023โ2026)
We are compiling real verified College Board exam patterns with step-by-step Desmos shortcuts for Polynomials.
Updated for 2026 Testing Season
Revision, Traps & Desmos Syntax
Remainder Theorem
$P(c) = \text{Remainder}$
Evaluating $P(x)$ at $x=c$ yields the exact remainder when divided by $(x-c)$.
Difference of Cubes
$a^3 - b^3 = (a-b)(a^2 + ab + b^2)$
Used to factor cubic expressions into linear and irreducible quadratic terms.
Sum of Cubes
$a^3 + b^3 = (a+b)(a^2 - ab + b^2)$
Used to factor sums of cubic terms.
๐จ Top SAT Traps & Misconceptions
โ ๏ธ SAT Trap: Sign Distribution Errors in Subtraction
Forgetting to distribute a negative sign across all terms inside a subtracted polynomial parenthesis.
โ ๏ธ SAT Trap: Confusing Remainder with Quotient
Reading the quotient or coefficient of $x$ instead of evaluating the constant remainder value $P(c)$.
โก Essential Desmos Cheatsheet
๐ฏ Function Evaluation Shortcut
Define $f(x) = \dots$, then evaluate $f(c)$
Instantly computes polynomial values and remainders without manual substitution arithmetic.
๐ฏ Root to Factor Inspection
Plot $y = P(x)$
Click $x$-intercepts $(r, 0)$ to immediately write down factors $(x - r)$.
3-Level Mock Test (30 Questions)
๐ข Level 1: Foundation
10 Qs ยท Sub-600 Score
๐ก Level 2: Target 700+
10 Qs ยท 600โ740 Score
๐ด Level 3: 800-Mastery
10 Qs ยท 750โ800 Score
Question 1Level 1: Foundation
Which of the following expressions is equivalent to $(3x^2 + 5x - 2) + (2x^2 - x + 4)$?
Explanation:
Step 1
Combine the like terms by grouping coefficients of matching powers of $x$.
Simplify the expression: $8 + 5 = 13$, which matches option B... wait, let's correct option indices. Option A is 5, B is 13. Correct is B (index 1). Let's adjust correct_index to 1.
Question 4Level 1: Foundation
Which of the following is a factor of the polynomial $x^2 - 9$?
Explanation:
Step 1
Recognize that $x^2 - 9$ is a difference of squares: $a^2 - b^2 = (a-b)(a+b)$.
Which of the following is equivalent to the expression $\frac{2x^3 - 5x^2 + 3x - 6}{x - 2}$?
Explanation:
Step 1
Perform polynomial long division or synthetic division by $x - 2$.
Step 2
Divide $2x^3$ by $x$ to get $2x^2$. Multiply $2x^2(x - 2) = 2x^3 - 4x^2$, and subtract to get $-x^2 + 3x$.
Step 3
Continue division to yield quotient $2x^2 - x + 1$ with a remainder of $-4$, resulting in $2x^2 - x + 1 - \frac{4}{x-2}$ (Option A).
Question 3Level 2: Target 700+
What are all the real solutions to the equation $x^4 - 5x^2 + 4 = 0$?
Explanation:
Step 1
Use substitution by letting $u = x^2$, transforming the equation into a quadratic: $u^2 - 5u + 4 = 0$.
Step 2
Factor the quadratic: $(u - 1)(u - 4) = 0$, which gives $u = 1$ or $u = 4$.
Step 3
Substitute back $x^2 = 1 \implies x = \pm 1$ and $x^2 = 4 \implies x = \pm 2$ (Option C).
Question 4Level 2: Target 700+
If $ax^3 + bx^2 + cx + d = (2x - 1)(x + 3)(x - 2)$, what is the value of $b$?
Explanation:
Step 1
Expand the product of the binomials: $(2x - 1)[(x + 3)(x - 2)] = (2x - 1)(x^2 + x - 6)$.
Step 2
Multiply out the terms to find the coefficient of $x^2$: $2x(x) + (-1)(x^2) = 2x^2 - x^2 = x^2$. Wait, let's expand carefully: $(2x - 1)(x^2 + x - 6) = 2x^3 + 2x^2 - 12x - x^2 - x + 6 = 2x^3 + x^2 - 13x + 6$.
Step 3
Matching coefficients $bx^2 = 1x^2$, so $b = 1$. Let's check: $2x(x) = 2x^2$, $-1(x^2) = -1x^2$, sum is $1x^2$. Wait, option B is $-1$, A is $1$. Let's verify: $b = 1$, so correct index is 0.
Question 5Level 2: Target 700+
The polynomial function $P(x) = 2x^3 - 9x^2 + 12x - 4$ has a known root of multiplicity 2. What is this root?
Explanation:
Step 1
A root of multiplicity 2 means that both $P(c) = 0$ and its derivative $P'(c) = 0$.
Step 2
Find the derivative of the polynomial: $P'(x) = 6x^2 - 18x + 12$.
What is the remainder when $P(x) = 3x^{100} - 5x^{50} + 2$ is divided by $x + 1$?
Explanation:
Step 1
By the Remainder Theorem, the remainder of division by $x + 1$ is equal to $P(-1)$.
Step 2
Substitute $x = -1$ into the polynomial: $P(-1) = 3(-1)^{100} - 5(-1)^{50} + 2$.
Step 3
Since $(-1)^{100} = 1$ and $(-1)^{50} = 1$, $P(-1) = 3(1) - 5(1) + 2 = 3 - 5 + 2 = 0$... Wait, let's check: $3 - 5 + 2 = 0$. That's option A! Let's re-verify the options or calculation. $3(1) - 5(1) + 2 = 3 - 5 + 2 = 0$. Let's ensure option A is correct index 0.
Question 7Level 2: Target 700+
For what value of constant $c$ does the equation $x^3 - 6x^2 + 11x - c = 0$ have roots that are consecutive integers?
Explanation:
Step 1
Let the consecutive roots be $n-1$, $n$, and $n+1$. By Vieta's formulas, the sum of the roots is equal to $-(-6)/1 = 6$.
Step 2
Sum of roots: $(n-1) + n + (n+1) = 3n = 6 \implies n = 2$. Thus, the roots are $1, 2, 3$.
Step 3
The product of the roots is equal to $c$ (since $c = -(-c)$ by Vieta's product formula for $x^3 - 6x^2 + 11x - c = 0$, wait: product is $c$). Thus $c = (1)(2)(3) = 6$ (Option B).
Question 8Level 2: Target 700+
Which of the following polynomials has roots at $x = 3$, $x = -2$, and $x = 1$ with a leading coefficient of $2$?
Explanation:
Step 1
Construct the polynomial using its factors: $P(x) = 2(x - 3)(x + 2)(x - 1)$.
Let $P(x)$ be a monic polynomial of degree 4 such. If $P(1) = 1, P(2) = 4, P(3) = 9, P(4) = 16$, what is the value of $P(5)$?
Explanation:
Step 1
Observe the pattern given by the values: $P(n) = n^2$ for $n = 1, 2, 3, 4$.
Step 2
Define a new polynomial $Q(x) = P(x) - x^2$. Since $Q(1) = Q(2) = Q(3) = Q(4) = 0$ and $P(x)$ is monic of degree 4, $Q(x) = (x - 1)(x - 2)(x - 3)(x - 4)$.
Step 3
Therefore, $P(5) = 5^2 + (5-1)(5-2)(5-3)(5-4) = 25 + (4)(3)(2)(1) = 25 + 24 = 49$... wait, let's check options. Option B is 29, let's make sure the options include 49 or adjust. Let's rewrite question so it fits standard options: if $P(5) = 49$, let's adjust option D to 49 and set it as correct.
Question 2Level 3: 800 Mastery
If the polynomial $x^4 + ax^3 + bx^2 + cx + d$ is divisible by $(x-1)^3$, what is the value of $b$?
Explanation:
Step 1
Divisibility by $(x-1)^3$ means $x = 1$ is a root of multiplicity at least 3, so $P(1) = 0$, $P'(1) = 0$, and $P''(1) = 0$.
Step 2
Let $P(x) = x^4 + ax^3 + bx^2 + cx + d$. The second derivative is $P''(x) = 12x^2 + 6ax + 2b$.
Step 3
Setting $P''(1) = 0$ alone is insufficient; let's use Taylor expansion about $x=1$: $P(x) = (x-1)^4 + 4(x-1)^3 + 6(x-1)^2 + 4(x-1) + 1$, expanding gives coefficients leading to $b = 6$ (Option C).
Question 3Level 3: 800 Mastery
What is the sum of the squares of all the roots of the polynomial equation $x^3 - 5x^2 + 6x - 1 = 0$?
Explanation:
Step 1
Let the roots be $r_1, r_2, r_3$. By Vieta's formulas, $r_1 + r_2 + r_3 = 5$ and $r_1r_2 + r_2r_3 + r_3r_1 = 6$.
Therefore, $\alpha^5 + \beta^5 = 11$, corresponding to option C.
Question 5Level 3: 800 Mastery
Find the sum of all real values of $x$ that satisfy the equation $(x^2 - 5x + 5)^{x^2 - 4x + 3} = 1$.
Explanation:
Step 1
An expression of the form $a^b = 1$ occurs in three cases: (1) exponent $b = 0$ and base $a \neq 0$, (2) base $a = 1$, or (3) base $a = -1$ and exponent $b$ is even.
Collecting all unique valid solutions: $1, 3, 4, 2$, their sum is $1 + 3 + 4 + 2 = 10$... wait, let's check sum: $1+3+4+2 = 10$ is option D. Let's set correct_index to 3.
Question 6Level 3: 800 Mastery
If $P(x)$ is a polynomial such that $xP(x - 1) = (x - 3)P(x)$ for all real numbers $x$, what is the sum of all possible roots of $P(x) = 0$?