Remainder Theorem: p(x) ÷ (x − c) → remainder = p(c)
Synthetic Division: use coefficients of p(x), divisor value = c
Multiply: (a/b)·(c/d) = ac/bd, then simplify
Divide: (a/b)÷(c/d) = (a/b)·(d/c)
|a + bi| = √(a² + b²) (modulus)
Conjugate of (a+bi) is (a−bi); product = a²+b²
Discriminant D = b²−4ac:
D > 0 → 2 real roots | D = 0 → 1 real root | D < 0 → 2 complex roots
Vertex form: y = a(x−h)² + k, vertex = (h, k)
Even degree, − leading → both ends DOWN (↓↓)
Odd degree, + leading → left DOWN, right UP (↓↑)
Odd degree, − leading → left UP, right DOWN (↑↓)
Decay: f(x) = a · bˣ, 0 < b < 1, a > 0
Compound Interest: A = P(1 + r/n)^(nt)
Continuous: A = Pe^(rt)
Quotient Rule: log(M/N) = log M − log N
Power Rule: log(Mⁿ) = n · log M
Change of Base: logₐ(x) = log(x)/log(a) = ln(x)/ln(a)
Special: log(1) = 0 | log base a of a = 1
Arithmetic Sum: Sₙ = n/2 · (a₁ + aₙ) = n/2 · [2a₁ + (n−1)d]
Geometric: aₙ = a₁ · r^(n−1)
Geometric Sum: Sₙ = a₁(1 − rⁿ)/(1 − r), r ≠ 1
Infinite Geo: S∞ = a₁/(1 − r), |r| < 1
Horizontal Asymptote (HA):
deg(N) < deg(D) → y = 0
deg(N) = deg(D) → y = ratio of leading coefficients
deg(N) > deg(D) → no HA (oblique asymptote)
Permutation: P(n,r) = n! / (n−r)!
Binomial Prob: P(X=k) = C(n,k) · pᵏ · (1−p)^(n−k)
Note: C(n,0)=C(n,n)=1 | C(n,1)=C(n,n−1)=n
20 Essential Problems
Select one answer per question. Immediate feedback with full explanation after each answer.
Which of the following is a factor of p(x) = x³ − 6x² + 11x − 6?
Select the best answer.
Since p(3) = 0, (x − 3) is a factor.
Verify others: p(−1) = −1−6−11−6 = −24 ≠ 0 The polynomial factors as (x−1)(x−2)(x−3).
When p(x) = 2x³ − 3x² + x − 5 is divided by (x − 2), what is the remainder?
Select the best answer.
p(2) = 2(8) − 3(4) + 2 − 5 = 16 − 12 + 2 − 5 = 1 The remainder is 1.
Simplify: (x² − 9) / (x² − x − 6)
Select the best answer.
Numerator: x² − 9 = (x+3)(x−3) Denominator: x² − x − 6 = (x−3)(x+2) Cancel common factor (x − 3):
Result = (x+3)/(x+2), where x ≠ 3 and x ≠ −2
What is the domain of f(x) = √(2x − 8)?
Select the best answer.
2x − 8 ≥ 0 2x ≥ 8 → x ≥ 4 Domain: [4, ∞), written as x ≥ 4.
What is the value of i³⁴?
Select the best answer.
34 ÷ 4 = 8 remainder 2 i³⁴ = i² = −1 Cycle: i¹=i, i²=−1, i³=−i, i⁴=1, then repeats.
How many real solutions does 3x² − 6x + 4 = 0 have?
Select the best answer.
a=3, b=−6, c=4 D = (−6)² − 4(3)(4) = 36 − 48 = −12 Since D < 0, there are NO real solutions — two complex (imaginary) solutions.
The function f(x) = 2(x − 3)² + 5 has its vertex at which point?
Select the best answer.
f(x) = 2(x − 3)² + 5 → h = 3, k = 5 Vertex = (3, 5). Note: the sign inside is (x − h), so h = +3 (not −3).
Which describes the end behavior of g(x) = −2x⁵ + 4x³ − x?
Select the best answer.
Odd + negative leading → left UP, right DOWN As x→−∞: −2x⁵ → −2(−∞)⁵ = −2(−∞) = +∞
As x→+∞: −2x⁵ → −∞
x→−∞: g→+∞ ; x→+∞: g→−∞
A bacteria culture starts with 200 bacteria and doubles every 3 hours. How many bacteria are present after 9 hours?
Select the best answer.
N(9) = 200 · 2³ = 200 · 8 = 1600 9 hours = 3 doubling periods: 200 → 400 → 800 → 1600.
Which expression equals log₂(32)?
Select the best answer.
2¹=2, 2²=4, 2³=8, 2⁴=16, 2⁵=32 ∴ log₂(32) = 5
Solve for x: log₃(x − 4) = 2
Select the best answer.
log₃(x − 4) = 2 → 3² = x − 4 9 = x − 4 → x = 13 Check: log₃(13 − 4) = log₃(9) = log₃(3²) = 2 ✓
Find the sum of the first 15 terms of the arithmetic sequence: 4, 9, 14, 19, …
Select the best answer.
a₁₅ = 4 + 14(5) = 4 + 70 = 74 S₁₅ = 15/2 · (a₁ + a₁₅) = 15/2 · (4 + 74) = 15/2 · 78 = 15 · 39 = 585
In a geometric sequence, a₁ = 3 and the common ratio r = −2. What is the 5th term?
Select the best answer.
What is the horizontal asymptote of f(x) = (5x³ − 2x) / (2x³ + x² − 1)?
Select the best answer.
When deg(N) = deg(D): HA = ratio of leading coefficients Leading coeff of numerator: 5 Leading coeff of denominator: 2 HA: y = 5/2
Solve the polynomial inequality: x² − 5x + 6 < 0
Select the best answer.
x² − 5x + 6 = (x − 2)(x − 3) Zeros at x = 2 and x = 3. Test intervals:
x < 2: (−)(−) = + → positive (NOT < 0)
2 < x < 3: (+)(−) = − → negative ✓ (satisfies < 0)
x > 3: (+)(+) = + → positive (NOT < 0)
Solution: 2 < x < 3
The parabola x² = 12y opens in which direction, and what is the focus?
Select the best answer.
x² = 12y → 4p = 12 → p = 3 Since p = 3 > 0: opens UPWARD.
Focus is at (0, p) = (0, 3) Directrix: y = −p = −3.
Find all vertical asymptotes of f(x) = (x + 1) / (x² − 3x − 4)
Select the best answer.
x² − 3x − 4 = (x − 4)(x + 1) Numerator = x + 1. Common factor (x + 1) cancels → HOLE at x = −1 (not a VA).
After canceling: f(x) = 1/(x − 4)
Vertical Asymptote: x = 4 only There is a removable discontinuity (hole) at x = −1.
A fair coin is flipped 6 times. What is the probability of getting exactly 4 heads?
Select the best answer.
P(X=4) = C(6,4) · (1/2)⁴ · (1/2)² C(6,4) = 6!/(4!·2!) = 15 P(X=4) = 15 · (1/16) · (1/4) = 15/64
Which expression is equivalent to log(x²y³/z)?
Select the best answer.
log(x²y³/z) = log(x²y³) − log(z) [Quotient Rule] = log(x²) + log(y³) − log(z) [Product Rule] = 2log(x) + 3log(y) − log(z) [Power Rule]
A committee of 4 must be chosen from 10 people. In how many ways can this be done?
Select the best answer.
C(10,4) = 10! / (4! · 6!) = (10 × 9 × 8 × 7) / (4 × 3 × 2 × 1) = 5040 / 24 = 210
Complete Solutions
Detailed explanations for all 20 problems