What this quiz covers
This quiz focuses on Quadratic Polynomial Relationships, giving you a quick way to practice the rules, question types, and explanations that matter most for GRE.
If h(x)=x2+2x−15, which of the following is a factor of h(x)?
GRE Quiz
Practice Quadratic Polynomial Relationships in GRE with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Quadratic Polynomial Relationships, giving you a quick way to practice the rules, question types, and explanations that matter most for GRE.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
If h(x)=x2+2x−15, which of the following is a factor of h(x)?
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.
If x is a real number and x2−5x+6=0, which of the following is a possible value of x?
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.
Which of the following is equivalent to the polynomial expression x2−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.
Which of the following statements about the quadratic function g(x)=−2x2+8x+3 is true?
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.
For the polynomial f(x)=x2−4x−5, what is the value of f(5)−f(−1)?
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.
A polynomial is defined by p(x)=(x−1)(x+4)(x−2). Which of the following statements is true?
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.
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?
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.
If q(x)=x3−3x2−4x+12, which of the following is the value of q(3)?
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.
For the quadratic function f(x)=x2−10x+m, the graph has its vertex on the x-axis. What is the value of m?
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.
Which of the following statements is true about the quadratic y=ax2+bx+c if a>0 and c<0?
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.
Which of the following statements is true about the polynomial q(x)=−2x2+7x−3?
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.
Which of the following represents the complete factorization of x2−9x+14 over the integers?
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.
Which of the following represents the complete factorization of x3−8 over the integers?
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.
If r(x)=(x−2)(x−5), which of the following statements is true?
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.
Which of the following represents the complete factorization of x2+2x−24 over the integers?
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.
Which of the following represents the complete factorization of x2−16 over the integers?
Explanation: This question tests factoring difference of squares in polynomials. x² - 16 = x² - 4² = (x-4)(x+4). Expanding (x-4)(x+4) = x² +4x -4x -16 = x² -16 confirms. This is complete over integers as both factors are linear. This justifies choice B. A distractor like (x-8)(x+2) = x² -6x -16 fails due to incorrect numbers that don't multiply to -16 or add properly, a factoring error. Another, like (x-4)², introduces a middle term.
Let g(x)=x3−4x2−x+4. Which of the following represents g(x) factored completely over the integers?
Explanation: This question tests factoring a cubic polynomial completely. For g(x)=x3−4x2−x+4, we can use factoring by grouping. Group the terms: (x3−4x2)+(−x+4). Factor out common factors: x2(x−4)−1(x−4)=(x2−1)(x−4). Since x2−1 is a difference of squares, it factors further as (x−1)(x+1). Therefore, g(x)=(x−1)(x+1)(x−4), which matches choice B. A common error would be to stop at the partial factorization (x−4)(x2−1) as in choice A, forgetting that x2−1 can be factored further.