Math · Algebra 2 ★★★ Hard UNIT 4 OF 0

Polynomial Functions — Free Algebra 2 Review Games.

This unit covers polynomial division, zeros and end behavior and fundamental theorem of algebra — essential concepts for Algebra 2. Use our interactive study games to test your understanding, or review questions in traditional format below.

📋 190 questions ⏱ ~30 min
Math Beast
Practice arena

Pick a mode. Play.

Answer questions as fast as you can. 2 minutes on the clock. Build streaks for bonus points!

Plain-text mode

Don't want to play?

All 190 questions below, each with the worked answer and a written explanation. Click any question to expand it.

Q1. What is the degree of 3x^4 - 2x^2 + x - 7?
A 4
B 3
C 2
D 7

The highest exponent is 4, so the degree is 4.

Q2. The leading coefficient of -5x^3 + 2x^2 - 1 is:
A -5
B 2
C 3
D -1

The leading coefficient is the coefficient of the highest-degree term: -5.

Q3. How many zeros can a degree-3 polynomial have at most?
A 3
B 2
C 4
D 1

A degree-n polynomial has at most n zeros.

Q4. What is the end behavior of \(y = x^3\) as \(x\) approaches infinity?
A \(y\) approaches infinity
B \(y\) approaches negative infinity
C \(y\) approaches \(0\)
D \(y\) stays constant

Odd degree with positive leading coefficient: rises to the right.

Q5. Divide: \((x^2 + 3x + 2) / (x + 1)\)
A \(x + 2\)
B \(x + 1\)
C \(x + 3\)
D \(x^2 + 2\)

Factor: \((x+1)(x+2)/(x+1) = x+2\).

Q6. If f(2) = 0 for polynomial f(x), then (x - 2) is a:
A Factor
B Root
C Coefficient
D Degree

By the Factor Theorem, if f(c)=0 then (x-c) is a factor.

Q7. Use the Remainder Theorem: \(f(x) = x^3 - 2x + 1\), find \(f(1)\).
A \(0\)
B \(2\)
C \(-1\)
D \(1\)

\(f(1) = 1 - 2 + 1 = 0\). The remainder when dividing by \((x-1)\) is \(0\).

Q8. What is the end behavior of y = -2x^4 + x?
A Down on both ends
B Up on both ends
C Down left, up right
D Up left, down right

Even degree, negative leading coefficient: both ends go to negative infinity.

Q9. Find all zeros: \(f(x) = x^3 - x\)
A \(0, 1, -1\)
B \(0, 1\)
C \(1, -1\)
D \(0\)

Factor: \(x(x^2-1) = x(x+1)(x-1)\). Zeros: \(0, 1, -1\).

Q10. Divide (2x^3 + 3x^2 - 5x + 2) by (x + 2) using synthetic division. What is the remainder?
A 0
B 4
C -4
D 8

Using synthetic division with -2: the remainder is 0, so (x+2) is a factor.

Q11. A polynomial has zeros at \(x = 1, 2, -3\). What could it be?
A \((x-1)(x-2)(x+3)\)
B \((x+1)(x+2)(x-3)\)
C \((x-1)(x+2)(x-3)\)
D \(x^3 - 6\)

Zeros \(1, 2, -3\) give factors \((x-1)(x-2)(x+3)\).

Q12. By the Fundamental Theorem of Algebra, a degree-5 polynomial has exactly:
A 5 zeros (counting multiplicity)
B 5 real zeros
C 4 zeros
D At most 5 zeros

A degree-n polynomial has exactly n zeros counting multiplicity and complex zeros.

Q13. If \(f(x) = x^4 - 5x^2 + 4\), find all real zeros.
A \(1, -1, 2, -2\)
B \(1, 2\)
C \(0, 1, 2\)
D \(1, -1, 4\)

Let \(u=x^2\): \(u^2-5u+4=(u-1)(u-4)=0\), \(u=1\) or \(4\). \(x=\pm 1, \pm 2\).

Q14. A zero with multiplicity 2 means the graph:
A Touches the x-axis and turns around
B Crosses the x-axis
C Has a vertical asymptote
D Is undefined

Even multiplicity means the graph touches but does not cross the x-axis.

Q15. Use Descartes' Rule: \(f(x) = x^3 - 3x^2 + x - 3\). How many positive real zeros are possible?
A \(3\) or \(1\)
B \(2\) or \(0\)
C \(1\) only
D \(3\) only

Sign changes: \(+,-,+,-\) gives 3 sign changes. Positive zeros: \(3\) or \(1\) (subtract by 2s).

Q16. What is the end behavior of f(x) = 2x^4 - 3x + 1 as x approaches negative infinity?
A f(x) → +∞
B f(x) → -∞
C f(x) → 0
D f(x) → 2

The degree is 4 (even) and the leading coefficient is 2 (positive). For even-degree polynomials with a positive leading coefficient, both ends of the graph rise to +∞. As x → -∞, f(x) → +∞. Choice B would be correct only if the leading coefficient were negative.

Q17. Counting multiplicity, how many complex zeros (including real ones) does every degree-4 polynomial have?
A 2
B 4
C 8
D It depends on the specific polynomial

By the Fundamental Theorem of Algebra, every polynomial of degree n has exactly n zeros counted with multiplicity in the complex number system. A degree-4 polynomial always has exactly 4 complex zeros. Choice D is wrong because the theorem guarantees exactly n zeros without exception.

Q18. If (x - 5) is a factor of polynomial f(x), what must be the value of f(5)?
A 5
B -5
C 0
D 1

The Factor Theorem states that (x - a) is a factor of f(x) if and only if f(a) = 0. Since (x - 5) is a factor, substituting x = 5 makes that factor zero, so f(5) = 0. Choice A confuses the input value with the output value — a common mix-up.

Q19. By the Remainder Theorem, what is the remainder when \(f(x) = x^2 + 3x - 5\) is divided by \((x - 2)\)?
A \(0\)
B \(3\)
C \(5\)
D \(7\)

The Remainder Theorem states that dividing \(f(x)\) by \((x - a)\) gives a remainder of \(f(a)\). Here \(a = 2\), so \(f(2) = (2)^2 + 3(2) - 5 = 4 + 6 - 5 = 5\). Choice A (remainder \(0\)) would mean \((x - 2)\) is a factor, but since \(f(2) = 5 \neq 0\), that is not the case.

Q20. What is the end behavior of \(y = -x^5\) as \(x\) approaches negative infinity?
A \(y \to +\infty\)
B \(y \to -\infty\)
C \(y \to 0\)
D \(y \to -1\)

As \(x \to -\infty\), \(x^5 \to -\infty\) (odd powers preserve sign). Then \(-x^5 \to -(-\infty) = +\infty\). Choice B describes what happens as \(x \to +\infty\) for this function, which is a common end-behavior mix-up for odd-degree polynomials with negative leading coefficients.

Q21. What is the degree of \(f(x) = (x^2 + 1)(x^3 - x + 2)\)?
A \(3\)
B \(4\)
C \(5\)
D \(6\)

The degree of a product of polynomials equals the sum of their individual degrees. The first factor has degree \(2\) and the second has degree \(3\), so the product has degree \(2 + 3 = 5\). Choice D (\(6\)) is a common error of multiplying degrees rather than adding them.

Q22. A degree-4 polynomial with real coefficients has exactly 2 real zeros, each with multiplicity 1. How many non-real complex zeros does it have?
A 0
B 1
C 2
D 4

By the Fundamental Theorem of Algebra, a degree-4 polynomial has exactly 4 zeros counting multiplicity. With 2 real zeros accounted for, 4 - 2 = 2 zeros must be non-real. For polynomials with real coefficients, non-real zeros always occur in conjugate pairs, so 2 non-real zeros is the only consistent possibility. Choice B (1) is impossible because non-real zeros cannot appear alone.

Q23. Use the Remainder Theorem to find the remainder when \(f(x) = x^3 + 2x^2 - x + 4\) is divided by \((x - 1)\).
A \(4\)
B \(5\)
C \(6\)
D \(7\)

The Remainder Theorem says the remainder equals \(f(1)\). Evaluating: \(f(1) = (1)^3 + 2(1)^2 - (1) + 4 = 1 + 2 - 1 + 4 = 6\). Choice A (\(4\)) is just the constant term — a common error of only reading off the last coefficient rather than fully evaluating the polynomial.

Q24. How many real zeros does \(f(x) = x^4 - 16\) have?
A \(1\)
B \(2\)
C \(3\)
D \(4\)

Factor as a difference of squares: \(x^4 - 16 = (x^2 - 4)(x^2 + 4) = (x - 2)(x + 2)(x^2 + 4)\). The factor \((x^2 + 4)\) yields no real zeros since \(x^2 = -4\) has no real solution. Only \(x = 2\) and \(x = -2\) are real zeros. Choice D (\(4\)) incorrectly assumes all four zeros from the Fundamental Theorem must be real.

Q25. If x = -2 is a zero of f(x) with multiplicity 3, how does the graph behave at x = -2?
A The graph touches the x-axis and turns back at x = -2 without crossing
B The graph crosses the x-axis at x = -2 with a flattened, S-shaped inflection curve
C The graph crosses the x-axis at x = -2 at a sharp, nearly linear angle
D The graph has a local minimum at x = -2

Odd multiplicity means the graph crosses the x-axis. With multiplicity 3 (odd and greater than 1), the graph flattens out and forms an inflection-point shape as it crosses — less steep than a simple zero. Choice A describes even multiplicity (touching and bouncing). Choice C describes multiplicity 1 behavior, where the crossing is sharp.

Q26. A polynomial with real coefficients has 3 + 2i as a zero. Which of the following must also be a zero?
A 3 - 2i
B -3 + 2i
C -3 - 2i
D 2 + 3i

The Complex Conjugate Zeros Theorem states that if a polynomial has real coefficients and a + bi is a zero, then its conjugate a - bi must also be a zero. The conjugate of 3 + 2i is 3 - 2i. Choice B (-3 + 2i) is the additive inverse of the real part only, not the conjugate — a frequent sign error.

Q27. According to the Rational Zero Theorem, which of the following is a possible rational zero of f(x) = 2x^3 - 5x^2 + 3x - 6?
A 4
B 5/2
C 3/2
D 2/3

Possible rational zeros have the form p/q, where p divides the constant term (6) and q divides the leading coefficient (2). For 3/2: p = 3 divides 6 and q = 2 divides 2, so 3/2 is valid. For 2/3: q = 3 does not divide 2, so it fails. For 4: 4 does not divide 6, so it is also invalid.

Q28. Using the Remainder Theorem, find \(f(-2)\) for \(f(x) = 2x^3 - x^2 + 3x - 5\).
A \(-27\)
B \(-31\)
C \(-29\)
D \(31\)

Evaluate \(f(-2)\): \(2(-2)^3 - (-2)^2 + 3(-2) - 5 = 2(-8) - 4 + (-6) - 5 = -16 - 4 - 6 - 5 = -31\). Choice A (\(-27\)) likely results from a sign error when squaring \(-2\) in the second term. Choice D (\(31\)) is the positive version, arising from ignoring all the negative signs.

Q29. What is the end behavior of f(x) = -3x^5 + 2x^3 - x as x approaches positive infinity?
A f(x) → +∞
B f(x) → -∞
C f(x) → 0
D f(x) → -3

End behavior is determined by the leading term, -3x^5. Odd degree with a negative leading coefficient means the right end falls: as x → +∞, f(x) → -∞. Choice A would apply if the leading coefficient were positive. Choice C is incorrect because polynomial functions grow without bound rather than leveling off.

Q30. Which of the following is a factor of \(f(x) = x^3 - 8\)?
A \((x + 2)\)
B \((x^2 - 2x + 4)\)
C \((x - 2)\)
D \((x^2 - 4)\)

Using the difference of cubes formula \(a^3 - b^3 = (a - b)(a^2 + ab + b^2)\) with \(a = x\) and \(b = 2\): \(x^3 - 8 = (x - 2)(x^2 + 2x + 4)\). So \((x - 2)\) is a factor. Choice A \((x + 2)\) is wrong — \(f(2) = 0\), not \(f(-2)\). Choice B has the wrong sign in the middle term of the quadratic factor.

Q31. Use synthetic division to divide \((x^3 - 3x^2 + 4)\) by \((x - 2)\). What is the quotient?
A \(x^2 - x - 2\)
B \(x^2 - 5x - 10\)
C \(x^2 + x - 2\)
D \(x^2 - x + 2\)

Set up synthetic division with root \(2\) and coefficients \(1, -3, 0, 4\) (the missing \(x\)-term has coefficient \(0\)). Bring down \(1\). Then: \(2(1) = 2\), \(-3 + 2 = -1\); \(2(-1) = -2\), \(0 + (-2) = -2\); \(2(-2) = -4\), \(4 + (-4) = 0\). The remainder is \(0\) and the quotient is \(x^2 - x - 2\). Choice D uses \(+2\) as the constant, which would produce a nonzero remainder.

Q32. For f(x) = (x - 1)^2(x + 3), which correctly identifies all zeros and their multiplicities?
A x = 1 (mult 1), x = -3 (mult 1), x = 3 (mult 1)
B x = 1 (mult 2), x = -3 (mult 1)
C x = -1 (mult 2), x = 3 (mult 1)
D x = 1 (mult 2), x = 3 (mult 1)

Setting each factor to zero: (x - 1)^2 = 0 gives x = 1, and the exponent 2 on the factor indicates multiplicity 2; (x + 3) = 0 gives x = -3 with multiplicity 1. Choice C has reversed signs — solving x - 1 = 0 gives x = 1, not x = -1, and solving x + 3 = 0 gives x = -3, not x = 3.

Q33. How many sign changes does \(f(x) = x^4 - 2x^3 + x - 1\) have, and what does Descartes' Rule of Signs say about positive real zeros?
A \(2\) sign changes; at most \(2\) positive real zeros
B \(3\) sign changes; at most \(3\) positive real zeros
C \(4\) sign changes; at most \(4\) positive real zeros
D \(3\) sign changes; exactly \(3\) positive real zeros

The nonzero coefficients in order are \(+1, -2, +1, -1\). Sign changes: \(+\) to \(-\) (one), \(-\) to \(+\) (two), \(+\) to \(-\) (three), giving \(3\) sign changes. By Descartes' Rule, the number of positive real zeros equals the number of sign changes or is less by an even number: \(3\) or \(1\), meaning at most \(3\). Choice D is wrong because Descartes' Rule gives a maximum, not an exact count.

Q34. Find all zeros (real and complex) of \(f(x) = x^3 - x^2 + x - 1\).
A \(x = 1, x = i, x = -i\)
B \(x = 1, x = 1, x = -1\)
C \(x = -1, x = i, x = -i\)
D \(x = 1, x = 1 + i, x = 1 - i\)

Factor by grouping: \(x^3 - x^2 + x - 1 = x^2(x - 1) + 1(x - 1) = (x^2 + 1)(x - 1)\). Setting each factor to zero: \(x - 1 = 0\) gives \(x = 1\); \(x^2 + 1 = 0\) gives \(x^2 = -1\), so \(x = i\) and \(x = -i\). Choice C has the wrong real zero — the grouping yields the factor \((x - 1)\), not \((x + 1)\).

Q35. A degree-4 polynomial with real coefficients has zeros at \(x = 2\) (multiplicity 2) and \(x = 1 + i\). Assuming a leading coefficient of \(1\), which is the correct factored form?
A \(f(x) = (x - 2)^2(x^2 - 2x + 2)\)
B \(f(x) = (x - 2)^2(x^2 + 2x + 2)\)
C \(f(x) = (x - 2)^2(x^2 - 2x - 2)\)
D \(f(x) = (x + 2)^2(x^2 - 2x + 2)\)

Since the polynomial has real coefficients and \(1 + i\) is a zero, its conjugate \(1 - i\) must also be a zero. The quadratic factor from this conjugate pair is \((x - (1+i))(x - (1-i)) = (x-1)^2 + 1 = x^2 - 2x + 2\). Combined with the zero at \(x = 2\) (mult 2): \(f(x) = (x - 2)^2(x^2 - 2x + 2)\). Choice B uses \(x^2 + 2x + 2\), which factors into zeros at \(-1 + i\) and \(-1 - i\), not the required pair.

Q36. Apply Descartes' Rule of Signs to \(f(x) = x^5 - 2x^4 + x^3 + x^2 - x - 1\). How many sign changes does \(f(x)\) have, and how many does \(f(-x)\) have?
A \(f(x)\) has \(3\) sign changes (at most \(3\) positive zeros); \(f(-x)\) has \(2\) sign changes (at most \(2\) negative zeros)
B \(f(x)\) has \(3\) sign changes (at most \(3\) positive zeros); \(f(-x)\) has \(3\) sign changes (at most \(3\) negative zeros)
C \(f(x)\) has \(2\) sign changes (at most \(2\) positive zeros); \(f(-x)\) has \(2\) sign changes (at most \(2\) negative zeros)
D \(f(x)\) has \(4\) sign changes (at most \(4\) positive zeros); \(f(-x)\) has \(1\) sign change (at most \(1\) negative zero)

For \(f(x)\): signs are \(+, -, +, +, -, -\). Changes occur at positions 1 to 2, 2 to 3, and 4 to 5: \(3\) sign changes, so at most \(3\) positive real zeros. For \(f(-x) = -x^5 - 2x^4 - x^3 + x^2 + x - 1\): signs are \(-, -, -, +, +, -\). Changes occur at positions 3 to 4 and 5 to 6: \(2\) sign changes, so at most \(2\) negative real zeros. Choice B overcounts \(f(-x)\) by missing that the first three terms all share the same sign.

Q37. Find all zeros (real and non-real complex) of \(f(x) = x^4 + x^2 - 12\).
A \(x = \pm\sqrt{3}\) and \(x = \pm 2i\)
B \(x = \pm 2\) and \(x = \pm\sqrt{3}\)
C \(x = \pm\sqrt{3}\) and \(x = \pm i\sqrt{2}\)
D \(x = \pm 2\sqrt{3}\) and \(x = \pm 2i\)

Let \(u = x^2\) to get the quadratic \(u^2 + u - 12 = 0\), which factors as \((u + 4)(u - 3) = 0\). From \(u = 3\): \(x^2 = 3\), so \(x = \pm\sqrt{3}\) (real zeros). From \(u = -4\): \(x^2 = -4\), so \(x = \pm 2i\) (non-real complex zeros). Choice B is wrong — testing \(x = 2\) gives \((2)^4 + (2)^2 - 12 = 16 + 4 - 12 = 8 \neq 0\), so \(\pm 2\) are not zeros.

Q38. A degree-4 polynomial crosses the x-axis at x = -1, touches and turns back at x = 2, and crosses at x = 4. Which of the following could be f(x)?
A f(x) = (x + 1)(x - 2)^2(x - 4)
B f(x) = (x - 1)(x - 2)^2(x - 4)
C f(x) = (x + 1)(x - 2)(x - 4)^2
D f(x) = (x + 1)^2(x - 2)(x - 4)

Crossing requires odd multiplicity; touching and turning back requires even multiplicity. Zero at x = -1 (crosses): factor (x + 1) with odd multiplicity. Zero at x = 2 (touches): factor (x - 2)^2 with even multiplicity. Zero at x = 4 (crosses): factor (x - 4) with odd multiplicity. Total degree: 1 + 2 + 1 = 4. Choice B has zero at x = 1, not x = -1. Choice C places the even-multiplicity zero at x = 4 instead of x = 2.

Q39. A degree-6 polynomial with real coefficients has these known zeros: x = 0, x = 1 + 3i, and x = -2 (multiplicity 2). How many zeros remain unaccounted for, and what must be true about them?
A 1 zero remains; it must be real
B 2 zeros remain; they must form a complex conjugate pair
C 1 zero remains; it can be any complex number
D No zeros remain; the polynomial is fully determined with 6 zeros

Tally known zeros with multiplicity: x = 0 (mult 1), x = 1 + 3i (mult 1), and since real coefficients force the conjugate, x = 1 - 3i (mult 1), plus x = -2 (mult 2). Total: 1 + 1 + 1 + 2 = 5. A degree-6 polynomial needs exactly 6 zeros, so 1 more is needed. That final zero cannot be non-real — if it were, its conjugate would also be required, giving 7 zeros total and exceeding degree 6. So it must be real. Choice D incorrectly counts only 4 zeros by omitting the required conjugate 1 - 3i.

Q40. Factor \(f(x) = x^3 + 3x^2 - 4x - 12\) completely and identify all real zeros.
A Zeros: \(x = 2, x = -2, x = -3\)
B Zeros: \(x = 2, x = -2, x = 3\)
C Zeros: \(x = 4, x = -3, x = 1\)
D Zeros: \(x = 6, x = -2, x = 1\)

Factor by grouping: \(x^3 + 3x^2 - 4x - 12 = x^2(x + 3) - 4(x + 3) = (x^2 - 4)(x + 3) = (x - 2)(x + 2)(x + 3)\). Setting each factor to zero: \(x - 2 = 0\) gives \(x = 2\); \(x + 2 = 0\) gives \(x = -2\); \(x + 3 = 0\) gives \(x = -3\). Choice B has \(x = 3\) instead of \(x = -3\), a sign error from incorrectly solving \(x + 3 = 0\).

Q41. What is the degree of the polynomial f(x) = 4x^3 - 2x^5 + x - 7?
A 3
B 4
C 5
D 7

The degree of a polynomial is the highest exponent of the variable. Even though 4x^3 appears first, the term -2x^5 has the highest exponent of 5, so the degree is 5. The order terms are written does not determine degree — always look for the greatest exponent. Choice A (3) is wrong because it names the exponent of the first written term, not the highest.

Q42. What is the end behavior of f(x) = 2x^4 - 3x + 1?
A As x approaches +inf, f(x) approaches +inf and as x approaches -inf, f(x) approaches -inf
B As x approaches +inf, f(x) approaches -inf and as x approaches -inf, f(x) approaches -inf
C As x approaches +inf, f(x) approaches +inf and as x approaches -inf, f(x) approaches +inf
D As x approaches +inf, f(x) approaches -inf and as x approaches -inf, f(x) approaches +inf

End behavior is determined by the leading term, which is 2x^4. The degree is even (4) and the leading coefficient is positive (2), so both ends of the graph rise toward positive infinity. Choice A describes an odd-degree polynomial with positive leading coefficient. Choice B describes an even-degree polynomial with negative leading coefficient.

Q43. According to the Fundamental Theorem of Algebra, how many zeros (counting multiplicity) does a degree-5 polynomial have in the complex number system?
A At most 5
B Exactly 5
C At most 4
D Exactly 5 real zeros

The Fundamental Theorem of Algebra guarantees that every polynomial of degree n has exactly n zeros in the complex number system, counting multiplicity. For a degree-5 polynomial, this means exactly 5 zeros. Choice A is too weak — the theorem guarantees exactly 5, not just at most 5. Choice D is wrong because the theorem counts all complex zeros, not only real ones.

Q44. If (x - 4) is a factor of f(x), which of the following must be true?
A f(-4) = 0
B f(0) = 4
C f(1/4) = 0
D f(4) = 0

By the Factor Theorem, (x - c) is a factor of f(x) if and only if f(c) = 0. Here c = 4, so f(4) = 0. Choice A is wrong because (x - 4) means c = 4, not c = -4; that would correspond to the factor (x + 4). Choice C confuses the factor with its reciprocal.

Q45. What does the Remainder Theorem state when a polynomial f(x) is divided by (x - c)?
A The quotient equals f(c)
B The remainder equals f(-c)
C The remainder equals f(c)
D The remainder equals c times the leading coefficient

The Remainder Theorem states that when f(x) is divided by the linear binomial (x - c), the remainder is equal to f(c). This means you can find the remainder by simply evaluating the polynomial at x = c, without performing the full division. Choice B is a common sign error — f(-c) would correspond to dividing by (x + c), not (x - c).

Q46. When using synthetic division to divide \(f(x) = x^3 + 5x - 7\) by \((x - 2)\), which coefficients and divisor value should be used?
A Coefficients \(1, 5, -7\) with divisor \(2\)
B Coefficients \(1, 0, 5, -7\) with divisor \(-2\)
C Coefficients \(1, 0, 5, -7\) with divisor \(2\)
D Coefficients \(1, 5, -7\) with divisor \(-2\)

Synthetic division requires a coefficient for every degree from highest to lowest, including zero coefficients for missing terms. Since \(f(x) = x^3 + 0x^2 + 5x - 7\), the coefficient row is \(1, 0, 5, -7\). The divisor value used is \(c = 2\) (from \(x - 2\), not \(-2\)). Choices A and D omit the zero placeholder for \(x^2\), which would produce an incorrect result.

Q47. What is the maximum number of turning points a polynomial of degree n can have?
A n
B n + 1
C n - 1
D 2n

A polynomial of degree n can have at most n - 1 turning points (local maxima and minima). For example, a degree-4 polynomial can have at most 3 turning points. Choice A (n) overstates the maximum. This rule is useful for checking the reasonableness of a sketch — if a graph shows more than n - 1 turns, it cannot be a degree-n polynomial.

Q48. If a zero of a polynomial has odd multiplicity, how does the graph behave at that x-intercept?
A The graph touches the x-axis and bounces back without crossing
B The graph crosses straight through the x-axis
C The graph has a vertical asymptote at that point
D The graph approaches the x-axis but never touches it

At a zero of odd multiplicity (1, 3, 5, ...), the graph crosses through the x-axis. At a zero of even multiplicity (2, 4, 6, ...), the graph touches the x-axis and bounces back. Vertical asymptotes occur in rational functions where the denominator is zero, not in polynomials. Recognizing crossing vs. bouncing behavior is key to sketching polynomial graphs.

Q49. Use synthetic division to divide f(x) = 2x^3 + 3x^2 - 11x - 6 by (x + 3). What is the quotient?
A 2x^2 + 9x + 16
B 2x^2 - 3x - 2
C 2x^2 + 3x - 2
D 2x^2 - 9x + 16

Dividing by (x + 3) means using c = -3 in synthetic division. Setting up with coefficients 2, 3, -11, -6 and divisor -3: bring down 2; then 2(-3)=-6, so 3+(-6)=-3; then -3(-3)=9, so -11+9=-2; then -2(-3)=6, so -6+6=0. The remainder is 0 and the quotient is 2x^2 - 3x - 2. Choice A results from incorrectly using +3 as the divisor.

Q50. How many real zeros does \(f(x) = x^4 - 16\) have?
A \(0\)
B \(2\)
C \(4\)
D \(1\)

Factor as a difference of squares: \(x^4 - 16 = (x^2 - 4)(x^2 + 4) = (x - 2)(x + 2)(x^2 + 4)\). The factors \((x - 2)\) and \((x + 2)\) give real zeros \(x = 2\) and \(x = -2\). The factor \((x^2 + 4) = 0\) gives \(x^2 = -4\), which has no real solutions (only the complex zeros \(x = \pm 2i\)). So there are exactly \(2\) real zeros. Choice C (\(4\)) incorrectly assumes all four zeros are real.

Q51. A polynomial has end behavior: as \(x\) approaches \(+\infty\), \(f(x)\) approaches \(-\infty\), and as \(x\) approaches \(-\infty\), \(f(x)\) approaches \(+\infty\). Which of the following could be \(f(x)\)?
A \(f(x) = x^5 - 3x^2 + 1\)
B \(f(x) = -x^4 + 2x\)
C \(f(x) = -x^3 + x + 2\)
D \(f(x) = x^3 - x^2 + 4\)

The described end behavior (right side down, left side up) requires an odd-degree polynomial with a negative leading coefficient. Choice C, \(f(x) = -x^3 + x + 2\), has odd degree (\(3\)) and negative leading coefficient (\(-1\)), matching exactly. Choice A has odd degree but positive leading coefficient, giving the opposite behavior. Choice B has even degree, meaning both ends go the same direction.

Q52. Given that \(x = 1\) is a zero of \(f(x) = x^3 - 6x^2 + 11x - 6\), which of the following is the complete factorization of \(f(x)\)?
A \((x + 1)(x - 2)(x - 3)\)
B \((x - 1)(x - 2)(x - 3)\)
C \((x - 1)(x + 2)(x - 3)\)
D \((x - 1)(x - 2)(x + 3)\)

Since \(x = 1\) is a zero, \((x - 1)\) is a factor. Dividing \(f(x)\) by \((x - 1)\) using synthetic division with coefficients \(1, -6, 11, -6\) and \(c = 1\) gives quotient \(x^2 - 5x + 6\). Factoring: \(x^2 - 5x + 6 = (x - 2)(x - 3)\). Therefore \(f(x) = (x - 1)(x - 2)(x - 3)\). Choice A incorrectly uses \((x + 1)\), which would correspond to a zero at \(x = -1\), not \(x = 1\).

Q53. What is the multiplicity of the zero x = 2 in f(x) = (x - 2)^3(x + 1)?
A 1
B 2
C 3
D 4

The multiplicity of a zero is the exponent on the corresponding factor. Since the factor (x - 2) is raised to the third power, the zero x = 2 has multiplicity 3. A multiplicity of 3 is odd, which means the graph of f crosses through the x-axis at x = 2, with an S-shaped flattening. The zero x = -1 comes from (x + 1)^1 and has multiplicity 1.

Q54. At a zero of even multiplicity, how does the graph of a polynomial behave?
A The graph crosses straight through the x-axis
B The graph touches the x-axis and turns back without crossing
C The graph has a cusp at that point
D The graph has a hole at that point

At a zero of even multiplicity (2, 4, 6, ...), the factor appears an even number of times, so the function value does not change sign across that zero. This causes the graph to touch the x-axis and bounce back. At a zero of odd multiplicity, the graph crosses through. Cusps and holes are features of other types of functions, not polynomial zeros.

Q55. What is the remainder when \(f(x) = x^3 + 2x^2 - 5x + 2\) is divided by \((x - 1)\)?
A 2
B -1
C 0
D 1

By the Remainder Theorem, the remainder when \(f(x)\) is divided by \((x - 1)\) equals \(f(1)\). Evaluating: \(f(1) = (1)^3 + 2(1)^2 - 5(1) + 2 = 1 + 2 - 5 + 2 = 0\). The remainder is \(0\), which also means \((x - 1)\) is a factor of \(f(x)\). Choice A (\(2\)) results from evaluating \(f(0)\) instead of \(f(1)\), and Choice D (\(1\)) may come from a calculation error.

Q56. According to Descartes' Rule of Signs, how many possible positive real zeros does \(f(x) = x^4 - 3x^2 + 2\) have?
A Exactly 4
B 3 or 1
C 2 or 0
D 1 only

Count sign changes in \(f(x) = x^4 - 3x^2 + 2\) by looking at consecutive nonzero coefficients: \((+1)\) to \((-3)\) is one change, then \((-3)\) to \((+2)\) is a second change. There are 2 sign changes, so by Descartes' Rule there are either 2 or 0 positive real zeros (the count decreases by 2 each step). In fact the zeros are \(x = \pm 1\) and \(x = \pm \sqrt{2}\), giving 2 positive real zeros. Choice B (3 or 1) would require an odd number of sign changes.

Q57. According to the Rational Zero Theorem, which of the following could be a rational zero of f(x) = 3x^4 - 5x^2 + 2x - 6?
A plus or minus 4
B plus or minus 5/3
C plus or minus 4/3
D plus or minus 2/3

The Rational Zero Theorem states that any rational zero has the form p/q, where p divides the constant term (6) and q divides the leading coefficient (3). Factors of 6: 1, 2, 3, 6. Factors of 3: 1, 3. Possible rational zeros include plus or minus 1, 2, 3, 6, 1/3, 2/3. Only 2/3 appears among the choices. Choice A (4) is not a factor of 6. Choice B (5/3) uses 5, which does not divide 6. Choice C (4/3) uses 4, which does not divide 6.

Q58. Given \(f(x) = 2x^3 - 5x^2 + 4x - 1\), \(x = \frac{1}{2}\) is known to be a zero. What are all the zeros of \(f(x)\)?
A \(x = \frac{1}{2}\) and \(x = 1\) with multiplicity 2
B \(x = \frac{1}{2}\) and \(x = -1\) with multiplicity 2
C \(x = \frac{1}{2}\), \(x = 1\), and \(x = -1\)
D \(x = \frac{1}{2}\) and \(x = 2\) with multiplicity 2

Using synthetic division with \(c = \frac{1}{2}\) on coefficients \(2, -5, 4, -1\): bring down 2; then \(2(\frac{1}{2})=1\), so \(-5+1=-4\); then \(-4(\frac{1}{2})=-2\), so \(4+(-2)=2\); then \(2(\frac{1}{2})=1\), so \(-1+1=0\). The quotient is \(2x^2 - 4x + 2 = 2(x^2 - 2x + 1) = 2(x - 1)^2\). So \(x = 1\) is a zero of multiplicity 2. All zeros: \(x = \frac{1}{2}\) and \(x = 1\) (multiplicity 2). Choice C is wrong because it introduces \(x = -1\) without justification — verifying \(f(-1) = -2 - 5 - 4 - 1 = -12\), not 0.

Q59. A degree-3 polynomial \(f(x)\) with real coefficients and leading coefficient 1 has zeros at \(x = -2\) and \(x = 1 + i\). Which of the following is \(f(x)\) in standard form?
A \(x^3 - 2x^2 + 4x - 4\)
B \(x^3 - 2x + 4\)
C \(x^3 + 2x^2 - 2x - 4\)
D \(x^3 - 2x^2 + 2x + 4\)

Because the polynomial has real coefficients, complex zeros come in conjugate pairs. So \(x = 1 - i\) is also a zero. The three factors are \((x + 2)\), \((x - (1+i))\), and \((x - (1-i))\). Multiplying the complex pair: \((x-(1+i))(x-(1-i)) = x^2 - 2x + (1+1) = x^2 - 2x + 2\). Then \(f(x) = (x+2)(x^2-2x+2) = x^3 - 2x^2 + 2x + 2x^2 - 4x + 4 = x^3 - 2x + 4\). Choice A omits the conjugate pairing step and uses incorrect expansion.

Q60. Find all real and complex zeros of \(f(x) = x^4 - 3x^3 + 6x^2 - 12x + 8\).
A \(x = 1\), \(x = 2\), \(x = 2i\), \(x = -2i\)
B \(x = 1\), \(x = 4\), \(x = 2i\), \(x = -2i\)
C \(x = -1\), \(x = 2\), \(x = 2i\), \(x = -2i\)
D \(x = 1\), \(x = 2\), \(x = 4i\), \(x = -4i\)

Testing \(x = 1\): \(1 - 3 + 6 - 12 + 8 = 0\), so \((x - 1)\) is a factor. Synthetic division gives \(x^3 - 2x^2 + 4x - 8\). Testing \(x = 2\): \(8 - 8 + 8 - 8 = 0\), so \((x - 2)\) is a factor. Synthetic division gives \(x^2 + 4\). Setting \(x^2 + 4 = 0\) gives \(x^2 = -4\), so \(x = \pm 2i\). All four zeros are \(x = 1\), \(x = 2\), \(x = 2i\), and \(x = -2i\). Choice D incorrectly finds \(x = \pm 4i\) by solving \(x^2 = -16\) instead of \(x^2 = -4\).

Q61. A degree-5 polynomial with leading coefficient 1 has zeros at \(x = 2\) (multiplicity 2), \(x = -1\) (multiplicity 1), and \(x = \pm 3i\). What is \(f(x)\) in standard form?
A \(x^5 - 3x^4 + 9x^3 - 23x^2 + 36\)
B \(x^5 - 3x^4 + 9x^3 + 23x^2 + 36\)
C \(x^5 - 3x^4 - 9x^3 - 23x^2 + 36\)
D \(x^5 + 3x^4 + 9x^3 - 23x^2 + 36\)

The factors are \((x-2)^2\), \((x+1)\), and \((x^2+9)\) (since \((x-3i)(x+3i) = x^2+9\)). First, \((x-2)^2(x+1) = (x^2-4x+4)(x+1) = x^3 - 3x^2 + 4\). Then multiply by \((x^2+9)\): \((x^3-3x^2+4)(x^2+9) = x^5 + 9x^3 - 3x^4 - 27x^2 + 4x^2 + 36 = x^5 - 3x^4 + 9x^3 - 23x^2 + 36\). Choice B has a sign error on the \(x^2\) coefficient, resulting from forgetting to combine \(-27x^2\) and \(+4x^2\) correctly.

Q62. Using the Rational Zero Theorem and synthetic division, what are all rational zeros of f(x) = 6x^3 - 11x^2 - 3x + 2?
A x = 2, x = 1/2, x = -1/3
B x = 2, x = -1/2, x = 1/3
C x = -2, x = 1/2, x = 1/3
D x = 2, x = -1/2, x = -1/3

Possible rational zeros include plus or minus 1, 2, 1/2, 1/3, 2/3, 1/6. Testing x = 2: 6(8) - 11(4) - 6 + 2 = 48 - 44 - 6 + 2 = 0. Synthetic division with c = 2 on 6, -11, -3, 2 yields quotient 6x^2 + x - 1. Factoring: 6x^2 + x - 1 = (2x + 1)(3x - 1), giving x = -1/2 and x = 1/3. All zeros: x = 2, x = -1/2, x = 1/3. Choice A has reversed signs on the two fractional zeros, a common error when factoring the quadratic quotient.

Q63. A degree-4 polynomial with real coefficients and leading coefficient 2 has zeros at \(x = 3\) (multiplicity 2) and \(x = i\). What is \(f(x)\)?
A \(2x^4 - 12x^3 + 20x^2 - 12x + 18\)
B \(2x^4 - 12x^3 + 10x^2 - 12x + 18\)
C \(2x^4 - 12x^3 + 20x^2 - 6x + 9\)
D \(2x^4 + 12x^3 + 20x^2 + 12x + 18\)

Because the coefficients are real, \(x = -i\) is also a zero. The four factors (with leading coefficient 2) give: \(f(x) = 2(x-3)^2(x-i)(x+i) = 2(x^2-6x+9)(x^2+1)\). Expanding \((x^2-6x+9)(x^2+1) = x^4 + x^2 - 6x^3 - 6x + 9x^2 + 9 = x^4 - 6x^3 + 10x^2 - 6x + 9\). Multiplying by 2: \(2x^4 - 12x^3 + 20x^2 - 12x + 18\). Choice B has coefficient 10 on \(x^2\) before multiplying by 2 — it forgets to double the result.

Q64. Perform polynomial long division: \((2x^4 - 3x^3 + x^2 - 5)\) divided by \((x^2 - 2x + 1)\). What are the quotient and remainder?
A Quotient: \(2x^2 + x + 1\), Remainder: \(x - 6\)
B Quotient: \(2x^2 - x + 1\), Remainder: \(x + 6\)
C Quotient: \(2x^2 + x + 1\), Remainder: \(-x + 6\)
D Quotient: \(2x^2 + x - 1\), Remainder: \(x - 6\)

Dividing \(2x^4 - 3x^3 + x^2 + 0x - 5\) by \(x^2 - 2x + 1\): Step 1 — \(2x^4 / x^2 = 2x^2\); subtract \(2x^2(x^2-2x+1) = 2x^4-4x^3+2x^2\); remaining: \(x^3 - x^2\). Step 2 — \(x^3 / x^2 = x\); subtract \(x(x^2-2x+1) = x^3-2x^2+x\); remaining: \(x^2 - x\). Step 3 — \(x^2 / x^2 = 1\); subtract \(1(x^2-2x+1) = x^2-2x+1\); remaining: \(x - 6\). Quotient is \(2x^2 + x + 1\) with remainder \(x - 6\). Choice B has sign errors in the quotient resulting from arithmetic mistakes in the subtraction steps.

Q65. For \(f(x) = x^4 + 4x^2 - 5\), determine the exact number and type of zeros.
A 4 real zeros and 0 complex non-real zeros
B 2 real zeros and 2 complex non-real zeros
C 0 real zeros and 4 complex non-real zeros
D 1 real zero and 3 complex non-real zeros

Substitute \(u = x^2\) to get \(u^2 + 4u - 5 = (u + 5)(u - 1) = 0\), so \(u = -5\) or \(u = 1\). For \(u = 1\): \(x^2 = 1\) gives \(x = \pm 1\) (two real zeros). For \(u = -5\): \(x^2 = -5\) gives \(x = \pm i\sqrt{5}\) (two complex non-real zeros). Total: 2 real and 2 complex non-real zeros, consistent with the degree-4 guarantee from the Fundamental Theorem of Algebra. Choice A is wrong because \(x^2 = -5\) has no real solutions.

Q66. The Fundamental Theorem of Algebra guarantees that every polynomial of degree \(n\) (where \(n\) is at least 1) with complex coefficients has exactly how many zeros, counting multiplicity?
A Exactly \(n\) zeros
B At most \(n\) zeros
C Exactly \(n - 1\) zeros
D At least \(2n\) zeros

The Fundamental Theorem of Algebra states that a degree-\(n\) polynomial has exactly \(n\) zeros in the complex number system, counting multiplicity. Choice B ('at most \(n\)') is a common misconception — the theorem guarantees exactly \(n\), not 'at most' \(n\). For example, \(x^2 - 2x + 1 = (x-1)^2\) has two zeros counting multiplicity (both equal to 1), not just one.

Q67. When a degree-5 polynomial is divided by a linear polynomial (degree 1), what is the degree of the resulting quotient?
A Degree 3
B Degree 4
C Degree 5
D Degree 6

The degree of the quotient equals the degree of the dividend minus the degree of the divisor: 5 - 1 = 4. Choice A (degree 3) would result from dividing by a degree-2 divisor. Choice C is incorrect because division always reduces the degree — the quotient cannot have the same degree as the dividend.

Q68. The Factor Theorem states that \((x - a)\) is a factor of \(f(x)\) if and only if \(f(a) = 0\). If \(f(3) = 0\), which of the following is a factor of \(f(x)\)?
A \((x + 3)\)
B \((x - 3)\)
C \((3x - 1)\)
D \((x^2 - 9)\)

By the Factor Theorem, since \(f(3) = 0\), the corresponding factor is \((x - 3)\). Choice A, \((x + 3)\), would correspond to \(f(-3) = 0\), not \(f(3) = 0\). Choice D, \((x^2 - 9) = (x-3)(x+3)\), would only be a factor if both \(x = 3\) and \(x = -3\) are zeros — knowing only \(f(3) = 0\) is not sufficient to conclude \(x = -3\) is also a zero.

Q69. A polynomial has even degree and a negative leading coefficient. Which statement correctly describes its end behavior?
A As x approaches +inf, f(x) approaches +inf; as x approaches -inf, f(x) approaches +inf
B As x approaches +inf, f(x) approaches -inf; as x approaches -inf, f(x) approaches -inf
C As x approaches +inf, f(x) approaches +inf; as x approaches -inf, f(x) approaches -inf
D As x approaches +inf, f(x) approaches -inf; as x approaches -inf, f(x) approaches +inf

For an even-degree polynomial with a negative leading coefficient, both ends of the graph fall toward -inf (both ends go down). The leading term dominates for large |x|, and a negative even-degree term is negative for all large |x|. Choice A describes even degree with a positive leading coefficient. Choices C and D describe odd-degree behavior, where the two ends point in opposite directions.

Q70. What is the maximum number of turning points (local maxima and minima combined) that a degree-4 polynomial can have?
A 2
B 3
C 4
D 5

A degree-n polynomial can have at most n - 1 turning points. For n = 4, the maximum is 4 - 1 = 3. This follows because turning points occur where f'(x) = 0, and f'(x) has degree n - 1, giving at most n - 1 real roots. Choice A (2) is too few — a degree-4 polynomial can reach 3 turning points. Choice C (4) would require degree 5.

Q71. Synthetic division is a shorthand method for polynomial division. Which type of divisor is required to use synthetic division?
A Any polynomial divisor of any degree
B A quadratic of the form \(x^2 - a\)
C A linear factor of the form \(x - a\) (where \(a\) is a constant)
D A cubic or higher-degree polynomial only

Synthetic division only applies when the divisor is a monic linear polynomial of the form \((x - a)\). It cannot be used with quadratic or higher-degree divisors — those require polynomial long division. Choice A is incorrect because a quadratic divisor, for example, is not compatible with the synthetic division algorithm. Non-monic linear factors like \((2x - 1)\) also require an adjustment before synthetic division can be used.

Q72. A polynomial of odd degree with real coefficients must have at least how many real zeros?
A 0
B 1
C 2
D 3

For a polynomial with real coefficients, non-real complex zeros always appear in conjugate pairs, consuming 2 zeros at a time. Since a polynomial of odd degree has an odd total number of zeros (counting multiplicity), it is impossible for all of them to be paired up as complex conjugates — at least one must be real. Choice A (0) is impossible for odd degree with real coefficients. Choice C (2) is not guaranteed; a degree-3 polynomial can have exactly 1 real zero and one conjugate pair of complex zeros.

Q73. Use synthetic division to find the quotient when \(f(x) = x^3 - 7x + 6\) is divided by \((x - 2)\). (Note: the \(x^2\) term has coefficient 0.)
A \(x^2 + 2x - 3\)
B \(x^2 - 2x + 3\)
C \(x^2 + 2x + 3\)
D \(x^2 - 2x - 3\)

Set up synthetic division with \(c = 2\) and coefficients \(1, 0, -7, 6\) (the 0 is the placeholder for the missing \(x^2\) term). Bring down 1; \(1 \times 2 = 2\), add to 0 to get 2; \(2 \times 2 = 4\), add to \(-7\) to get \(-3\); \(-3 \times 2 = -6\), add to 6 to get 0. The quotient is \(x^2 + 2x - 3\). Choice B is wrong because the middle coefficient comes out to \(+2\), not \(-2\). Forgetting the 0 placeholder is a common error that scrambles all subsequent coefficients.

Q74. Using the Remainder Theorem, what is the remainder when \(f(x) = x^4 - 3x^2 + 2x - 5\) is divided by \((x + 1)\)?
A -9
B -7
C 9
D -5

The Remainder Theorem states the remainder when dividing \(f(x)\) by \((x - c)\) equals \(f(c)\). The divisor is \((x + 1) = (x - (-1))\), so \(c = -1\). Evaluate: \(f(-1) = (-1)^4 - 3(-1)^2 + 2(-1) - 5 = 1 - 3 - 2 - 5 = -9\). Choice B (\(-7\)) results from a sign error on the \(2x\) term. Choice D (\(-5\)) is the constant term of \(f(x)\), which equals the remainder only when \(x\) is divided out — not when dividing by \((x + 1)\).

Q75. A polynomial f(x) with real coefficients has x = 1 + 2i as one of its zeros. Which of the following must also be a zero of f(x)?
A x = 1 - 2i
B x = -1 + 2i
C x = -1 - 2i
D x = 2 - i

The Complex Conjugate Zeros Theorem states that if a polynomial has real coefficients and a + bi is a zero, then its complex conjugate a - bi is also a zero. The conjugate of 1 + 2i is 1 - 2i (negate only the imaginary part). Choice B (-1 + 2i) negates the real part, which is not the conjugate. Choice C (-1 - 2i) is the negation of the entire number, not the conjugate.

Q76. What is the end behavior of \(f(x) = -(x + 1)^3(x - 2)\)?
A As \(x \to +\infty\), \(f(x) \to +\infty\); as \(x \to -\infty\), \(f(x) \to +\infty\)
B As \(x \to +\infty\), \(f(x) \to -\infty\); as \(x \to -\infty\), \(f(x) \to -\infty\)
C As \(x \to +\infty\), \(f(x) \to +\infty\); as \(x \to -\infty\), \(f(x) \to -\infty\)
D As \(x \to +\infty\), \(f(x) \to -\infty\); as \(x \to -\infty\), \(f(x) \to +\infty\)

The leading term is determined by the highest-power parts: \(-(x^3)(x) = -x^4\). This is a degree-4 polynomial with a negative leading coefficient. Even degree with a negative leading coefficient means both ends fall toward \(-\infty\) (both ends go down). Choice A describes even degree with a positive leading coefficient. Choices C and D describe odd-degree behavior where the two ends go in opposite directions.

Q77. Which of the following polynomials has exactly three distinct real zeros?
A \(f(x) = (x - 1)^2(x + 2)(x - 3)\)
B \(f(x) = (x - 1)^4\)
C \(f(x) = (x^2 + 1)(x - 2)\)
D \(f(x) = x^2(x + 1)^2\)

Choice A has zeros at \(x = 1\) (multiplicity 2), \(x = -2\), and \(x = 3\) — three distinct real values. Choice B has only one distinct real zero (\(x = 1\), multiplicity 4). Choice C has only \(x = 2\) as a real zero; \(x^2 + 1 = 0\) produces only non-real complex solutions. Choice D has exactly two distinct real zeros: \(x = 0\) and \(x = -1\).

Q78. Perform synthetic division: (2x^3 + 3x^2 - 11x - 6) divided by (x - 2). What is the quotient?
A 2x^2 + 7x + 3
B 2x^2 - 7x + 3
C 2x^2 + 7x - 3
D 2x^2 - 7x - 3

Using synthetic division with c = 2 and coefficients 2, 3, -11, -6: bring down 2; 2 x 2 = 4, add to 3 to get 7; 7 x 2 = 14, add to -11 to get 3; 3 x 2 = 6, add to -6 to get 0 (zero remainder). Quotient is 2x^2 + 7x + 3. Choice B is wrong because the x-coefficient accumulates to +7, not -7. The remainder of 0 confirms that x = 2 is a zero of the original polynomial.

Q79. A monic degree-3 polynomial \(f(x) = x^3 + ax^2 + bx + c\) has zeros at \(x = -1\), \(x = 2\), and \(x = 3\). What is the value of \(a\)?
A 4
B -4
C -6
D 2

By Vieta's formulas for a monic cubic with zeros \(r_1, r_2, r_3\), the coefficient of \(x^2\) is \(a = -(r_1 + r_2 + r_3)\). Here \(a = -((-1) + 2 + 3) = -(4) = -4\). This can be confirmed by expanding \((x + 1)(x - 2)(x - 3) = x^3 - 4x^2 + x + 6\). Choice A (4) has the wrong sign. Choice C (\(-6\)) is the constant term \(c\), not \(a\).

Q80. How does the graph of a polynomial behave at a zero of odd multiplicity greater than 1, such as multiplicity 3?
A The graph bounces off the x-axis without crossing it
B The graph crosses the x-axis but flattens and appears tangent to the x-axis near the zero
C The graph has a vertical asymptote at that x-value
D The graph crosses the x-axis at a sharp angle with no change in steepness compared to a simple zero

At any zero of odd multiplicity, the graph crosses the x-axis (sign of \(f(x)\) changes). However, when the odd multiplicity exceeds 1 (e.g., 3 or 5), the graph visibly flattens near the zero, appearing to 'hesitate' before crossing — much like the curve \(y = x^3\) at the origin. Choice A describes a zero of even multiplicity, where the graph touches but does not cross. Choice D describes a simple zero (multiplicity 1), which crosses without the flattening effect.

Q81. A degree-4 polynomial with leading coefficient 2 has zeros at x = -1, x = 1, x = 2, and x = 3. What is the constant term of this polynomial?
A 12
B -12
C -6
D 6

The polynomial is f(x) = 2(x + 1)(x - 1)(x - 2)(x - 3). The constant term equals f(0) = 2(0+1)(0-1)(0-2)(0-3) = 2(1)(-1)(-2)(-3) = 2(-6) = -12. The product (-1)(-2)(-3) = -6, negative because there are three negative factors. Choice A (12) results from a sign error. Choice C (-6) omits the leading coefficient factor of 2.

Q82. According to Descartes' Rule of Signs, how many possible positive real zeros does \(f(x) = x^5 - 2x^4 + x^3 + x^2 - 3x + 1\) have?
A Exactly 4
B 4 or 2
C 4, 2, or 0
D 3 or 1

Count sign changes in the sequence of coefficients: \(+1, -2, +1, +1, -3, +1\). Changes occur at positions: $(+1$ to $-2)$, $(-2$ to $+1)$, $(+1$ to \(+1\) — no change$)$, $(+1$ to $-3)$, $(-3$ to $+1)$. That is 4 sign changes. By Descartes' Rule, the number of positive real zeros equals 4, or decreases by 2 repeatedly: so 4, 2, or 0. Choice B omits 0 as a valid count. Choice D (3 or 1) corresponds to \(f(-x)\), which counts negative real zeros.

Q83. To determine whether \((x - 2)\) is a factor of \(f(x) = x^4 - 2x^3 - 3x + 6\) without full polynomial division, which approach correctly applies the Factor Theorem?
A Compute \(f(2)\); if \(f(2) = 0\) then \((x - 2)\) is a factor
B Compute \(f(-2)\); if \(f(-2) = 0\) then \((x - 2)\) is a factor
C Compute \(f(2)\); if \(f(2)\) is not zero then \((x - 2)\) is still a factor
D Compute \(f(0) = 6\); this confirms \((x - 2)\) is a factor

The Factor Theorem states \((x - a)\) is a factor if and only if \(f(a) = 0\). Here \(a = 2\), so compute \(f(2) = 16 - 16 - 6 + 6 = 0\). Since \(f(2) = 0\), \((x - 2)\) is indeed a factor. Choice B checks \(f(-2)\), which tests whether \((x + 2)\) is a factor, not \((x - 2)\). Choice C is logically backwards — a nonzero value of \(f(2)\) would confirm \((x - 2)\) is NOT a factor.

Q84. Find all zeros of \(f(x) = x^4 - 2x^3 - 3x^2 + 4x + 4\), given that \(x = 2\) is one zero.
A \(x = 2\) (multiplicity 2) and \(x = -1\) (multiplicity 2)
B \(x = 2\), \(x = -1\), \(x = 1\), and \(x = -2\) (all distinct)
C \(x = 2\) (multiplicity 3) and \(x = -1\) (multiplicity 1)
D \(x = 4\) (multiplicity 2) and \(x = -2\) (multiplicity 2)

Divide by \((x - 2)\) synthetically to get \(x^3 - 3x - 2\). Test \(x = -1\): \((-1)^3 - 3(-1) - 2 = -1 + 3 - 2 = 0\), confirming \(x = -1\) is a zero. Divide \(x^3 - 3x - 2\) by \((x + 1)\) to obtain \(x^2 - x - 2 = (x - 2)(x + 1)\). Therefore \(f(x) = (x - 2)^2(x + 1)^2\), giving zeros \(x = 2\) and \(x = -1\), each with multiplicity 2. Choice B incorrectly lists four distinct zeros; \(x = 2\) and \(x = -1\) each appear twice. Choice C wrongly assigns multiplicity 3 to \(x = 2\).

Q85. A degree-4 polynomial with real coefficients and leading coefficient 1 has zeros at \(x = 2\) (multiplicity 2) and \(x = 1 + i\). What is its completely factored form over the reals?
A \((x - 2)^2(x^2 - 2x + 2)\)
B \((x - 2)^2(x^2 + 2x + 2)\)
C \((x - 2)^2(x^2 - 2x - 2)\)
D \((x + 2)^2(x^2 - 2x + 2)\)

Since the polynomial has real coefficients and \(1 + i\) is a zero, its conjugate \(1 - i\) is also a zero. The quadratic factor from these two complex zeros is \((x - (1+i))(x - (1-i)) = (x-1)^2 - (i)^2 = (x-1)^2 + 1 = x^2 - 2x + 2\). Combined with the repeated real zero at \(x = 2\): \(f(x) = (x - 2)^2(x^2 - 2x + 2)\). Choice B gives \(x^2 + 2x + 2\), which corresponds to zeros \(-1 \pm i\), not \(1 \pm i\).

Q86. Given that \(x = 1\) and \(x = -3\) are zeros of \(f(x) = x^4 + x^3 - 7x^2 - x + 6\), find all remaining zeros.
A \(x = 2\) and \(x = -1\)
B \(x = 2\) and \(x = 1\)
C \(x = -2\) and \(x = 1\)
D \(x = -1\) and \(x = -2\)

Since \(x = 1\) and \(x = -3\) are zeros, \((x - 1)(x + 3) = x^2 + 2x - 3\) is a factor. Dividing \(f(x)\) by \(x^2 + 2x - 3\) (matching coefficients) gives quotient \(x^2 - x - 2 = (x - 2)(x + 1)\). The remaining zeros are therefore \(x = 2\) and \(x = -1\). All four zeros are \(x = 1\), \(x = -3\), \(x = 2\), and \(x = -1\). Choice D reverses both signs, giving \(x = -1\) and \(x = -2\), which do not satisfy the original equation.

Q87. Perform polynomial long division: \((3x^3 - 2x^2 + 4x - 1)\) divided by \((x^2 - x + 1)\). The result has the form \(Q(x) + \frac{R(x)}{x^2 - x + 1}\). What are \(Q(x)\) and \(R(x)\)?
A \(Q(x) = 3x + 1\), \(R(x) = 2x - 2\)
B \(Q(x) = 3x - 1\), \(R(x) = 2x - 2\)
C \(Q(x) = 3x + 1\), \(R(x) = 2x + 2\)
D \(Q(x) = 3x - 1\), \(R(x) = x - 2\)

First step: \(3x^3\) divided by \(x^2\) gives \(3x\). Multiply \(3x(x^2 - x + 1) = 3x^3 - 3x^2 + 3x\); subtract from dividend to get \(x^2 + x - 1\). Second step: \(x^2\) divided by \(x^2\) gives \(1\). Multiply \(1(x^2 - x + 1) = x^2 - x + 1\); subtract to get \(2x - 2\). Since \(2x - 2\) has degree less than the divisor, it is the remainder. Therefore \(Q(x) = 3x + 1\) and \(R(x) = 2x - 2\). Choice B gives \(Q(x) = 3x - 1\), an error in the second quotient term where \(+1\) should be added, not subtracted.

Q88. A degree-5 polynomial with leading coefficient 1 and real coefficients has zeros at \(x = 0\) (multiplicity 2), \(x = -2\), and \(x = 1 + 3i\). What is its completely factored form over the reals?
A \(x^2(x + 2)(x^2 - 2x + 10)\)
B \(x^2(x - 2)(x^2 - 2x + 10)\)
C \(x^2(x + 2)(x^2 + 2x + 10)\)
D \(x^2(x + 2)(x^2 - 2x - 10)\)

Since the polynomial has real coefficients and \(1 + 3i\) is a zero, its conjugate \(1 - 3i\) is also a zero. The quadratic from this pair: \((x-(1+3i))(x-(1-3i)) = (x-1)^2 + 9 = x^2 - 2x + 10\). The zero \(x = -2\) gives factor \((x + 2)\). The double zero at \(x = 0\) gives \(x^2\). Combined: \(f(x) = x^2(x + 2)(x^2 - 2x + 10)\), which is degree 5. Choice B uses \((x - 2)\), placing the zero at \(x = +2\) instead of \(x = -2\). Choice C gives \(x^2 + 2x + 10\), corresponding to zeros \(-1 \pm 3i\), not \(1 \pm 3i\).

Q89. Using the Rational Zero Theorem and synthetic division, find all rational zeros of f(x) = 2x^3 - 3x^2 - 11x + 6.
A x = 3, x = 1/2, x = -2
B x = 3, x = -1/2, x = 2
C x = -3, x = 1/2, x = 2
D x = 3, x = 2, x = -1/2

Possible rational zeros are plus or minus (factors of 6) over (factors of 2): plus or minus 1, 2, 3, 6, 1/2, 3/2. Test x = 3: f(3) = 54 - 27 - 33 + 6 = 0. Synthetic division by (x - 3) yields quotient 2x^2 + 3x - 2, which factors as (2x - 1)(x + 2). Setting each factor to zero: 2x - 1 = 0 gives x = 1/2, and x + 2 = 0 gives x = -2. All three rational zeros are x = 3, x = 1/2, and x = -2. Choice B uses x = -1/2, but solving 2x - 1 = 0 gives x = +1/2, not -1/2.

Q90. A degree-6 polynomial with real coefficients has zeros at x = -1 (multiplicity 3) and x = 2i. What is the minimum number of real zeros (counting multiplicity), and how many non-real complex zeros must the polynomial have?
A 4 real zeros and exactly 2 non-real complex zeros
B 3 real zeros and exactly 3 non-real complex zeros
C 3 real zeros and exactly 2 non-real complex zeros
D 4 real zeros and exactly 4 non-real complex zeros

Since the polynomial has real coefficients, 2i being a zero forces its conjugate -2i to also be a zero — that accounts for 2 non-real complex zeros. The zero x = -1 (multiplicity 3) accounts for 3 real zeros. So far: 3 + 2 = 5 zeros. A degree-6 polynomial requires exactly 6 zeros counting multiplicity, so one more is needed. Adding another non-real complex zero would require its conjugate as well (two more), bringing the total to 7 and exceeding degree 6. Therefore the sixth zero must be real. Final count: 4 real zeros and exactly 2 non-real complex zeros. Choice B incorrectly assumes no additional real zero is required.

Q91. According to the Fundamental Theorem of Algebra, how many zeros, counting multiplicity, does a degree-4 polynomial with complex coefficients have?
A 2
B 3
C 4
D 8

The Fundamental Theorem of Algebra guarantees that every degree-n polynomial has exactly n zeros in the complex number system, counting multiplicity. A degree-4 polynomial therefore has exactly 4 zeros. Choosing 8 is a common error that comes from doubling the degree rather than using it directly.

Q92. What is the end behavior of f(x) = 4x^6 - 2x^4 + x - 7?
A As x approaches plus or minus infinity, f(x) approaches negative infinity
B As x approaches plus or minus infinity, f(x) approaches positive infinity
C As x approaches negative infinity, f(x) approaches negative infinity; as x approaches positive infinity, f(x) approaches positive infinity
D As x approaches negative infinity, f(x) approaches positive infinity; as x approaches positive infinity, f(x) approaches negative infinity

End behavior is controlled solely by the leading term, 4x^6. The degree is even and the leading coefficient is positive, so both ends of the graph rise toward positive infinity. A negative leading coefficient would make both ends fall (choice A). Choices C and D describe the behavior of odd-degree polynomials.

Q93. The Remainder Theorem states that when a polynomial f(x) is divided by (x - c), the remainder is equal to which of the following?
A f(0)
B f(c)
C the leading coefficient of f(x)
D zero, since (x - c) is always a factor of f(x)

The Remainder Theorem states that the remainder when f(x) is divided by (x - c) equals f(c), the value of the polynomial evaluated at c. Choice A gives the y-intercept, not the remainder. Choice D confuses this theorem with the Factor Theorem, which applies only when the remainder happens to be zero.

Q94. At a zero of even multiplicity, how does the graph of a polynomial behave at that x-intercept?
A It crosses the x-axis at a steep angle
B It crosses the x-axis and has a vertical asymptote nearby
C It touches the x-axis and turns around without crossing
D It passes through the x-axis with a flattened S-shape

A zero of even multiplicity causes the graph to touch but not cross the x-axis, because the factor appears an even number of times and the function does not change sign there. A zero of odd multiplicity (like multiplicity 1) produces a crossing as in choice A. A flattened S-shape through the axis (choice D) is characteristic of an odd multiplicity of 3 or higher.

Q95. What is the degree of the polynomial product \(f(x) = (x^3 - 2x + 1)(x^2 + 5)\)?
A \(3\)
B \(5\)
C \(6\)
D \(2\)

The degree of a product of polynomials equals the sum of their individual degrees. Multiplying a degree-3 polynomial by a degree-2 polynomial yields a degree-5 result, since the leading term \(x^3\) times \(x^2\) produces \(x^5\). Choice C (degree 6) is the common error of multiplying the degrees rather than adding them.

Q96. What is the maximum number of turning points a degree-6 polynomial can have?
A 6
B 5
C 4
D 7

A degree-n polynomial can have at most n - 1 turning points. For a degree-6 polynomial, the maximum is 6 - 1 = 5. The polynomial may have fewer turning points but never more. A common error is confusing n with n - 1 and choosing 6.

Q97. Which value of \(x\) is a zero of \(f(x) = x^3 + 27\)?
A \(x = 3\)
B \(x = -3\)
C \(x = 9\)
D \(x = -9\)

Setting \(x^3 + 27 = 0\) gives \(x^3 = -27\), so \(x = -3\). Confirming: \((-3)^3 + 27 = -27 + 27 = 0\). Choice A is incorrect because \((3)^3 + 27 = 54\), not zero. This polynomial is a sum of cubes and factors as \((x + 3)(x^2 - 3x + 9)\), confirming \(x = -3\) is the only real zero.

Q98. A polynomial with real coefficients has 3 - 2i as a zero. Which of the following must also be a zero of that polynomial?
A 3 + 2i
B -3 + 2i
C 2 - 3i
D -3 - 2i

The Complex Conjugate Zeros Theorem states that if a polynomial has real coefficients and a + bi is a zero (with b not equal to 0), then its complex conjugate a - bi must also be a zero. The conjugate of 3 - 2i is 3 + 2i. Choices B and D change the sign of the real part, and choice C swaps the real and imaginary parts, neither of which produces the correct conjugate.

Q99. Using the Remainder Theorem, find the remainder when \(f(x) = x^3 - 4x^2 + 2x + 5\) is divided by \((x - 3)\).
A \(-4\)
B \(2\)
C \(5\)
D \(8\)

By the Remainder Theorem, the remainder equals \(f(3)\). Evaluating: \(f(3) = (3)^3 - 4(3)^2 + 2(3) + 5 = 27 - 36 + 6 + 5 = 2\). A common mistake is evaluating at \(x = -3\) instead of \(x = 3\), since the divisor is \((x - 3)\) and its root is \(x = 3\), not \(x = -3\).

Q100. Perform synthetic division to divide \(f(x) = x^3 + 2x^2 - 5x - 6\) by \((x - 2)\). What is the quotient polynomial?
A \(x^2 + 4x + 3\)
B \(x^2 - 4x + 3\)
C \(x^2 + 4x - 3\)
D \(x^2 - 4x - 3\)

Setting up synthetic division with \(c = 2\) and coefficients \(1, 2, -5, -6\): bring down \(1\); \(1\) times \(2 = 2\), and \(2 + 2 = 4\); \(4\) times \(2 = 8\), and \(-5 + 8 = 3\); \(3\) times \(2 = 6\), and \(-6 + 6 = 0\). The quotient is \(x^2 + 4x + 3\) with remainder \(0\). This factors as \((x + 1)(x + 3)\), confirming that \(x = -1\) and \(x = -3\) are also zeros of \(f(x)\).

Q101. According to the Rational Zero Theorem, which list gives all possible rational zeros of \(f(x) = 2x^3 + x^2 - 5x + 2\)?
A \(\pm 1, \pm 2, \pm \frac{1}{2}\)
B \(\pm 1, \pm 2, \pm 4\)
C \(\pm 1, \pm \frac{1}{2}\)
D \(\pm 1, \pm 2\)

The Rational Zero Theorem states that possible rational zeros have the form (factor of constant term) divided by (factor of leading coefficient). The constant is \(2\), with factors \(1\) and \(2\). The leading coefficient is \(2\), also with factors \(1\) and \(2\). This gives \(\pm \frac{1}{1}, \pm \frac{2}{1}, \pm \frac{1}{2}\), and \(\pm \frac{2}{2}\), which simplifies to \(\pm 1, \pm 2, \pm \frac{1}{2}\). Choice B incorrectly includes \(\pm 4\), and choices C and D are incomplete.

Q102. A polynomial graph touches the x-axis at x = -2 without crossing, and crosses the x-axis at x = 1. Which factored form is consistent with these observations?
A f(x) = (x + 2)(x - 1)
B f(x) = (x + 2)^2(x - 1)
C f(x) = (x + 2)(x - 1)^2
D f(x) = (x + 2)^3(x - 1)

Touching without crossing indicates an even multiplicity at x = -2, so (x + 2)^2 must be a factor. Crossing at x = 1 indicates odd multiplicity, so (x - 1) appears to an odd power. Choice B, with (x + 2)^2(x - 1), satisfies both conditions. Choice C reverses the behavior: it would produce a touch at x = 1 and a crossing at x = -2. Choice D has odd multiplicity 3 at x = -2, which would also produce a crossing.

Q103. What is the end behavior of g(x) = -2x^5 + 3x^3 - x + 4?
A As x approaches negative infinity, g(x) approaches negative infinity; as x approaches positive infinity, g(x) approaches positive infinity
B As x approaches plus or minus infinity, g(x) approaches positive infinity
C As x approaches negative infinity, g(x) approaches positive infinity; as x approaches positive infinity, g(x) approaches negative infinity
D As x approaches plus or minus infinity, g(x) approaches negative infinity

End behavior depends only on the leading term, -2x^5. The degree is odd and the leading coefficient is negative. For an odd-degree polynomial with a negative leading coefficient, the left end rises (toward positive infinity) and the right end falls (toward negative infinity). Choice A describes an odd-degree polynomial with a positive leading coefficient, while choices B and D describe even-degree polynomials.

Q104. If \((x + 1)\) is a factor of \(f(x) = x^3 + kx^2 - 4x - 4\), what is the value of \(k\)?
A \(-1\)
B \(1\)
C \(2\)
D \(-2\)

By the Factor Theorem, \((x + 1)\) is a factor if and only if \(f(-1) = 0\). Substituting: \(f(-1) = (-1)^3 + k(-1)^2 - 4(-1) - 4 = -1 + k + 4 - 4 = k - 1 = 0\), giving \(k = 1\). With \(k = 1\) the polynomial becomes \(x^3 + x^2 - 4x - 4\), which factors as \((x + 1)(x^2 - 4) = (x + 1)(x - 2)(x + 2)\). Choosing \(k = -1\) gives \(f(-1) = -2\), not zero, so \((x + 1)\) would not be a factor.

Q105. A degree-5 polynomial with real coefficients has zeros at x = 4, x = -1, and x = 2 + 3i. How many total zeros does it have, counting multiplicity?
A 3
B 4
C 5
D 6

The Fundamental Theorem of Algebra guarantees a degree-5 polynomial has exactly 5 zeros counting multiplicity, regardless of what those zeros are. Additionally, since the polynomial has real coefficients and 2 + 3i is a zero, its conjugate 2 - 3i must also be a zero. That accounts for four of the five zeros; the fifth must be a real zero (possibly a repeat of x = 4 or x = -1). The total is always 5.

Q106. Perform synthetic division to divide \(f(x) = x^4 - 16\) by \((x - 2)\). What is the quotient?
A \(x^3 + 2x^2 + 4x + 8\)
B \(x^3 - 2x^2 + 4x - 8\)
C \(x^3 + 2x^2 - 4x + 8\)
D \(x^3 - 2x^2 - 4x - 8\)

Rewrite \(x^4 - 16\) using placeholder zeros for missing terms: coefficients \(1, 0, 0, 0, -16\). Dividing by \(c = 2\) yields \(1, 2, 4, 8\) with remainder \(0\), giving the quotient \(x^3 + 2x^2 + 4x + 8\). This result makes sense because \(x^4 - 16 = (x - 2)(x + 2)(x^2 + 4)\), so dividing by \((x - 2)\) leaves \((x + 2)(x^2 + 4) = x^3 + 2x^2 + 4x + 8\).

Q107. A polynomial with leading coefficient \(1\) has zeros at \(x = -1\) (multiplicity 2) and \(x = 3\) (multiplicity 1). Which expression equals \(f(x)\)?
A \(x^3 - x^2 - 5x - 3\)
B \(x^3 + x^2 - 5x + 3\)
C \(x^3 - x^2 + 5x - 3\)
D \(x^3 + x^2 + 5x + 3\)

With zeros \(x = -1\) (multiplicity 2) and \(x = 3\) (multiplicity 1) and leading coefficient \(1\), the polynomial is \(f(x) = (x + 1)^2(x - 3)\). Expanding: \((x + 1)^2 = x^2 + 2x + 1\), then multiplying by \((x - 3)\): \(x^3 - 3x^2 + 2x^2 - 6x + x - 3 = x^3 - x^2 - 5x - 3\). A frequent error is writing \((x - 1)\) instead of \((x + 1)\) for the zero at \(x = -1\), which would produce choice C.

Q108. Find all real zeros of \(f(x) = x^4 - 13x^2 + 36\).
A \(x = \pm 2, x = \pm 9\)
B \(x = \pm 2, x = \pm 3\)
C \(x = \pm 3, x = \pm 4\)
D \(x = \pm 1, x = \pm 36\)

Substituting \(u = x^2\) transforms the equation into \(u^2 - 13u + 36 = 0\), which factors as \((u - 4)(u - 9) = 0\). This gives \(u = 4\) and \(u = 9\), so \(x^2 = 4\) yields \(x = \pm 2\) and \(x^2 = 9\) yields \(x = \pm 3\). A common error is stopping at \(u = 4\) and \(u = 9\) and reporting those as the answers, forgetting to take square roots of each solution.

Q109. Given that \(x = 1\) is a zero of \(f(x) = 2x^3 - x^2 - 7x + 6\), find all zeros of \(f(x)\).
A \(x = 1, x = \frac{3}{2}, x = -2\)
B \(x = 1, x = -\frac{3}{2}, x = 2\)
C \(x = 1, x = 3, x = -2\)
D \(x = 1, x = -3, x = 2\)

Using synthetic division with \(c = 1\) and coefficients \(2, -1, -7, 6\): the quotient is \(2x^2 + x - 6\). Factoring: \(2x^2 + x - 6 = (2x - 3)(x + 2) = 0\) gives \(x = \frac{3}{2}\) and \(x = -2\). The three zeros are \(x = 1\), \(x = \frac{3}{2}\), and \(x = -2\). Choice B is wrong because dividing by \(x = -1\) rather than \(x = 1\) would leave a non-zero remainder, as \(f(-1) = -2 - 1 + 7 + 6 = 10\) does not equal zero.

Q110. A degree-4 polynomial with real coefficients and leading coefficient \(1\) has zeros at \(x = 1 + i\), \(x = 2\), and \(x = -2\). What is the expanded form of the polynomial?
A \(x^4 - 2x^3 - 2x^2 + 8x - 8\)
B \(x^4 + 2x^3 - 2x^2 - 8x - 8\)
C \(x^4 - 2x^3 + 2x^2 + 8x - 8\)
D \(x^4 - 2x^3 - 2x^2 - 8x + 8\)

Because the polynomial has real coefficients, the conjugate \(1 - i\) must also be a zero, giving four zeros: \(1 + i\), \(1 - i\), \(2\), \(-2\). The factor for the complex pair is \((x - (1 + i))(x - (1 - i)) = (x - 1)^2 + 1 = x^2 - 2x + 2\). Multiplying by \((x - 2)(x + 2) = x^2 - 4\): \((x^2 - 2x + 2)(x^2 - 4) = x^4 - 4x^2 - 2x^3 + 8x + 2x^2 - 8 = x^4 - 2x^3 - 2x^2 + 8x - 8\).

Q111. Use the Rational Zero Theorem and synthetic division to find all zeros of f(x) = 3x^3 - 7x^2 - 22x + 8.
A x = 4, x = 1/3, x = -2
B x = -4, x = 1/3, x = 2
C x = 4, x = -1/3, x = 2
D x = -4, x = -1/3, x = -2

The Rational Zero Theorem gives possible rational zeros including +/-{1, 2, 4, 8, 1/3, 2/3, 4/3, 8/3}. Testing x = 4: f(4) = 3(64) - 7(16) - 22(4) + 8 = 192 - 112 - 88 + 8 = 0. Synthetic division by (x - 4) yields the quotient 3x^2 + 5x - 2, which factors as (3x - 1)(x + 2), giving x = 1/3 and x = -2. The three zeros are x = 4, 1/3, and -2. Testing x = -4 gives f(-4) = -192 - 112 + 88 + 8 = -208, which is not zero, ruling out choice B.

Q112. A degree-5 polynomial with real coefficients and leading coefficient \(2\) has zeros at \(x = -3\) (multiplicity 2), \(x = 1\) (multiplicity 1), and \(x = 2i\). Which completely factored form represents \(f(x)\)?
A \(f(x) = 2(x + 3)^2(x - 1)(x^2 + 4)\)
B \(f(x) = 2(x - 3)^2(x - 1)(x^2 + 4)\)
C \(f(x) = 2(x + 3)^2(x + 1)(x^2 + 4)\)
D \(f(x) = 2(x + 3)^2(x - 1)(x^2 - 4)\)

Since \(2i\) is a zero of a real-coefficient polynomial, its conjugate \(-2i\) must also be a zero. The five zeros are \(x = -3\) (mult. 2), \(x = 1\), \(x = 2i\), and \(x = -2i\). The complex conjugate pair produces \((x - 2i)(x + 2i) = x^2 + 4\). The factor for \(x = -3\) (mult. 2) is \((x + 3)^2\), not \((x - 3)^2\) as in choice B. The factor for \(x = 1\) is \((x - 1)\), not \((x + 1)\) as in choice C. Choice D uses \(x^2 - 4 = (x - 2)(x + 2)\), which would add real zeros at \(\pm 2\) instead of complex zeros.

Q113. Given that \(x = 1\) is a zero of \(f(x) = x^4 - 3x^3 + 3x^2 - 3x + 2\), find all zeros of \(f(x)\).
A \(x = 1, x = 2, x = i, x = -i\)
B \(x = 1, x = -2, x = i, x = -i\)
C \(x = 1, x = 2, x = 1, x = -1\)
D \(x = 1, x = 2, x = \sqrt{3}, x = -\sqrt{3}\)

Synthetic division by \((x - 1)\) gives the quotient \(x^3 - 2x^2 + x - 2\). Factoring by grouping: \(x^2(x - 2) + 1(x - 2) = (x - 2)(x^2 + 1)\). Setting each factor to zero: \(x = 2\) from \((x - 2)\), and \(x = \pm i\) from \(x^2 + 1 = 0\). All four zeros are \(x = 1, 2, i, -i\). Choice C incorrectly uses \(x^2 - 1 = 0\) (which gives \(\pm 1\)) instead of \(x^2 + 1 = 0\).

Q114. Apply Descartes' Rule of Signs to \(f(x) = x^5 - 2x^4 + x^3 - x^2 + 2x - 1\). What are the possible numbers of positive real zeros?
A \(5, 3\), or \(1\)
B \(4, 2\), or \(0\)
C \(5\) or \(3\) only
D exactly \(5\)

Counting sign changes in \(f(x) = x^5 - 2x^4 + x^3 - x^2 + 2x - 1\): the signs are \(+, -, +, -, +, -\), giving 5 sign changes. By Descartes' Rule, the number of positive real zeros equals \(5\) or decreases by any even integer, so the possible counts are \(5, 3\), or \(1\). For \(f(-x) = -x^5 - 2x^4 - x^3 - x^2 - 2x - 1\), all coefficients are negative, yielding 0 sign changes and hence no negative real zeros. Choice B would apply to a polynomial with 4 sign changes.

Q115. The polynomial \(f(x) = x^4 - 4x^3 + 6x^2 - 4x + 1\) is a perfect fourth power of a binomial. What are the zeros of \(f(x)\) and their multiplicities?
A \(x = 1\) with multiplicity 4
B \(x = 1\) and \(x = -1\), each with multiplicity 2
C \(x = 1\) with multiplicity 2 and \(x = i\) with multiplicity 2
D \(x = 1, x = -1, x = i\), and \(x = -i\) each with multiplicity 1

The coefficients \(1, -4, 6, -4, 1\) match the binomial expansion of \((x - 1)^4\), since the binomial theorem gives \((x - 1)^4 = x^4 - 4x^3 + 6x^2 - 4x + 1\) using the row-4 Pascal's triangle coefficients \(1, 4, 6, 4, 1\). Therefore \(x = 1\) is the only zero, with multiplicity 4. The graph touches the x-axis at \(x = 1\) without crossing, consistent with even multiplicity. Choice B is wrong because \(f(-1) = 1 + 4 + 6 + 4 + 1 = 16\), confirming \(x = -1\) is not a zero.

Q116. What is the end behavior of f(x) = 2x^6 - 4x^3 + 1?
A As x→+∞, f(x)→+∞ and as x→-∞, f(x)→-∞
B As x→+∞, f(x)→+∞ and as x→-∞, f(x)→+∞
C As x→+∞, f(x)→-∞ and as x→-∞, f(x)→-∞
D As x→+∞, f(x)→-∞ and as x→-∞, f(x)→+∞

End behavior is determined solely by the leading term, 2x^6. Because the degree is even and the leading coefficient is positive (2 > 0), both ends of the graph rise to +∞. Choice A is wrong because it describes an odd-degree polynomial with a positive leading coefficient, where the two ends go in opposite directions.

Q117. The Remainder Theorem states that when polynomial f(x) is divided by (x - c), the remainder equals:
A f(0)
B f(-c)
C f(c)
D the leading coefficient of f(x)

The Remainder Theorem states that the remainder of f(x) divided by (x - c) is f(c). You substitute the value c (not -c) directly into the polynomial. Choice B, f(-c), would be correct only if dividing by (x + c), which can be rewritten as (x - (-c)).

Q118. According to the Fundamental Theorem of Algebra, how many zeros does \(f(x) = x^5 - 3x^2 + 1\) have in the complex number system, counting multiplicity?
A \(2\)
B \(3\)
C \(4\)
D \(5\)

The Fundamental Theorem of Algebra guarantees that every polynomial of degree \(n\) has exactly \(n\) zeros in the complex number system, counting multiplicity. Because the degree of \(f(x)\) is \(5\), there are exactly \(5\) complex zeros. The number of terms (3) and the constant term do not determine the zero count.

Q119. Which value is a zero of \(f(x) = x^3 - 27\)?
A \(x = -3\)
B \(x = 9\)
C \(x = 3\)
D \(x = 27\)

Setting \(f(x) = 0\) gives \(x^3 = 27\), so \(x = \sqrt[3]{27} = 3\). Checking: \(3^3 - 27 = 27 - 27 = 0\). Choice A, \(x = -3\), gives \((-3)^3 - 27 = -27 - 27 = -54 \neq 0\). The other choices do not satisfy the equation either.

Q120. If a polynomial has a zero of odd multiplicity at x = a, how does the graph behave at that point?
A The graph touches the x-axis and turns around without crossing
B The graph has a local maximum or minimum at x = a
C The graph crosses the x-axis at x = a
D The graph approaches x = a but never reaches zero

When a zero has odd multiplicity (1, 3, 5, …), the factor changes sign on either side of x = a, so the graph crosses the x-axis. Choice A describes even-multiplicity zeros, where the factor does not change sign and the graph bounces back without crossing.

Q121. What is the degree of the polynomial f(x) = 7x^4 - 2x^3 + x - 11?
A 3
B 11
C 1
D 4

The degree of a polynomial is the highest exponent of the variable. The term with the greatest exponent here is 7x^4, so the degree is 4. Choice B, 11, is the absolute value of the constant term, not the degree.

Q122. The Factor Theorem states that (x - k) is a factor of polynomial f(x) if and only if:
A f(k) = 1
B f(k) = 0
C f(0) = k
D f(-k) = 0

The Factor Theorem is a corollary of the Remainder Theorem. When f(x) is divided by (x - k), the remainder is f(k). For (x - k) to be a factor, the remainder must be zero, so f(k) = 0. Choice D, f(-k) = 0, would apply to the factor (x + k), not (x - k).

Q123. Use the Remainder Theorem to find the remainder when f(x) = 3x^3 - 2x^2 + x - 5 is divided by (x - 2).
A 5
B 13
C 9
D -5

By the Remainder Theorem, the remainder equals f(2). Evaluating: f(2) = 3(8) - 2(4) + 2 - 5 = 24 - 8 + 2 - 5 = 13. Choice D, -5, is the constant term of f(x) and equals f(0), not f(2).

Q124. Use synthetic division to divide \(f(x) = x^3 + 3x^2 - 4\) by \((x + 2)\). What is the quotient?
A \(x^2 + x - 2\)
B \(x^2 - x - 2\)
C \(x^2 + x + 2\)
D \(x^2 - x + 2\)

Writing \(f(x)\) with a placeholder: \(x^3 + 3x^2 + 0x - 4\), divide by \((x - (-2))\). Synthetic division with \(-2\): bring down \(1\); \(-2(1) = -2\), add to \(3 \to 1\); \(-2(1) = -2\), add to \(0 \to -2\); \(-2(-2) = 4\), add to \(-4 \to 0\). The coefficients \(1, 1, -2\) give quotient \(x^2 + x - 2\) with remainder \(0\). Choice B has the wrong sign on the x-term because the middle step produces \(+1\), not \(-1\).

Q125. According to Descartes' Rule of Signs, how many negative real zeros can \(f(x) = x^5 + 2x^4 - x^3 - 3x^2 + x - 1\) have?
A \(5\) or \(3\)
B \(3\) or \(1\)
C \(2\) or \(0\)
D \(4\) or \(2\)

To count negative real zeros, evaluate \(f(-x) = -x^5 + 2x^4 + x^3 - 3x^2 - x - 1\). The sign sequence is \(-, +, +, -, -, -\). The sign changes are: \(-\) to \(+\) (one) and \(+\) to \(-\) (one) \(= 2\) changes. By Descartes' Rule, there are \(2\) or \(0\) negative real zeros. Choice B (\(3\) or \(1\)) comes from incorrectly counting sign changes in the original \(f(x)\) rather than \(f(-x)\).

Q126. A polynomial with real coefficients has zeros at x = 2, x = -1, and x = 3i. What is the minimum possible degree of this polynomial?
A 3
B 4
C 5
D 6

When a polynomial has real coefficients, complex zeros must appear in conjugate pairs. So if x = 3i is a zero, then x = -3i must also be a zero. Combined with the two real zeros x = 2 and x = -1, the minimum total number of zeros is 4, meaning the minimum degree is 4. Choice A, 3, is wrong because it would require omitting the conjugate -3i.

Q127. What is the end behavior of f(x) = (x - 1)^3(x + 2)^2?
A As x→+∞, f(x)→+∞ and as x→-∞, f(x)→-∞
B As x→+∞, f(x)→-∞ and as x→-∞, f(x)→+∞
C As x→+∞, f(x)→+∞ and as x→-∞, f(x)→+∞
D As x→+∞, f(x)→-∞ and as x→-∞, f(x)→-∞

The degree is 3 + 2 = 5 and the leading coefficient is positive (1 × 1 = 1). An odd degree with a positive leading coefficient gives opposite end behaviors: f(x)→-∞ as x→-∞ and f(x)→+∞ as x→+∞. Choice C describes an even-degree polynomial where both ends go to +∞.

Q128. Which polynomial has zeros exactly at x = -2, x = 0, and x = 5?
A f(x) = (x + 2)x(x - 5)
B f(x) = (x - 2)x(x + 5)
C f(x) = (x + 2)(x + 1)(x - 5)
D f(x) = x(x - 2)(x - 5)

A zero at x = -2 requires the factor (x + 2), a zero at x = 0 requires the factor x, and a zero at x = 5 requires the factor (x - 5). Only choice A contains all three correct factors. Choice B shifts the signs incorrectly, producing zeros at x = 2, x = 0, and x = -5.

Q129. If \((x - 3)\) is a factor of \(f(x) = x^3 + bx^2 - 7x + 3\), what is the value of \(b\)?
A \(b = -1\)
B \(b = 1\)
C \(b = -3\)
D \(b = 3\)

By the Factor Theorem, if \((x - 3)\) is a factor then \(f(3) = 0\). Substituting: \(27 + 9b - 21 + 3 = 0 \to 9 + 9b = 0 \to b = -1\). Choice B, \(b = 1\), gives \(f(3) = 27 + 9 - 21 + 3 = 18 \neq 0\) and can be ruled out.

Q130. A degree-4 polynomial with a positive leading coefficient has zeros at x = -3 (multiplicity 1), x = 1 (multiplicity 1), and x = 2 (multiplicity 2). How many distinct x-intercepts does the graph have?
A 4
B 2
C 3
D 1

The three distinct zero values are x = -3, x = 1, and x = 2, producing 3 distinct x-intercepts. At x = -3 and x = 1 the graph crosses (odd multiplicity), while at x = 2 it touches and turns around (even multiplicity). The total count of zeros including multiplicity is 1 + 1 + 2 = 4, matching the degree, but that is the zero count, not the x-intercept count.

Q131. How many times does \(f(x) = x^4 - 5x^2 + 4\) cross the x-axis?
A \(2\)
B \(3\)
C \(1\)
D \(4\)

Substituting \(u = x^2\) gives \(u^2 - 5u + 4 = (u - 1)(u - 4) = 0\), so \(u = 1\) or \(u = 4\). Solving back: \(x^2 = 1 \to x = \pm 1\) and \(x^2 = 4 \to x = \pm 2\). All four zeros are distinct and have multiplicity 1, so the graph crosses the x-axis at each one, giving 4 crossings. Choice A, \(2\), is wrong because it counts only positive zeros.

Q132. Using the Intermediate Value Theorem, which interval is guaranteed to contain a real zero of \(f(x) = x^3 - 2x - 5\)?
A \((0, 1)\)
B \((1, 2)\)
C \((2, 3)\)
D \((3, 4)\)

Evaluate \(f\) at the endpoints: \(f(2) = 8 - 4 - 5 = -1 < 0\) and \(f(3) = 27 - 6 - 5 = 16 > 0\). Since \(f\) is continuous and changes sign on \((2, 3)\), the IVT guarantees a real zero there. For choices A and B: \(f(0) = -5 < 0\), \(f(1) = -6 < 0\), \(f(2) = -1 < 0\), so no sign change occurs on \((0, 1)\) or \((1, 2)\).

Q133. A degree-6 polynomial with real coefficients has exactly 2 distinct real zeros, each of multiplicity 1. How many non-real complex zeros must it have?
A 2
B 3
C 4
D 5

By the Fundamental Theorem of Algebra, a degree-6 polynomial has exactly 6 zeros counting multiplicity. With 2 real zeros accounted for, the remaining 4 zeros are non-real. Since non-real complex zeros of a real-coefficient polynomial always come in conjugate pairs, having 4 non-real zeros (2 conjugate pairs) is consistent. Choice A, 2, would mean only 1 conjugate pair, leaving the total at 4 — not enough for degree 6.

Q134. Find all zeros of \(f(x) = x^4 - 3x^3 + 6x^2 - 12x + 8\).
A \(x = 1, x = 2, x = 2i, x = -2i\)
B \(x = 1, x = -2, x = 2i, x = -2i\)
C \(x = 1, x = 2, x = 4i, x = -4i\)
D \(x = -1, x = 2, x = 2i, x = -2i\)

Testing \(x = 1\): \(1 - 3 + 6 - 12 + 8 = 0\). Synthetic division by \((x - 1)\) gives quotient \(x^3 - 2x^2 + 4x - 8\). Factor by grouping: \(x^2(x - 2) + 4(x - 2) = (x^2 + 4)(x - 2)\), so \(x = 2\) is a real zero and \(x^2 + 4 = 0\) gives \(x = \pm 2i\). Choice C is wrong because \(x^2 + 4 = 0\) yields \(x = \pm 2i\), not \(\pm 4i\).

Q135. A degree-4 polynomial with real coefficients and leading coefficient \(1\) has zeros at \(x = -1\) (multiplicity 2) and \(x = 2 + i\). What is the polynomial in standard form?
A \(x^4 - 2x^3 + 2x^2 + 6x + 5\)
B \(x^4 - 2x^3 - 2x^2 + 6x + 5\)
C \(x^4 + 2x^3 - 2x^2 + 6x + 5\)
D \(x^4 - 2x^3 - 2x^2 - 6x + 5\)

Because coefficients are real, \(x = 2 - i\) is also a zero. Build the factors: \((x + 1)^2 = x^2 + 2x + 1\) and \((x - (2+i))(x - (2-i)) = (x-2)^2 + 1 = x^2 - 4x + 5\). Multiplying: \((x^2 + 2x + 1)(x^2 - 4x + 5) = x^4 - 4x^3 + 5x^2 + 2x^3 - 8x^2 + 10x + x^2 - 4x + 5 = x^4 - 2x^3 - 2x^2 + 6x + 5\). Choice A incorrectly has \(+2x^2\) instead of \(-2x^2\).

Q136. Use the Rational Zero Theorem and synthetic division to find all real zeros of \(f(x) = 2x^3 + x^2 - 13x + 6\).
A \(x = 2, x = \frac{1}{2}, x = -3\)
B \(x = -2, x = \frac{1}{2}, x = 3\)
C \(x = 2, x = -\frac{1}{2}, x = 3\)
D \(x = 2, x = \frac{1}{2}, x = 3\)

Possible rational zeros are \(\pm 1, \pm 2, \pm 3, \pm 6, \pm \frac{1}{2}, \pm \frac{3}{2}\). Testing \(x = 2\): \(2(8) + 4 - 26 + 6 = 0\). Synthetic division by \(2\) yields \(2x^2 + 5x - 3\), which factors as \((2x - 1)(x + 3)\), giving \(x = \frac{1}{2}\) and \(x = -3\). The three real zeros are \(2, \frac{1}{2}\), and \(-3\). Choice D incorrectly lists \(x = 3\) instead of \(x = -3\).

Q137. Given that \(x = 1\) and \(x = 2\) are zeros of \(f(x) = x^4 + 2x^3 - 7x^2 - 8x + 12\), find the remaining two zeros.
A \(x = -2\) and \(x = -3\)
B \(x = 2\) and \(x = 3\)
C \(x = -2\) and \(x = 3\)
D \(x = 2\) and \(x = -3\)

Divide by \((x - 1)\) via synthetic division to get \(x^3 + 3x^2 - 4x - 12\), then divide by \((x - 2)\) to get \(x^2 + 5x + 6\). Factoring: \(x^2 + 5x + 6 = (x + 2)(x + 3)\), giving \(x = -2\) and \(x = -3\). Choice C mixes the signs; with a positive x-coefficient of 5, both remaining zeros must be negative by Vieta's formulas.

Q138. Apply Descartes' Rule of Signs to \(f(x) = 2x^4 - x^3 + 3x^2 - x + 2\). Which statement correctly describes the possible numbers of positive and negative real zeros?
A 4, 2, or 0 positive real zeros; 0 negative real zeros
B 4, 2, or 0 positive real zeros; 2 or 0 negative real zeros
C 3 or 1 positive real zeros; 1 negative real zero
D 2 or 0 positive real zeros; 2 or 0 negative real zeros

Counting sign changes in \(f(x) = 2x^4 - x^3 + 3x^2 - x + 2\): the signs are \(+, -, +, -, +\) with 4 changes, meaning 4, 2, or 0 positive real zeros. For \(f(-x) = 2x^4 + x^3 + 3x^2 + x + 2\), all coefficients are positive, giving 0 sign changes and therefore 0 negative real zeros. Choice B incorrectly allows for negative real zeros when the sign pattern of \(f(-x)\) precludes them.

Q139. Which expression is the complete factorization of \(f(x) = x^6 - 1\) over the real numbers?
A \((x - 1)(x + 1)(x^2 + x + 1)(x^2 - x + 1)\)
B \((x - 1)(x + 1)(x^4 + x^2 + 1)\)
C \((x^2 - 1)(x^4 + x^2 + 1)\)
D \((x^3 - 1)(x^3 + 1)\)

\(x^6 - 1 = (x^3 - 1)(x^3 + 1) = (x - 1)(x^2 + x + 1)(x + 1)(x^2 - x + 1)\). Each quadratic factor is irreducible over the reals: the discriminants are \(1 - 4 = -3 < 0\) for both. Choice B is incomplete because \(x^4 + x^2 + 1 = (x^2 + x + 1)(x^2 - x + 1)\) can be factored further, and choices C and D have not been fully reduced.

Q140. A polynomial \(f(x)\) has degree 5, real coefficients, and leading coefficient \(-2\). Its zeros are \(x = 0\) (multiplicity 2), \(x = -3\), and \(x = 1 + 2i\). Which is the correct factored form?
A \(-2x^2(x + 3)(x^2 + 2x + 5)\)
B \(-2x^2(x - 3)(x^2 - 2x + 5)\)
C \(-2x^2(x + 3)(x^2 - 2x + 5)\)
D \(2x^2(x + 3)(x^2 - 2x + 5)\)

Because coefficients are real, \(x = 1 - 2i\) is also a zero. The conjugate pair contributes \((x - (1+2i))(x - (1-2i)) = (x-1)^2 + 4 = x^2 - 2x + 5\). The zero \(x = -3\) contributes \((x + 3)\), and \(x = 0\) (multiplicity 2) contributes \(x^2\). Including the leading coefficient: \(f(x) = -2x^2(x + 3)(x^2 - 2x + 5)\). Choice A incorrectly uses \(x^2 + 2x + 5\), which would correspond to the conjugate pair centered at \(-1\), not \(+1\).

Q141. What is the degree of the polynomial \(f(x) = 3x^5 - 2x^3 + x - 7\)?
A \(3\)
B \(4\)
C \(5\)
D \(7\)

The degree of a polynomial is the highest power of \(x\) with a nonzero coefficient. Here the highest power is \(x^5\), so the degree is 5. The constant term \(-7\) does not affect the degree.

Q142. What is the leading coefficient of f(x) = -4x^3 + 2x^5 - x + 9?
A -4
B 2
C -1
D 9

The leading coefficient belongs to the term with the highest degree. Written in standard form, f(x) = 2x^5 - 4x^3 - x + 9, so the leading coefficient is 2. A common mistake is using the coefficient of the first written term (-4) before reordering.

Q143. According to the Fundamental Theorem of Algebra, how many zeros (counting multiplicity, including complex) does a degree-4 polynomial have?
A 2
B 3
C 4
D 8

The Fundamental Theorem of Algebra states that every polynomial of degree n has exactly n zeros in the complex number system, counted with multiplicity. A degree-4 polynomial therefore has exactly 4 zeros.

Q144. Which of the following is a zero of \(f(x) = x^3 - 8\)?
A \(x = -2\)
B \(x = 2\)
C \(x = 4\)
D \(x = 8\)

Setting \(f(x) = 0\) gives \(x^3 = 8\), so \(x = 2\) is the real zero. You can verify: \(2^3 - 8 = 8 - 8 = 0\). The value \(x = -2\) gives \((-2)^3 - 8 = -16\), not zero.

Q145. What is the remainder when \(f(x) = x^3 - 4x + 1\) is divided by \((x - 2)\)?
A \(-1\)
B \(0\)
C \(1\)
D \(3\)

By the Remainder Theorem, the remainder equals \(f(2) = (2)^3 - 4(2) + 1 = 8 - 8 + 1 = 1\). A common error is computing \(f(-2)\) instead of \(f(2)\).

Q146. If a polynomial has a zero at x = 5 with multiplicity 2, which factor appears in its factored form?
A (x + 5)
B (x - 5)
C (x - 5)^2
D (x + 5)^2

A zero at x = 5 corresponds to the factor (x - 5). Multiplicity 2 means this factor appears twice, giving (x - 5)^2. The factor (x + 5) would correspond to a zero at x = -5.

Q147. What does the end behavior of \(f(x) = x^4\) look like as \(x\) approaches positive infinity?
A \(f(x)\) approaches negative infinity
B \(f(x)\) approaches 0
C \(f(x)\) approaches positive infinity
D \(f(x)\) approaches 1

For \(f(x) = x^4\), the leading term has an even degree and a positive leading coefficient. Both ends of the graph rise, so as \(x\) approaches positive infinity, \(f(x)\) approaches positive infinity.

Q148. What is the maximum number of real zeros a degree-3 polynomial can have?
A 1
B 2
C 3
D 6

A degree-3 polynomial has exactly 3 zeros in the complex number system. All 3 could be real (e.g., f(x) = x(x-1)(x+1)), so the maximum number of real zeros is 3. Complex zeros always come in conjugate pairs, so a cubic must have at least one real zero.

Q149. When dividing f(x) = 2x^3 - 5x^2 + 4x - 1 by (x - 1) using synthetic division, what is the first number brought down in the process?
A -5
B -1
C 1
D 2

In synthetic division, you list the coefficients of f(x) in order: 2, -5, 4, -1. The first step is to bring down the leading coefficient, which is 2. The divisor root is 1 (from x - 1 = 0).

Q150. Which statement correctly describes the end behavior of f(x) = -3x^5 + 2x^2 - 1?
A As x approaches negative infinity, f(x) approaches negative infinity; as x approaches positive infinity, f(x) approaches positive infinity
B As x approaches negative infinity, f(x) approaches positive infinity; as x approaches positive infinity, f(x) approaches negative infinity
C Both ends approach positive infinity
D Both ends approach negative infinity

The leading term is -3x^5: odd degree and negative leading coefficient. For odd-degree polynomials with negative leading coefficients, the left end rises (approaches positive infinity) and the right end falls (approaches negative infinity).

Q151. Perform polynomial long division: \((x^3 + 2x^2 - 5x - 6)\) divided by \((x + 3)\). What is the quotient?
A \(x^2 - x - 2\)
B \(x^2 + x - 2\)
C \(x^2 - x + 2\)
D \(x^2 + x + 2\)

Dividing: \(x^3 / x = x^2\). Then \(x^2(x+3) = x^3 + 3x^2\). Subtracting gives \(-x^2 - 5x - 6\). Next, \(-x^2 / x = -x\). Then \(-x(x+3) = -x^2 - 3x\). Subtracting gives \(-2x - 6\). Finally, \(-2x / x = -2\), and \(-2(x+3) = -2x - 6\) with remainder 0. Quotient is \(x^2 - x - 2\).

Q152. A degree-5 polynomial with real coefficients has zeros at x = i and x = 2 + 3i. What is the minimum number of real zeros it must have?
A 0
B 1
C 2
D 3

Complex zeros of polynomials with real coefficients come in conjugate pairs. x = i requires x = -i as a partner (2 complex zeros), and x = 2 + 3i requires x = 2 - 3i as a partner (2 more complex zeros). That accounts for 4 of the 5 zeros. The remaining zero must be real. So the minimum number of real zeros is 1.

Q153. If \(f(x) = x^4 - 16\), which factorization is correct over the real numbers?
A \((x^2 - 4)(x^2 + 4)\)
B \((x - 2)(x + 2)(x^2 + 4)\)
C \((x - 2)^2(x + 2)^2\)
D \((x - 2)(x + 2)(x - 2i)(x + 2i)\)

First, \(x^4 - 16 = (x^2 - 4)(x^2 + 4)\). Then \(x^2 - 4\) factors further as \((x - 2)(x + 2)\). The factor \(x^2 + 4\) is irreducible over the reals (it has no real zeros). So the complete real factorization is \((x - 2)(x + 2)(x^2 + 4)\). Choice D includes complex factors, which goes beyond real factorization.

Q154. Use the Rational Zero Theorem to identify all possible rational zeros of f(x) = 3x^3 - 5x^2 + 2x - 6.
A Factors of 6 only
B Factors of 3 only
C Ratios of factors of 6 to factors of 3
D Ratios of factors of 3 to factors of 6

The Rational Zero Theorem states that any rational zero p/q must have p as a factor of the constant term (6) and q as a factor of the leading coefficient (3). So possible rational zeros are formed by (factors of 6)/(factors of 3). Choice D reverses this relationship incorrectly.

Q155. A polynomial f(x) of degree 4 with positive leading coefficient has a zero of multiplicity 2 at x = 0 and a zero of multiplicity 2 at x = 3. What is the behavior of the graph at x = 3?
A The graph crosses the x-axis at x = 3
B The graph touches the x-axis and turns around at x = 3
C The graph has a vertical asymptote at x = 3
D The graph has an inflection point and crosses at x = 3

When a zero has even multiplicity, the graph touches the x-axis and turns around (bounces) at that point rather than crossing through it. Since x = 3 has multiplicity 2 (even), the graph touches but does not cross at x = 3.

Q156. Given f(x) = (x + 1)(x - 2)(x - 4), what is the sign of f(x) on the interval (2, 4)?
A Always positive
B Always negative
C Always zero
D Changes sign within the interval

Test x = 3: f(3) = (3+1)(3-2)(3-4) = (4)(1)(-1) = -4 < 0. On the interval (2, 4), there are no zeros of f, so the sign does not change. The function is always negative on (2, 4). A common mistake is not checking the sign of each factor separately.

Q157. If synthetic division of f(x) by (x - c) yields no remainder, which conclusion is correct?
A c is a local maximum of f
B x = c is a zero of f and (x - c) is a factor of f
C (x + c) is a factor of f
D c must be a positive integer

By the Factor Theorem, if f(c) = 0 then (x - c) is a factor of f(x). When synthetic division yields remainder 0, it confirms f(c) = 0, meaning x = c is a zero and (x - c) is a factor. The factor would be (x - c), not (x + c).

Q158. How many negative real zeros can \(f(x) = x^5 + x^3 + x\) have, according to Descartes' Rule of Signs?
A \(0\)
B \(1\)
C \(2\)
D \(3\)

To find negative real zeros, evaluate \(f(-x) = -x^5 - x^3 - x\). There are no sign changes in the coefficients (\(-1, -1, -1\)), so by Descartes' Rule of Signs, \(f(x)\) has 0 negative real zeros.

Q159. Find all real zeros of \(f(x) = x^3 - x^2 - 4x + 4\) given that \(x = 1\) is a zero.
A \(x = 1\) only
B \(x = 1\) and \(x = 2\)
C \(x = 1\), \(x = 2\), and \(x = -2\)
D \(x = 1\), \(x = -1\), and \(x = 4\)

Since \(x = 1\) is a zero, divide by \((x - 1)\) using synthetic division: coefficients \(1, -1, -4, 4\) with root \(1\) give quotient \(x^2 - 4\). Setting \(x^2 - 4 = 0\) yields \(x = 2\) and \(x = -2\). So all real zeros are \(x = 1\), \(x = 2\), and \(x = -2\).

Q160. A polynomial \(f(x)\) with real coefficients has degree 4, leading coefficient 1, and zeros \(x = 3\) and \(x = 1 + 2i\). Write \(f(x)\) in standard form.
A \(x^4 - 8x^3 + 26x^2 - 60x + 45\)
B \(x^4 - 5x^3 + 11x^2 - 15x + 9\)
C \(x^4 - 8x^3 + 24x^2 - 32x + 15\)
D \(x^4 - 6x^3 + 14x^2 - 16x + 15\)

Complex zeros come in conjugate pairs, so \(x = 1 - 2i\) is also a zero. The factor from the complex pair: \((x - (1+2i))(x - (1-2i)) = ((x-1) - 2i)((x-1) + 2i) = (x-1)^2 + 4 = x^2 - 2x + 5\). The factor from \(x = 3\) (multiplicity 2, since we need degree 4): \((x-3)^2 = x^2 - 6x + 9\). Then \(f(x) = (x^2 - 2x + 5)(x^2 - 6x + 9)\). Expanding: \(x^4 - 6x^3 + 9x^2 - 2x^3 + 12x^2 - 18x + 5x^2 - 30x + 45 = x^4 - 8x^3 + 26x^2 - 48x + 45\). Rechecking the cross terms: \(-18x - 30x = -48x\). Answer is \(x^4 - 8x^3 + 26x^2 - 48x + 45\). The closest match is choice A.

Q161. Apply the Factor Theorem and synthetic division to determine which of the following is a factor of \(f(x) = x^4 - 5x^3 + 5x^2 + 5x - 6\).
A \((x + 2)\)
B \((x - 6)\)
C \((x - 3)\)
D \((x + 1)\)

Test \(x = 3\): \(f(3) = 81 - 135 + 45 + 15 - 6 = 0\). So \((x - 3)\) is a factor. Testing \(x = -2\): \(f(-2) = 16 + 40 + 20 - 10 - 6 = 60\), not zero. Testing \(x = 6\): \(f(6) = 1296 - 1080 + 180 + 30 - 6 = 420\), not zero.

Q162. A degree-6 polynomial with real coefficients has exactly 4 distinct real zeros (none repeated). What are the possible numbers of non-real complex zeros?
A 0 or 2
B 1 or 3
C 2 only
D 0, 2, or 4

A degree-6 polynomial has exactly 6 zeros (counting multiplicity). With 4 distinct real zeros (each multiplicity 1), 2 zeros remain. Non-real complex zeros must come in conjugate pairs, so the remaining 2 zeros form exactly one conjugate pair. Therefore the polynomial has exactly 2 non-real complex zeros.

Q163. Use the Rational Zero Theorem and synthetic division to fully factor f(x) = 2x^3 + 3x^2 - 11x - 6 over the rationals. Which factored form is correct?
A (2x - 1)(x + 2)(x + 3)
B (2x + 1)(x - 2)(x + 3)
C (2x - 3)(x + 1)(x + 2)
D (x - 2)(2x + 1)(x + 3)

Possible rational zeros: factors of 6 over factors of 2 = ±1, ±2, ±3, ±6, ±1/2, ±3/2. Test x = 2: 2(8) + 3(4) - 11(2) - 6 = 16 + 12 - 22 - 6 = 0. So (x - 2) is a factor. Synthetic division by 2 gives 2x^2 + 7x + 3. Factor 2x^2 + 7x + 3 = (2x + 1)(x + 3). So f(x) = (x - 2)(2x + 1)(x + 3).

Q164. For \(f(x) = x^5 - x^4 - 7x^3 + x^2 + 6x\), which set represents ALL real zeros?
A \(\{0, 1, -1, 2, -3\}\)
B \(\{0, -1, 1, 3, -2\}\)
C \(\{0, 2, -2, 1, -1\}\)
D \(\{0, 1, -1, 2, 3\}\)

Factor out \(x\): \(f(x) = x(x^4 - x^3 - 7x^2 + x + 6)\). One zero is \(x = 0\). For the quartic, test \(x = -1\): \(1 + 1 - 7 - 1 + 6 = 0\). Divide by \((x+1)\): quotient is \(x^3 - 2x^2 - 5x + 6\). Test \(x = 1\): \(1 - 2 - 5 + 6 = 0\). Divide by \((x-1)\): quotient is \(x^2 - x - 6 = (x-3)(x+2)\). So all zeros are \(x = 0, -1, 1, 3, -2\).

Q165. A polynomial \(f(x) = x^4 + ax^2 + b\) has two positive real zeros and two negative real zeros (no complex zeros). If \(f(2) = 0\) and \(f(-3) = 0\), what are the values of \(a\) and \(b\)?
A \(a = -13, b = 36\)
B \(a = 13, b = -36\)
C \(a = -5, b = -36\)
D \(a = 5, b = 36\)

Since \(f(x) = x^4 + ax^2 + b\) contains only even powers, if \(r\) is a zero then \(-r\) is also a zero. Given \(x = 2\) and \(x = -3\), their negatives \(x = -2\) and \(x = 3\) must also be zeros. So \(f(x) = (x-2)(x+2)(x-3)(x+3) = (x^2 - 4)(x^2 - 9) = x^4 - 13x^2 + 36\). Therefore \(a = -13\) and \(b = 36\).

Q166. What is the degree of the polynomial f(x) = 3x^5 - 2x^3 + x - 7?
A 3
B 5
C 4
D 6

The degree of a polynomial is the highest exponent of x among all terms. The terms have degrees 5, 3, 1, and 0 respectively. The highest is 5, so the degree is 5. A common error is confusing the degree with the number of terms or with the constant term.

Q167. According to the Fundamental Theorem of Algebra, the polynomial \(f(x) = x^7 - 3x^4 + x - 5\) has exactly how many zeros, counting multiplicity, in the complex number system?
A \(7\)
B \(4\)
C \(6\)
D \(5\)

The Fundamental Theorem of Algebra guarantees that every polynomial of degree \(n\) has exactly \(n\) zeros in the complex number system, counting multiplicity. Since \(f(x)\) has degree 7, it has exactly 7 complex zeros. The number of terms (4) or the highest non-leading exponent (4) should not be confused with the degree.

Q168. Which statement best describes the end behavior of f(x) = -2x^4 + 3x^2 - 1?
A as x approaches +infinity, f(x) approaches +infinity; as x approaches -infinity, f(x) approaches -infinity
B as x approaches +infinity, f(x) approaches -infinity; as x approaches -infinity, f(x) approaches +infinity
C as x approaches +infinity, f(x) approaches +infinity; as x approaches -infinity, f(x) approaches +infinity
D as x approaches +infinity, f(x) approaches -infinity; as x approaches -infinity, f(x) approaches -infinity

End behavior is determined by the leading term, -2x^4. The degree is even (4), so both ends behave the same way. The leading coefficient is negative (-2), so both ends point downward toward -infinity. Choice C would be correct for a positive leading coefficient with even degree.

Q169. According to the Factor Theorem, if (x - 3) is a factor of a polynomial f(x), which of the following must be true?
A f(0) = 3
B f(3) = 3
C f(3) = 0
D f(-3) = 0

The Factor Theorem states that (x - c) is a factor of f(x) if and only if f(c) = 0. Here c = 3, so (x - 3) is a factor if and only if f(3) = 0. Choice D confuses the sign: (x - 3) relates to c = 3, not c = -3.

Q170. What is the leading term of \(f(x) = (x^2 + 1)(x^3 - 2x)\)?
A \(x^5\)
B \(x^6\)
C \(-2x^3\)
D \(x^4\)

The leading term comes from multiplying the highest-degree terms of each factor: \(x^2\) times \(x^3 = x^5\). All other products (\(x^2\) times \(-2x = -2x^3\), and \(1\) times \(x^3 = x^3\)) produce lower-degree terms. The degree of the product equals the sum of the degrees: \(2 + 3 = 5\).

Q171. Which value is a zero of \(f(x) = x^2 - 5x + 6\)?
A \(x = 1\)
B \(x = -3\)
C \(x = -2\)
D \(x = 3\)

Factor \(f(x) = (x - 2)(x - 3)\). Setting each factor equal to zero gives \(x = 2\) and \(x = 3\). Of the choices, only \(x = 3\) is a zero. Verification: \(f(3) = 9 - 15 + 6 = 0\). The values \(-2\) and \(-3\) are not zeros: \(f(-2) = 4 + 10 + 6 = 20\).

Q172. What is the maximum number of turning points that a polynomial of degree 6 can have?
A 6
B 7
C 4
D 5

A polynomial of degree n can have at most n - 1 turning points (local maxima or minima). For degree 6, the maximum is 6 - 1 = 5 turning points. A polynomial cannot have more turning points than one less than its degree, so 6 or 7 are impossible for a degree-6 polynomial.

Q173. Use synthetic division to find the quotient when \(f(x) = x^3 - 3x^2 + 4\) is divided by \((x - 2)\).
A \(x^2 - x - 2\)
B \(x^2 + x + 2\)
C \(x^2 - x + 2\)
D \(x^2 + x - 2\)

Set up synthetic division with \(c = 2\) and coefficients \(1, -3, 0, 4\) (note the 0 placeholder for the missing \(x\) term). Bring down 1; multiply 1 times 2 to get 2, add to \(-3\) for \(-1\); multiply \(-1\) times 2 to get \(-2\), add to 0 for \(-2\); multiply \(-2\) times 2 to get \(-4\), add to 4 for remainder 0. The quotient is \(x^2 - x - 2\).

Q174. Apply Descartes' Rule of Signs to \(f(x) = x^4 - 3x^3 + 2x^2 - x + 5\). How many positive real zeros are possible?
A exactly 4 positive real zeros
B 3 or 1 positive real zeros
C 4, 2, or 0 positive real zeros
D 2 or 0 positive real zeros

Count sign changes in the coefficients of \(f(x)\): \((+), (-), (+), (-), (+)\) — that is 4 sign changes. Descartes' Rule says the number of positive real zeros equals the number of sign changes or is less by an even number. So possible counts are 4, 2, or 0. The rule does not guarantee exactly 4; unaccounted-for zeros are complex.

Q175. What are all the zeros of \(f(x) = x^3 + 2x^2 - x - 2\)?
A \(x = 2, x = -1, x = 1\)
B \(x = -2, x = 1, x = -1\)
C \(x = -2, x = 1, x = 2\)
D \(x = 2, x = 1, x = -2\)

Factor by grouping: \(x^2(x + 2) - 1(x + 2) = (x + 2)(x^2 - 1) = (x + 2)(x - 1)(x + 1)\). Setting each factor to zero gives \(x = -2\), \(x = 1\), and \(x = -1\). Verify: \(f(-2) = -8 + 8 + 2 - 2 = 0\), \(f(1) = 1 + 2 - 1 - 2 = 0\), \(f(-1) = -1 + 2 + 1 - 2 = 0\).

Q176. A polynomial of degree 4 with leading coefficient 1 has zeros at x = 1 (multiplicity 2), x = -3, and x = 2. Which expression correctly represents this polynomial?
A (x - 1)(x + 1)(x + 3)(x - 2)
B (x + 1)^2(x + 3)(x - 2)
C (x - 1)^2(x + 3)(x - 2)
D (x - 1)^2(x - 3)(x + 2)

A zero at x = 1 with multiplicity 2 contributes the factor (x - 1)^2. A zero at x = -3 contributes (x + 3), and a zero at x = 2 contributes (x - 2). The polynomial is (x - 1)^2(x + 3)(x - 2). Choice D incorrectly uses (x - 3) and (x + 2), which would produce zeros at x = 3 and x = -2, not x = -3 and x = 2.

Q177. The function \(f(x) = x^4 - x^2\) has a graph that touches but does not cross the x-axis at \(x = 0\). What does this behavior indicate about the zero \(x = 0\)?
A \(x = 0\) is a zero of odd multiplicity
B \(x = 0\) is not a local extremum
C \(x = 0\) is a zero of even multiplicity
D the graph has an inflection point at \(x = 0\)

Factoring gives \(f(x) = x^2(x - 1)(x + 1)\), so \(x = 0\) is a zero of multiplicity 2, which is even. Zeros of even multiplicity cause the graph to touch the x-axis and bounce back without crossing, resembling a parabola at that point. Zeros of odd multiplicity cross the x-axis, like a linear factor.

Q178. If 3 + 2i is a zero of a polynomial with real coefficients, which of the following must also be a zero?
A -3 + 2i
B 3 - 2i
C -3 - 2i
D 2 + 3i

The Complex Conjugate Root Theorem states that for polynomials with real coefficients, complex zeros always appear in conjugate pairs. The conjugate of 3 + 2i is 3 - 2i (negate only the imaginary part). Choice A negates the real part only, and choice C negates both parts, neither of which is the conjugate.

Q179. Find the quotient when f(x) = 2x^3 - 3x^2 - 11x + 6 is divided by (x - 3) using synthetic division.
A 2x^2 - 3x + 2
B 2x^2 - 3x - 2
C 2x^2 + 3x + 2
D 2x^2 + 3x - 2

Synthetic division with c = 3 and coefficients 2, -3, -11, 6: bring down 2; 2 times 3 = 6, add to -3 for 3; 3 times 3 = 9, add to -11 for -2; -2 times 3 = -6, add to 6 for remainder 0. The quotient is 2x^2 + 3x - 2. Note: 2x^2 + 3x - 2 = (2x - 1)(x + 2), so the full factorization is (x - 3)(2x - 1)(x + 2).

Q180. Which statement correctly describes the end behavior of \(f(x) = -x^5 + 3x^3 - 2x\)?
A as \(x\) approaches \(+\infty\), \(f(x)\) approaches \(-\infty\) and as \(x\) approaches \(-\infty\), \(f(x)\) approaches \(+\infty\)
B as \(x\) approaches \(+\infty\), \(f(x)\) approaches \(+\infty\) and as \(x\) approaches \(-\infty\), \(f(x)\) approaches \(-\infty\)
C as \(x\) approaches \(+\infty\) and \(-\infty\), \(f(x)\) approaches \(-\infty\)
D as \(x\) approaches \(+\infty\) and \(-\infty\), \(f(x)\) approaches \(+\infty\)

The leading term is \(-x^5\). The degree is odd (5) and the leading coefficient is negative (\(-1\)). For odd-degree polynomials with negative leading coefficients: as \(x\) approaches \(+\infty\), \(f(x)\) approaches \(-\infty\), and as \(x\) approaches \(-\infty\), \(f(x)\) approaches \(+\infty\). Choice B describes an odd-degree polynomial with a positive leading coefficient.

Q181. A polynomial f(x) is divided by (x + 4). According to the Remainder Theorem, which expression equals the remainder?
A f(0)
B f(4)
C f(-4)
D f(1/4)

The Remainder Theorem states that when f(x) is divided by (x - c), the remainder equals f(c). Rewrite the divisor: x + 4 = x - (-4), so c = -4. The remainder equals f(-4). A common error is using c = 4 (ignoring the sign change), which would apply to the divisor (x - 4), not (x + 4).

Q182. Which is the complete factorization of \(f(x) = x^4 - 5x^2 + 4\) into linear factors over the real numbers?
A \((x^2 - 1)(x^2 - 4)\)
B \((x - 2)(x + 2)(x^2 + 1)\)
C \((x - 1)(x + 1)(x^2 - 4)\)
D \((x - 1)(x + 1)(x - 2)(x + 2)\)

Treat as a quadratic in \(x^2\): \(x^4 - 5x^2 + 4 = (x^2 - 1)(x^2 - 4)\). Each factor is a difference of squares: \(x^2 - 1 = (x - 1)(x + 1)\) and \(x^2 - 4 = (x - 2)(x + 2)\). The fully factored form is \((x - 1)(x + 1)(x - 2)(x + 2)\). Choice A is only partially factored; choices B and C each leave one quadratic unfactored over the reals.

Q183. The polynomial \(f(x) = x^4 - 6x^3 + 13x^2 - 12x + 4\) has \(x = 2\) as a zero of multiplicity 2. What are all zeros of \(f(x)\)?
A \(x = 2\) (multiplicity 3) and \(x = 1\)
B \(x = 2\) (multiplicity 2) and \(x = 1\) (multiplicity 2)
C \(x = 2\) (multiplicity 2) and \(x = -1\) (multiplicity 2)
D \(x = 2\) (multiplicity 2), \(x = 1\), and \(x = -1\)

Since \(x = 2\) has multiplicity 2, divide \(f(x)\) by \((x - 2)^2 = x^2 - 4x + 4\). Polynomial long division yields quotient \(x^2 - 2x + 1 = (x - 1)^2\). So \(f(x) = (x - 2)^2(x - 1)^2\), giving zeros \(x = 2\) (multiplicity 2) and \(x = 1\) (multiplicity 2) — four zeros total, consistent with degree 4. Choice D would give 5 total zeros, which is impossible for a degree-4 polynomial.

Q184. A degree-4 polynomial with real coefficients has zeros at x = 1 + i and x = -2 (multiplicity 2). Which set correctly lists all four zeros?
A {1 + i, 1 - i, -2, 2}
B {1 + i, -1 + i, -2, -2}
C {1 + i, 1 - i, -2, -2}
D {1 + i, -1 - i, -2, 2}

By the Complex Conjugate Root Theorem, since 1 + i is a zero of a real-coefficient polynomial, its conjugate 1 - i must also be a zero. The zero x = -2 with multiplicity 2 contributes two copies. That gives four zeros: 1 + i, 1 - i, -2, -2, which matches the degree. Choice A incorrectly replaces -2 (multiplicity 2) with -2 and 2, which are different values.

Q185. Given that \(x = 2\) is a double zero of \(f(x) = x^4 - 2x^3 - 3x^2 + 4x + 4\), which is the correct complete factored form?
A \((x + 2)^2(x - 1)^2\)
B \((x - 2)^2(x + 1)^2\)
C \((x - 2)^2(x - 1)^2\)
D \((x + 2)^2(x + 1)^2\)

Since \(x = 2\) is a double zero, \((x - 2)^2 = x^2 - 4x + 4\) is a factor. Dividing \(f(x)\) by \(x^2 - 4x + 4\) via long division yields quotient \(x^2 + 2x + 1 = (x + 1)^2\). Therefore \(f(x) = (x - 2)^2(x + 1)^2\). Verify by expanding: \((x^2 - 4x + 4)(x^2 + 2x + 1) = x^4 - 2x^3 - 3x^2 + 4x + 4\). Choice C would give zeros at \(x = 2\) and \(x = 1\), but \(f(1) = 1 - 2 - 3 + 4 + 4 = 4\), not 0.

Q186. A degree-5 polynomial with real coefficients has zeros at x = 3 (multiplicity 2), x = -1, and x = i. What is the complete list of all five zeros?
A x = 3 (mult 2), x = -1, x = i, x = 1
B x = 3 (mult 2), x = -1, x = i, x = -1
C x = 3 (mult 2), x = 1, x = i, x = -i
D x = 3 (mult 2), x = -1, x = i, x = -i

By the Complex Conjugate Root Theorem, since the polynomial has real coefficients and x = i is a zero, x = -i must also be a zero. The full list is x = 3 (mult 2), x = -1, x = i, x = -i, giving 2 + 1 + 1 + 1 = 5 zeros, consistent with degree 5. Choice A incorrectly pairs i with 1 instead of -i.

Q187. Use the Rational Zero Theorem and synthetic division to find all zeros of \(f(x) = x^3 - 7x + 6\).
A \(x = -1\), \(x = 2\), \(x = 3\)
B \(x = 1\), \(x = -2\), \(x = 3\)
C \(x = 1\), \(x = 2\), \(x = -3\)
D \(x = -1\), \(x = -2\), \(x = 3\)

The Rational Zero Theorem gives possible zeros \(\pm 1, \pm 2, \pm 3, \pm 6\). Test \(x = 1\): \(f(1) = 1 - 7 + 6 = 0\). Synthetic division by \((x - 1)\) with coefficients \(1, 0, -7, 6\) yields quotient \(x^2 + x - 6 = (x + 3)(x - 2)\). All zeros: \(x = 1\), \(x = 2\), \(x = -3\). Verify: \(f(2) = 8 - 14 + 6 = 0\) and \(f(-3) = -27 + 21 + 6 = 0\).

Q188. Given that \(x = 1\) is a zero of \(f(x) = 2x^4 - 3x^3 - 9x^2 + 15x - 5\), find all remaining zeros.
A \(x = 2\), \(x = \sqrt{5}\), \(x = -\sqrt{5}\)
B \(x = 1/2\), \(x = \sqrt{5}\), \(x = -\sqrt{5}\)
C \(x = -1/2\), \(x = \sqrt{5}\), \(x = -\sqrt{5}\)
D \(x = 1/2\), \(x = 5\), \(x = -5\)

Synthetic division by \((x - 1)\) with coefficients \(2, -3, -9, 15, -5\) gives quotient \(2x^3 - x^2 - 10x + 5\). Factor by grouping: \(x^2(2x - 1) - 5(2x - 1) = (2x - 1)(x^2 - 5)\). Setting \(2x - 1 = 0\) gives \(x = 1/2\); setting \(x^2 - 5 = 0\) gives \(x = \sqrt{5}\) and \(x = -\sqrt{5}\). The remaining zeros are \(1/2\), \(\sqrt{5}\), and \(-\sqrt{5}\).

Q189. A degree-6 polynomial with real coefficients has known zeros \(2 + 3i\), \(\sqrt{5}\), and \(-1\) (multiplicity 2). Which of the following must also be a zero?
A \(-\sqrt{5}\)
B \(-2 + 3i\)
C \(1\)
D \(2 - 3i\)

The Complex Conjugate Root Theorem applies to polynomials with real coefficients: since \(2 + 3i\) is a zero, its conjugate \(2 - 3i\) must also be a zero. The values \(\sqrt{5}\) and \(-1\) are real, so they do not generate complex conjugates. Note that \(-\sqrt{5}\) would only be required if the polynomial had rational (not merely real) coefficients, by the Conjugate Irrational Root Theorem — that is a stricter condition.

Q190. Given that \(x = 1\) and \(x = -3\) are zeros of \(f(x) = x^4 + 2x^3 - 7x^2 - 8x + 12\), which is the complete factorization?
A \((x - 1)(x - 3)(x - 2)(x + 2)\)
B \((x + 1)(x - 3)(x - 2)(x + 2)\)
C \((x - 1)(x + 3)(x - 2)(x + 2)\)
D \((x - 1)(x + 3)(x + 2)^2\)

Since \(x = 1\) and \(x = -3\) are zeros, \((x - 1)(x + 3) = x^2 + 2x - 3\) is a factor. Dividing \(f(x)\) by \(x^2 + 2x - 3\): the first step gives \(x^2\) as the leading quotient term; subtracting \(x^2(x^2 + 2x - 3) = x^4 + 2x^3 - 3x^2\) leaves \(-4x^2 - 8x + 12 = -4(x^2 + 2x - 3)\), so the quotient is \(x^2 - 4 = (x - 2)(x + 2)\). Complete factorization: \((x - 1)(x + 3)(x - 2)(x + 2)\).

Study tip

Focus on understanding.

Focus on understanding core concepts before memorizing details. Use the game modes to test yourself repeatedly — spaced repetition is proven to boost long-term retention.

Up next

Related units

Quick summary

This unit covers polynomial division, zeros and end behavior and fundamental theorem of algebra — essential concepts for Algebra 2. Use our interactive study games to test your understanding, or review questions in traditional format below.

Key concepts
  • Polynomial division
  • Zeros and end behavior
  • Fundamental theorem of algebra
What you need to know

Key Concepts Breakdown

1 Polynomial Division

Students must be able to divide polynomials using long division and synthetic division. Synthetic division only works when dividing by a linear factor of the form (x − c). The Remainder Theorem states that when a polynomial p(x) is divided by (x − c), the remainder equals p(c).

Key Points

  • Use synthetic division when the divisor is (x − c); use long division for all other divisors
  • Remainder Theorem: p(c) = remainder when p(x) is divided by (x − c)
  • Factor Theorem: (x − c) is a factor of p(x) if and only if p(c) = 0
  • The quotient degree is always one less than the dividend degree when dividing by a linear factor
Example

Divide p(x) = 2x³ − 3x² + x − 5 by (x − 2) using synthetic division. Then state the remainder.

Explanation

Set up synthetic division with c = 2 and coefficients 2, −3, 1, −5. Bring down 2, multiply 2×2=4, add to −3 to get 1, multiply 1×2=2, add to 1 to get 3, multiply 3×2=6, add to −5 to get 1. The quotient is 2x² + x + 3 with remainder 1, which means p(2) = 1 by the Remainder Theorem.

2 Zeros And End Behavior

The zeros of a polynomial are the x-values where the graph crosses or touches the x-axis, found by setting p(x) = 0. The multiplicity of a zero determines whether the graph crosses (odd multiplicity) or bounces off (even multiplicity) the x-axis. End behavior is determined solely by the leading term: its degree and leading coefficient.

Key Points

  • Odd multiplicity → graph crosses the x-axis at that zero; even multiplicity → graph touches and turns around
  • Even degree, positive leading coefficient: both ends go up (↑↑); negative leading coefficient: both ends go down (↓↓)
  • Odd degree, positive leading coefficient: left end down, right end up (↓↑); negative: left end up, right end down (↑↓)
  • A degree-n polynomial has at most n real zeros and at most n−1 turning points
Example

For p(x) = −2x⁴(x − 3)²(x + 1), identify all zeros with multiplicities and describe end behavior.

Explanation

The zeros are x = 0 (multiplicity 4, even → bounces), x = 3 (multiplicity 2, even → bounces), and x = −1 (multiplicity 1, odd → crosses). The leading term is −2x⁷ (degree 7, negative coefficient), so end behavior is: as x→−∞, y→+∞ and as x→+∞, y→−∞.

3 Fundamental Theorem Of Algebra

The Fundamental Theorem of Algebra states that every polynomial of degree n ≥ 1 has exactly n zeros in the complex number system, counting multiplicity. Complex zeros always come in conjugate pairs (a + bi and a − bi) when all coefficients are real. This means you can always fully factor a real-coefficient polynomial using linear and irreducible quadratic factors.

Key Points

  • A degree-n polynomial has exactly n complex zeros (real + imaginary), counting multiplicity
  • Complex zeros come in conjugate pairs: if (a + bi) is a zero, then (a − bi) is also a zero
  • If you know one complex zero, you automatically know a second zero (its conjugate)
  • Use known zeros to write factors, then divide to find remaining zeros
Example

A degree-4 polynomial with real coefficients has zeros x = 2, x = −1, and x = 3i. Find all zeros and write the polynomial in factored form with leading coefficient 1.

Explanation

Because 3i is a zero and the coefficients are real, its conjugate −3i must also be a zero — giving us all four zeros: 2, −1, 3i, −3i. Writing the factors: p(x) = (x − 2)(x + 1)(x − 3i)(x + 3i). The last two factors multiply to (x² + 9), so the fully factored form is p(x) = (x − 2)(x + 1)(x² + 9).

FAQ

Questions, answered.

What is Polynomial Functions?

Polynomial Functions is Unit 4 of Algebra 2, covering polynomial division, zeros and end behavior and fundamental theorem of algebra.

How to study for Algebra 2 Unit 4?

Start with the Quick Summary above, review the Key Concepts, then test yourself with our interactive study games. Aim for 80%+ accuracy before moving on.

How many questions are in this unit?

This unit has 190 review questions, each with a written explanation, playable across 5 different game modes or readable in plain-text mode.