All questions
Question 1
Which polynomial is equivalent to 3(x2−2x+1)?
- 3x2+6x+3
- 3x2−2x+1
- 3x2−6x+3 (correct answer)
- 3x2−2x+3
Explanation: This tests the distributive property: a factor outside parentheses multiplies every term inside, and it keeps each term's sign. Multiplying term by term gives 3⋅x2=3x2, 3⋅(−2x)=−6x, and 3⋅1=3, so the equivalent polynomial is 3x2−6x+3. The version 3x2+6x+3 comes from dropping the minus sign on the middle term, 3x2−2x+1 comes from multiplying only the leading term and leaving the rest untouched, and 3x2−2x+3 comes from distributing to the first and last terms but forgetting the middle one. When a single factor sits outside parentheses, count the terms inside first and make sure your answer shows that same number of products, each with its original sign. Question 2
A student writes a polynomial to model the height of a plant over time: g(x)=−4x2+6x−1. What is the degree of g(x)?
- 6
- 1
- 2 (correct answer)
- 4
Explanation: The degree of a polynomial is the largest exponent on the variable, and coefficients play no role in it. In g(x)=−4x2+6x−1 the exponents are 2, 1, and 0, so the largest is 2 and the degree is 2. The answer 4 mistakes the coefficient −4 for an exponent and 6 mistakes the coefficient 6 the same way, while 1 picks the exponent of the middle term instead of the highest one. Circle only the exponents before comparing them, and remember that a constant term carries an invisible exponent of 0. Question 3
A ball's height is approximated by the polynomial h(t)=−2t2+5t+1. What is the leading coefficient of h(t)?
- 5
- 1
- −2 (correct answer)
- 2
Explanation: The leading coefficient is the coefficient of the highest degree term. In h(t) = -2t² + 5t + 1, the highest degree term is -2t², so the leading coefficient is -2. Don't confuse this with the coefficient of t (which is 5).
Question 4
What is the leading coefficient of the polynomial 7x3−5x2+2x−1?
- 7 (correct answer)
- -5
- 2
- -1
Explanation: We need to identify the leading coefficient of 7x³ - 5x² + 2x - 1. The leading coefficient is the coefficient of the term with the highest degree. The highest degree term is 7x³, which has degree 3. The coefficient of this term is 7, so the leading coefficient is 7.
Question 5
In the standard (x,y) coordinate plane, the graph of y=x2 is shifted 3 units to the right and 2 units up. Which of the following is the equation of the new graph?
- y=(x+3)2+2
- y=(x−3)2+2 (correct answer)
- y=(x−3)2−2
- y=(x−2)2+3
Explanation: This is a graph transformations question testing vertex form. Choice B (y = (x − 3)² + 2) is correct — shifting a parabola 3 units to the right replaces x with (x − 3): counterintuitively, a rightward shift subtracts from x. Shifting 2 units up adds 2 outside the squared term. Result: y = (x − 3)² + 2. Choice A (y = (x + 3)² + 2) shifts the graph LEFT 3 units, not right — adding inside the parentheses moves the vertex to x = −3, which is a leftward shift. Choice C (y = (x − 3)² − 2) correctly shifts right 3 but shifts DOWN 2 units instead of up. Choice D (y = (x − 2)² + 3) swaps the shift values — moving right 2 and up 3 instead of right 3 and up 2. Pro tip: Horizontal shifts in vertex form are counterintuitive: (x − h) shifts the graph h units to the RIGHT, and (x + h) shifts it LEFT. Vertical shifts are straightforward: adding outside moves up, subtracting moves down.
Question 6
Which of the following is the equation of the vertical asymptote for the rational function f(x)=x2−2x−15x2−9?
- x=−3
- x=3
- x=5 (correct answer)
- y=1
Explanation: This is a rational functions question testing the difference between holes and vertical asymptotes. Choice C (x = 5) is correct — factor both expressions: numerator = (x − 3)(x + 3); denominator = (x − 5)(x + 3). The (x + 3) factor cancels, creating a removable discontinuity (hole) at x = −3. The remaining denominator factor (x − 5) sets to zero at x = 5, creating the vertical asymptote. Choice A (x = −3) identifies a zero of the denominator, but since (x + 3) cancels from both numerator and denominator, it produces a hole — not an asymptote. Choice B (x = 3) identifies a zero of the numerator — but zeros of the numerator create x-intercepts, not asymptotes. Choice D (y = 1) correctly identifies the horizontal asymptote (leading coefficients both equal 1), but the question asks for the vertical asymptote. Pro tip: Vertical asymptotes occur where denominator factors equal zero AFTER canceling any shared factors with the numerator. Always factor and cancel first — shared factors produce holes, not asymptotes.
Question 7
Evaluate f(−5) for f(x)=x2−3x+2.
- 42 (correct answer)
- 37
- 28
- 30
Explanation: We need to evaluate f(-5) for f(x) = x² - 3x + 2. Substitute x = -5: f(-5) = (-5)² - 3(-5) + 2. Calculate each term carefully: 25 + 15 + 2 = 42. The middle term becomes positive because we have -3 times a negative number. Choice B might result from sign errors with the linear term.
Question 8
Which polynomial is equivalent to x(x−1)+2(x+1)?
- x2+x+2 (correct answer)
- x2+x−2
- x2+x+3
- x2−x+2
Explanation: We need to simplify x(x - 1) + 2(x + 1) by distributing and combining like terms. First distribute: x(x - 1) = x² - x and 2(x + 1) = 2x + 2. Combine: x² - x + 2x + 2 = x² + (-x + 2x) + 2 = x² + x + 2. Choice B would result from sign errors when combining the x terms.
Question 9
What is the degree of the polynomial 4x3−x+2?
- 1
- 2
- 3 (correct answer)
- 4
Explanation: The degree of a polynomial is the highest power of the variable. In the polynomial 4x³ - x + 2, we identify the highest exponent among all terms. The terms have powers 3, 1, and 0 respectively, so the highest power is 3. Choice D might confuse the leading coefficient (4) with the degree.
Question 10
What is the degree of the polynomial x2+2x+1?
- 1
- 2 (correct answer)
- 3
- 0
Explanation: The degree of a polynomial is the highest power of the variable. In the polynomial x² + 2x + 1, we identify the highest exponent among all terms. The terms have powers 2, 1, and 0 respectively, so the highest power is 2. Choice C might confuse the number of terms with the degree.
Question 11
What is the leading coefficient of 2x3−3x2+5x−6?
- -6
- 5
- -3
- 2 (correct answer)
Explanation: The leading coefficient is the coefficient of the term with the highest degree. In the polynomial 2x³ - 3x² + 5x - 6, the highest degree term is 2x³ with degree 3. The coefficient of this term is 2, which is the leading coefficient. Choice C might incorrectly identify the coefficient of the x² term instead.
Question 12
The polynomial function f(x)=x2−4x−5 has zeros where f(x)=0. Which set lists all zeros of f(x)?
- {−1,5} (correct answer)
- {1,−5}
- {−5,−1}
- {0,5}
Explanation: To find zeros of f(x) = x² - 4x - 5, we set f(x) = 0 and solve x² - 4x - 5 = 0. Factoring: we need two numbers that multiply to -5 and add to -4, which are -5 and 1. So (x - 5)(x + 1) = 0, giving x = 5 or x = -1. The zeros are {-1, 5}. Choice B incorrectly has {1, -5}, reversing the signs.
Question 13
What is the degree of the polynomial 5x2−2x?
- 1
- 2 (correct answer)
- 3
- 0
Explanation: We need to find the degree of the polynomial 5x² - 2x. The degree is the highest power of x in the expression. Looking at each term: 5x² has degree 2, and -2x has degree 1. Therefore, the degree of the polynomial is 2.
Question 14
Which polynomial is equivalent to (x+1)2?
- x2+2x
- x2−2x+1
- x2+1
- x2+2x+1 (correct answer)
Explanation: We need to expand (x + 1)² using the perfect square formula. Using (a + b)² = a² + 2ab + b², where a = x and b = 1: (x + 1)² = x² + 2(x)(1) + 1² = x² + 2x + 1.
Question 15
A polynomial function is r(x)=4x2−x+9. What is the leading coefficient of r(x)?
- 9
- −1
- 4 (correct answer)
- 2
Explanation: The leading coefficient is the coefficient of the term with the highest degree. In r(x) = 4x² - x + 9, identify the highest degree term: 4x² has degree 2, which is the highest among all terms. The coefficient of this term is 4, making it the leading coefficient. Choice A might confuse the constant term with the leading coefficient.
Question 16
A polynomial function is b(x)=−5x+12. What is the leading coefficient of b(x)?
- 12
- −5 (correct answer)
- 5
- −12
Explanation: The leading coefficient is the coefficient of the term with the highest degree. In b(x) = -5x + 12, this is a linear polynomial where -5x has degree 1 (the highest degree) and 12 has degree 0. The coefficient of the highest degree term -5x is -5, making it the leading coefficient. Choice C might incorrectly ignore the negative sign.
Question 17
What is the degree of the polynomial x3−4x+2?
- 1
- 2
- 3 (correct answer)
- 0
Explanation: The degree of a polynomial is the highest power of the variable. In the polynomial x³ - 4x + 2, we identify the highest exponent among all terms. The terms have powers 3, 1, and 0 respectively, so the highest power is 3. Choice B might confuse the coefficient of the linear term with the degree.
Question 18
Which polynomial is equivalent to (2x−1)2?
- 4x2−1
- 4x2−4x+1 (correct answer)
- 2x2−4x+1
- 4x2+4x+1
Explanation: To expand (2x - 1)², we use the formula (a - b)² = a² - 2ab + b². Here a = 2x and b = 1, so: (2x)² - 2(2x)(1) + 1² = 4x² - 4x + 1. We can verify by FOIL: (2x - 1)(2x - 1) = 4x² - 2x - 2x + 1 = 4x² - 4x + 1. Choice D shows 4x² + 4x + 1, which has the wrong sign on the middle term.
Question 19
Evaluate f(3) for f(x)=x2−4x+3.
- 0 (correct answer)
- 3
- -3
- 6
Explanation: We need to evaluate f(3) for f(x) = x² - 4x + 3. Substitute x = 3: f(3) = (3)² - 4(3) + 3. Calculate each term: 9 - 12 + 3 = 0. This shows that x = 3 is a root of this polynomial since f(3) = 0. Choice B might result from forgetting to include the constant term.
Question 20
What is f(0) for the polynomial f(x)=3x3+2x2−x+7?
- 3
- 0
- 7 (correct answer)
- 10
Explanation: We need to evaluate f(0) by substituting x = 0 into f(x) = 3x³ + 2x² - x + 7. When x = 0, all terms with x become zero: f(0) = 3(0)³ + 2(0)² - (0) + 7 = 0 + 0 - 0 + 7 = 7. The constant term gives us the value directly.