All questions
Question 1
If h(x)=x2+2x−15, which of the following is a factor of h(x)?
- x+3
- x−3
- x+5 (correct answer)
- x−15
- x+15
Explanation: This question tests finding factors of a quadratic polynomial. To find factors of h(x) = x² + 2x - 15, we need to factor the expression. We look for two numbers that multiply to -15 and add to 2; these are 5 and -3. Therefore, h(x) = (x + 5)(x - 3), giving us factors (x + 5) and (x - 3). Choice C correctly identifies (x + 5) as a factor. A common mistake is to confuse the signs in factoring, potentially selecting (x - 5) or mixing up which values work.
Question 2
If x is a real number and x2−5x+6=0, which of the following is a possible value of x?
- −2
- 2 (correct answer)
- −3
- 6
- 23
Explanation: This question tests quadratic polynomial relationships by asking us to solve a quadratic equation. To find possible values of x, we need to factor the quadratic expression x² - 5x + 6 = 0. We look for two numbers that multiply to 6 and add to -5; these are -2 and -3. Therefore, x² - 5x + 6 = (x - 2)(x - 3) = 0, giving us x = 2 or x = 3. The correct answer is B, which gives x = 2 as a possible value. A common error would be to confuse the signs when factoring, leading to incorrect values like x = -2.
Question 3
Which of the following is equivalent to the polynomial expression x2−9?
- (x−9)(x+1)
- (x−3)2
- (x−3)(x+3) (correct answer)
- (x+3)2
- x(x−9)
Explanation: This question tests polynomial factorization, specifically recognizing a difference of squares pattern. The expression x² - 9 follows the pattern a² - b² = (a + b)(a - b), where a = x and b = 3. Applying this formula, we get x² - 9 = x² - 3² = (x + 3)(x - 3). Therefore, the correct factorization is (x - 3)(x + 3), which matches choice C. A common mistake is to factor this as (x - 3)², which would expand to x² - 6x + 9, not x² - 9.
Question 4
Which of the following statements about the quadratic function g(x)=−2x2+8x+3 is true?
- The parabola opens upward because the coefficient of x2 is negative.
- The parabola opens downward because the coefficient of x2 is negative. (correct answer)
- The parabola has a y-intercept of 8.
- The parabola has no real x-intercepts.
- The vertex occurs at x=8.
Explanation: This question tests understanding of quadratic function properties, particularly the effect of the leading coefficient. In the function g(x) = -2x² + 8x + 3, the coefficient of x² is -2, which is negative. When the leading coefficient of a quadratic is negative, the parabola opens downward, making choice B correct. The y-intercept occurs when x = 0, giving g(0) = 3, not 8 as choice C suggests. Choice A incorrectly states that the parabola opens upward despite acknowledging the negative coefficient.
Question 5
For the polynomial f(x)=x2−4x−5, what is the value of f(5)−f(−1)?
- 0 (correct answer)
- −20
- 20
- −10
- 10
Explanation: This question tests evaluating polynomial functions and computing differences. To find f(5) - f(-1), we must evaluate f(x) = x² - 4x - 5 at both x = 5 and x = -1. For f(5): f(5) = 5² - 4(5) - 5 = 25 - 20 - 5 = 0. For f(-1): f(-1) = (-1)² - 4(-1) - 5 = 1 + 4 - 5 = 0. Therefore, f(5) - f(-1) = 0 - 0 = 0, giving us answer A. A common error would be to make arithmetic mistakes when substituting negative values, potentially leading to incorrect answers like -20 or 20.
Question 6
A polynomial is defined by p(x)=(x−1)(x+4)(x−2). Which of the following statements is true?
- p(x) has zeros at x=−1,4,2.
- p(x) has exactly two real zeros.
- p(x) has a zero at x=0.
- p(x) has zeros at x=1,−4,2. (correct answer)
- p(x) has a double zero at x=1.
Explanation: This question tests understanding of polynomial zeros from factored form. When a polynomial is written as p(x) = (x - 1)(x + 4)(x - 2), the zeros occur when any factor equals zero. Setting each factor to zero: x - 1 = 0 gives x = 1; x + 4 = 0 gives x = -4; x - 2 = 0 gives x = 2. Therefore, the polynomial has zeros at x = 1, -4, and 2, which matches choice D. Choice A incorrectly identifies the zero from (x + 4) as x = 4 instead of x = -4, a common sign error when working with factored forms.
Question 7
The height (in meters) of a ball t seconds after it is thrown is given by H(t)=−5t2+20t+1. At what time t does the ball reach its maximum height?
- 1
- 2 (correct answer)
- 4
- 5
- 10
Explanation: This question tests finding the maximum of a quadratic function in a real-world context. For a quadratic function in the form H(t) = at² + bt + c with a < 0, the maximum occurs at t = -b/(2a). In H(t) = -5t² + 20t + 1, we have a = -5 and b = 20. Therefore, the maximum occurs at t = -20/(2(-5)) = -20/(-10) = 2 seconds. The answer is B. A common error would be to use the wrong formula or make sign errors in the calculation, potentially getting t = 4 or another incorrect value.
Question 8
If q(x)=x3−3x2−4x+12, which of the following is the value of q(3)?
- 12
- 6
- −6
- 0 (correct answer)
- −12
Explanation: This question tests evaluating a cubic polynomial at a specific value. To find q(3) where q(x) = x³ - 3x² - 4x + 12, we substitute x = 3 into the expression. Computing step by step: q(3) = 3³ - 3(3²) - 4(3) + 12 = 27 - 3(9) - 12 + 12 = 27 - 27 - 12 + 12 = 0. Therefore, q(3) = 0, making A the correct answer. A common error would be arithmetic mistakes in computing powers or handling negative terms, potentially leading to answers like 6 or -6.
Question 9
For the quadratic function f(x)=x2−10x+m, the graph has its vertex on the x-axis. What is the value of m?
- −25
- 0
- 25 (correct answer)
- 50
- 100
Explanation: This question involves quadratic vertex properties. For f(x)=x² -10x + m, the vertex is at x= -(-10)/2=5, and f(5)=25 -50 + m = m-25. For vertex on x-axis, m-25=0, so m=25. Verifying, with m=25, f(x)=(x-5)², vertex at (5,0). This justifies m=25, choice C. A distractor like 0 might ignore the vertex calculation, setting m=0. Another, like 50, could double incorrectly.
Question 10
A ball's height after t seconds is h=−5t2+20t+1. At what positive t does it first reach 16 m?
- 2
- 3
- 4
- 1 (correct answer)
Explanation: Set h=16: -5t^2+20t+1=16, so -5t^2+20t-15=0. Divide by -5 to get t^2-4t+3=0, which factors as (t-1)(t-3)=0. So t is 1 or 3. The first positive time is t=1. The value 3 also reaches 16 m, but later, so it is not the first.
Question 11
A cubic polynomial with zeros -1, 0, and 4 has leading coefficient 2. What is the coefficient of x2?
- -3
- -8
- -6 (correct answer)
- 6
Explanation: Write the polynomial as 2(x)(x+1)(x-4). Multiply (x+1)(x-4) = x^2 - 3x - 4, then times x gives x^3 - 3x^2 - 4x, and times 2 gives 2x^3 - 6x^2 - 8x. The x^2 coefficient is -6. If you got -3, you forgot to multiply by the leading coefficient 2.
Question 12
If x2−kx+9=0 has two distinct real roots, what must be true?
- k2>36 (correct answer)
- k>6
- k<−6
- k2<36
Explanation: The discriminant of x^2 - kx + 9 is k^2 - 36. For two distinct real roots, the discriminant must be positive, so k^2 - 36 > 0, which means k^2 > 36. The tempting answer k > 6 is incomplete because k < -6 also gives k^2 > 36 and two distinct real roots.
Question 13
If x+2 is a factor of x3+ax2+4x+8, what is a?
- -2
- 2 (correct answer)
- 4
- -6
Explanation: Since x+2 is a factor, plugging in x = -2 must give 0. That makes -8 + 4a - 8 + 8 = 0, so 4a - 8 = 0 and a = 2. The tempting wrong answer is -6, which comes from plugging in x = 2 instead of x = -2.
Question 14
If r and s are roots of x2−6x+2=0, what is r2+s2?
- 32 (correct answer)
- 36
- 34
- 4
Explanation: For the equation, r + s = 6 and rs = 2. Then r^2 + s^2 = (r + s)^2 - 2rs = 6^2 - 2(2) = 36 - 4 = 32. The tempting wrong answer is 36, which comes from squaring r + s and forgetting to subtract 2rs.
Question 15
Which of the following statements is true about the quadratic y=ax2+bx+c if a>0 and c<0?
- The graph opens downward.
- The graph has no real x-intercepts.
- The graph must cross the x-axis at exactly one point.
- The y-intercept is below the x-axis. (correct answer)
- The vertex must lie on the x-axis.
Explanation: This question explores properties of quadratic graphs based on coefficients. For y = ax² + bx + c with a>0 and c<0, the parabola opens upward, and the y-intercept is c, which is negative. This means the graph crosses the y-axis below the x-axis. The sign of a determines the direction, and c directly gives the y-intercept. This justifies choice D as true. A distractor like choice A fails because a>0 means it opens upward, not downward, a sign misinterpretation. Another, like choice B, is not necessarily true since the discriminant could allow real intercepts.
Question 16
Which of the following statements is true about the polynomial q(x)=−2x2+7x−3?
- The graph opens upward because the constant term is negative.
- The graph opens downward because the leading coefficient is negative. (correct answer)
- The graph must have no real zeros because the leading coefficient is negative.
- The y-intercept is 7.
- The axis of symmetry is x=7.
Explanation: This question examines properties of quadratic polynomials from coefficients. For q(x) = -2x² + 7x - 3, the leading coefficient -2 is negative, so the parabola opens downward. This determines the end behavior for large |x|. The y-intercept is -3, not 7, and axis is x = -7/(2*(-2)) = 7/4. This justifies choice B as true. A distractor like choice D fails because the y-intercept is the constant term -3, possibly confusing with the linear coefficient. Another, like choice A, errs on the sign of the leading coefficient.
Question 17
Which of the following represents the complete factorization of x2−9x+14 over the integers?
- (x−7)(x−2) (correct answer)
- (x+7)(x+2)
- (x−7)(x+2)
- (x−2)2
- x(x−9)+14
Explanation: This question assesses factoring quadratic polynomials over the integers. To factor x² - 9x + 14, find two integers that multiply to 14 and add to -9, which are -7 and -2. Thus, it factors as (x-7)(x-2). Expanding (x-7)(x-2) gives x² - 2x - 7x + 14 = x² - 9x + 14, confirming the factorization. This complete factorization justifies choice A as correct. A representative distractor like (x+7)(x+2) fails because it expands to x² + 9x + 14, resulting from a sign error in the coefficients. Another distractor, (x-2)², expands to x² - 4x + 4, which does not match the linear term.
Question 18
Which of the following represents the complete factorization of x3−8 over the integers?
- (x−2)(x2+2x+4) (correct answer)
- (x+2)(x2−2x+4)
- (x−2)3
- (x−8)(x2+8x+64)
- x(x2−8)
Explanation: This question tests factoring cubic polynomials over the integers using difference of cubes. The expression x³ - 8 = x³ - 2³ factors as (x-2)(x² + 2x + 4), per the formula a³ - b³ = (a-b)(a² + ab + b²). Expanding (x-2)(x² + 2x + 4) = x³ + 2x² + 4x - 2x² - 4x - 8 = x³ - 8 confirms. The quadratic x² + 2x + 4 has discriminant 4 - 16 = -12 <0, so no further real factors. This justifies choice A as complete. A distractor like (x+2)(x² - 2x + 4) expands to x³ + 8, a sign error in the formula. Another, like (x-2)³, does not match the constant term.
Question 19
If r(x)=(x−2)(x−5), which of the following statements is true?
- r(x) has a zero at x=−2.
- r(x) has a zero at x=7.
- r(x) is negative for all real x.
- r(x) equals 0 when x=2. (correct answer)
- The leading coefficient of r(x) is −1.
Explanation: This question assesses properties of quadratic polynomials in factored form. For r(x) = (x-2)(x-5), it equals zero at x=2 and x=5. Specifically, at x=2, (2-2)(2-5)=0*(-3)=0. The leading coefficient is positive 1, and it's positive outside [2,5], negative inside. This justifies choice D as true. A distractor like choice A claims zero at x=-2, but r(-2)=(-4)(-7)=28≠0, possibly from sign error. Another, like choice C, fails as it's not always negative.
Question 20
Which of the following represents the complete factorization of x2+2x−24 over the integers?
- (x+6)(x−4) (correct answer)
- (x−6)(x+4)
- (x+8)(x−3)
- (x+2)(x−12)
- (x+6)2−60
Explanation: This question tests factoring quadratics over integers. For x² + 2x - 24, find integers multiplying to -24 and adding to 2: 6 and -4. Thus, (x+6)(x-4). Expanding: x² -4x +6x -24 = x² +2x -24 confirms. This is complete as factors are linear. This justifies choice A. A distractor like (x-6)(x+4)=x² -2x -24 fails due to sign error in the linear term. Another, like (x+2)(x-12)=x² -10x -24, mismatches the coefficient.