GMAT Quantitative Quiz: Quadratic Equations
19 questions · exam conditions
0:00
Quadratic EquationsQuestion 1 of 19

If f(x)=x2+2x3f(x) = x^2 + 2x - 3 and g(x)=x24x+3g(x) = x^2 - 4x + 3, for how many values of xx does f(x)=g(x)f(x) = g(x)?

No values of xx
Exactly one value of xx
Exactly two values of xx
Infinitely many values of xx
← Back to quizzes

GMAT Quantitative Quiz

GMAT Quantitative Quiz: Quadratic Equations

Practice Quadratic Equations in GMAT Quantitative with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Quadratic Equations, giving you a quick way to practice the rules, question types, and explanations that matter most for GMAT Quantitative.

How to use this quiz

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.

All questions

Question 1

If f(x)=x2+2x3f(x) = x^2 + 2x - 3 and g(x)=x24x+3g(x) = x^2 - 4x + 3, for how many values of xx does f(x)=g(x)f(x) = g(x)?

  1. No values of xx
  2. Exactly one value of xx (correct answer)
  3. Exactly two values of xx
  4. Infinitely many values of xx

Explanation: Set f(x) = g(x): x² + 2x - 3 = x² - 4x + 3. Subtracting x² from both sides: 2x - 3 = -4x + 3. Adding 4x to both sides: 6x - 3 = 3. Adding 3: 6x = 6, so x = 1. There is exactly one solution. We can verify: f(1) = 1 + 2 - 3 = 0 and g(1) = 1 - 4 + 3 = 0. Choice A assumes no solution exists. Choice C treats this as a quadratic equation. Choice D assumes the functions are identical.

Question 2

Which of the following is equivalent to x45x2+4x^{4}-5x^{2}+4?

  1. (x24)(x2+1)(x^{2}-4)(x^{2}+1)
  2. (x1)(x1)(x+2)(x+2)(x-1)(x-1)(x+2)(x+2)
  3. (x22)(x2+2)(x^{2}-2)(x^{2}+2)
  4. (x1)(x+1)(x2)(x+2)(x-1)(x+1)(x-2)(x+2) (correct answer)

Explanation: When you encounter a polynomial like x45x2+4x^{4}-5x^{2}+4, you're dealing with a quadratic in disguise. Notice that this expression only has even powers of xx, which suggests treating x2x^2 as a single variable to simplify the factoring process. Let's substitute u=x2u = x^2, transforming our expression into u25u+4u^2 - 5u + 4. This quadratic factors as (u1)(u4)(u-1)(u-4). Substituting back, we get (x21)(x24)(x^2-1)(x^2-4). Now we can factor further using the difference of squares formula a2b2=(ab)(a+b)a^2-b^2 = (a-b)(a+b):

  • x21=(x1)(x+1)x^2-1 = (x-1)(x+1)
  • x24=(x2)(x+2)x^2-4 = (x-2)(x+2)
Therefore, x45x2+4=(x1)(x+1)(x2)(x+2)x^{4}-5x^{2}+4 = (x-1)(x+1)(x-2)(x+2), which matches choice D. Let's verify why the other options are incorrect: Choice A: (x24)(x2+1)(x^{2}-4)(x^{2}+1) expands to x43x24x^4 - 3x^2 - 4, which has the wrong middle term and constant. Choice B: (x1)(x1)(x+2)(x+2)=(x1)2(x+2)2(x-1)(x-1)(x+2)(x+2) = (x-1)^2(x+2)^2 expands to x4+2x33x24x+4x^4 + 2x^3 - 3x^2 - 4x + 4, introducing unwanted odd-power terms. Choice C: (x22)(x2+2)(x^{2}-2)(x^{2}+2) expands to x44x^4 - 4, missing the middle term entirely. Study tip: When factoring polynomials with only even powers, always try substitution first (let u=x2u = x^2). This transforms a quartic into a manageable quadratic, then remember to factor completely using difference of squares when possible.

Question 3

The height of a ball (in meters) tossed upward is given by h(t)=5t2+20t+15h(t)=-5t^{2}+20t+15, where tt is the time in seconds after the ball is thrown. After how many seconds does the ball reach its maximum height?

  1. 1
  2. 2 (correct answer)
  3. 3
  4. 4

Explanation: When you encounter a quadratic function representing the motion of a projectile, you're looking for the vertex of a parabola. Since the coefficient of t2t^2 is negative (-5), this parabola opens downward, meaning the vertex represents the maximum height. For any quadratic function in the form f(t)=at2+bt+cf(t) = at^2 + bt + c, the time at which the maximum (or minimum) occurs is given by t=b2at = -\frac{b}{2a}. In this height function h(t)=5t2+20t+15h(t) = -5t^2 + 20t + 15, we have a=5a = -5 and b=20b = 20. Substituting into the vertex formula: t=202(5)=2010=2t = -\frac{20}{2(-5)} = -\frac{20}{-10} = 2 seconds. You can verify this makes sense by checking that the height increases before t=2t = 2 and decreases after. At t=1t = 1: h(1)=5(1)+20(1)+15=30h(1) = -5(1) + 20(1) + 15 = 30 meters. At t=2t = 2: h(2)=5(4)+20(2)+15=35h(2) = -5(4) + 20(2) + 15 = 35 meters. At t=3t = 3: h(3)=5(9)+20(3)+15=30h(3) = -5(9) + 20(3) + 15 = 30 meters. Choice (A) 1 second gives a height of 30 meters, which is less than the maximum. Choice (C) 3 seconds also gives 30 meters, the same height as at 1 second due to the parabola's symmetry. Choice (D) 4 seconds would give an even lower height of 15 meters. Remember: for projectile motion problems, always use the vertex formula t=b2at = -\frac{b}{2a} to find when maximum or minimum values occur. This saves time compared to completing the square or taking derivatives.

Question 4

If x24x+k=(xa)2+bx^2 - 4x + k = (x - a)^2 + b for all values of xx, and k=7k = 7, what is the value of a2+b2a^2 + b^2?

  1. 77
  2. 99
  3. 1313 (correct answer)
  4. 2525

Explanation: Complete the square: x² - 4x + 7 = (x² - 4x + 4) + 7 - 4 = (x - 2)² + 3. So a = 2 and b = 3. Therefore, a² + b² = 4 + 9 = 13. Choice A equals k only. Choice B equals a² + 1 only. Choice D equals (a + b)².

Question 5

Which of the following equals 6y219y+106y^{2}-19y+10?

  1. (2y+1)(3y10)(2y+1)(3y-10)
  2. (2y2)(3y5)(2y-2)(3y-5)
  3. (2y5)(3y2)(2y-5)(3y-2) (correct answer)
  4. (2y5)(3y+2)(2y-5)(3y+2)

Explanation: When you encounter a quadratic expression that needs to be factored, you're looking to reverse the FOIL process—finding two binomials that multiply to give the original expression. To factor 6y219y+106y^2 - 19y + 10, start by identifying what the first terms of each binomial must be. Since the leading coefficient is 6, the first terms could be 6yy6y \cdot y, 3y2y3y \cdot 2y, etc. Next, find factors of the constant term 10: these could be 10110 \cdot 1, 525 \cdot 2, or their negatives. Let's verify that choice C works: (2y5)(3y2)(2y - 5)(3y - 2). Using FOIL:

  • First: 2y3y=6y22y \cdot 3y = 6y^2
  • Outer: 2y(2)=4y2y \cdot (-2) = -4y
  • Inner: (5)3y=15y(-5) \cdot 3y = -15y
  • Last: (5)(2)=10(-5) \cdot (-2) = 10
Combining: 6y24y15y+10=6y219y+106y^2 - 4y - 15y + 10 = 6y^2 - 19y + 10 Choice A gives (2y+1)(3y10)=6y220y+3y10=6y217y10(2y + 1)(3y - 10) = 6y^2 - 20y + 3y - 10 = 6y^2 - 17y - 10—wrong middle term and wrong sign on the constant. Choice B gives (2y2)(3y5)=6y210y6y+10=6y216y+10(2y - 2)(3y - 5) = 6y^2 - 10y - 6y + 10 = 6y^2 - 16y + 10—correct constant but wrong middle coefficient. Choice D gives (2y5)(3y+2)=6y2+4y15y10=6y211y10(2y - 5)(3y + 2) = 6y^2 + 4y - 15y - 10 = 6y^2 - 11y - 10—wrong middle term and wrong sign on the constant. Strategy tip: Always check your factoring by expanding back out using FOIL. This catches sign errors and coefficient mistakes that are common traps in factoring problems.

Question 6

A rectangular garden has an area of 48 square meters. The length of the garden is 2 meters greater than its width. What is the perimeter of the garden, in meters?

  1. 20
  2. 24
  3. 28 (correct answer)
  4. 32

Explanation: This problem tests your ability to set up and solve a system of equations using geometric relationships. When you encounter word problems involving rectangles with unknown dimensions, look for ways to express both dimensions in terms of a single variable. Let's define the width as ww meters. Since the length is 2 meters greater than the width, the length is (w+2)(w + 2) meters. Using the area formula for rectangles: Area=length×width\text{Area} = \text{length} \times \text{width} 48=(w+2)×w48 = (w + 2) \times w 48=w2+2w48 = w^2 + 2w w2+2w48=0w^2 + 2w - 48 = 0 Factoring this quadratic: (w+8)(w6)=0(w + 8)(w - 6) = 0 This gives us w=8w = -8 or w=6w = 6. Since width cannot be negative, w=6w = 6 meters and length = 6+2=86 + 2 = 8 meters. The perimeter is 2(6+8)=282(6 + 8) = 28 meters. Looking at the wrong answers: (A) 20 might result from incorrectly solving the quadratic or making arithmetic errors in the setup. (B) 24 could come from finding the semi-perimeter (length + width) instead of the full perimeter, or from solving w2+2w=24w^2 + 2w = 24 instead of 48. (D) 32 might result from confusing the area and perimeter formulas or making calculation errors when factoring. Strategy tip: Always define your variable clearly, double-check that your quadratic setup matches the given area, and remember that perimeter requires adding all four sides—not just length plus width.

Question 7

For which of the following values of kk does the equation x2kx+16=0x^{2}-kx+16=0 have no real solutions?

  1. -9
  2. -7 (correct answer)
  3. 8
  4. 9

Explanation: When you encounter a quadratic equation and need to determine when it has no real solutions, you're working with the discriminant. For any quadratic ax2+bx+c=0ax^2 + bx + c = 0, the discriminant is b24acb^2 - 4ac. When the discriminant is negative, the equation has no real solutions. In the equation x2kx+16=0x^2 - kx + 16 = 0, we have a=1a = 1, b=kb = -k, and c=16c = 16. The discriminant becomes (k)24(1)(16)=k264(-k)^2 - 4(1)(16) = k^2 - 64. For no real solutions, we need k264<0k^2 - 64 < 0, which means k2<64k^2 < 64. This occurs when 8<k<8-8 < k < 8. Looking at our options: Only choice (B) -7 falls within this range, giving us (7)264=4964=15<0(-7)^2 - 64 = 49 - 64 = -15 < 0. Choice (A) -9 is incorrect because (9)2=81>64(-9)^2 = 81 > 64, so the discriminant equals 8164=17>081 - 64 = 17 > 0, meaning real solutions exist. Choice (C) 8 is incorrect because 82=648^2 = 64, making the discriminant 6464=064 - 64 = 0, which gives exactly one real solution (a repeated root). Choice (D) 9 is incorrect because 92=81>649^2 = 81 > 64, so the discriminant equals 8164=17>081 - 64 = 17 > 0, producing two distinct real solutions. Remember: For quadratic equations on the GMAT, quickly identify when you need the discriminant. No real solutions means discriminant < 0, one solution means discriminant = 0, and two solutions means discriminant > 0.

Question 8

Consider the equation 22t52t+6=02^{2t}-5\cdot2^{t}+6=0. What is the sum of all real solutions for tt?

  1. log212\log_{2}12
  2. log29\log_{2}9
  3. 1+log231+\log_{2}3 (correct answer)
  4. 2+log232+\log_{2}3

Explanation: When you encounter an exponential equation like this, the key insight is recognizing it as a quadratic equation in disguise. The repeated appearance of 2t2^t suggests using substitution to transform this into a more familiar form. Let u=2tu = 2^t. This transforms the equation 22t52t+6=02^{2t} - 5 \cdot 2^t + 6 = 0 into u25u+6=0u^2 - 5u + 6 = 0, since 22t=(2t)2=u22^{2t} = (2^t)^2 = u^2. Factoring the quadratic: u25u+6=(u2)(u3)=0u^2 - 5u + 6 = (u-2)(u-3) = 0. This gives us u=2u = 2 or u=3u = 3. Substituting back: 2t=22^t = 2 or 2t=32^t = 3. From 2t=22^t = 2, we get t=1t = 1. From 2t=32^t = 3, we get t=log23t = \log_2 3. The sum of all solutions is 1+log231 + \log_2 3, which is answer choice C. Let's examine the wrong answers: Answer A (log212\log_2 12) might result from incorrectly multiplying the solutions instead of adding them, since 2×3=62 \times 3 = 6 and log2(2×6)=log212\log_2(2 \times 6) = \log_2 12. Answer B (log29\log_2 9) could come from adding the uu-values incorrectly: log2(2+3)=log25\log_2(2+3) = \log_2 5 is wrong, but log2(32)=log29\log_2(3^2) = \log_2 9 suggests confusion about logarithm properties. Answer D (2+log232 + \log_2 3) results from using t=2t = 2 instead of t=1t = 1 for the first solution. Remember: when you see exponential equations with the same base appearing in different powers, try substitution to create a quadratic. Always substitute back to find the original variable's values.

Question 9

The quadratic equation x2+mx+n=0x^{2}+mx+n=0 has integer coefficients, and one of its roots is 2+32+\sqrt{3}. Which of the following is the value of nn?

  1. 1 (correct answer)
  2. 3
  3. 4
  4. 7

Explanation: When you encounter a quadratic equation with integer coefficients that has an irrational root involving a square root, remember that irrational roots must come in conjugate pairs. Since one root is 2+32+\sqrt{3}, the other root must be 232-\sqrt{3}. For any quadratic x2+mx+n=0x^2 + mx + n = 0 with roots r1r_1 and r2r_2, we can use Vieta's formulas: the sum of roots equals m-m and the product of roots equals nn. The sum of our roots is: (2+3)+(23)=4(2+\sqrt{3}) + (2-\sqrt{3}) = 4, so m=4m = -4. The product of our roots is: (2+3)(23)=43=1(2+\sqrt{3})(2-\sqrt{3}) = 4 - 3 = 1, so n=1n = 1. We can verify this by constructing the quadratic: x24x+1=0x^2 - 4x + 1 = 0. Using the quadratic formula: x=4±1642=4±232=2±3x = \frac{4 \pm \sqrt{16-4}}{2} = \frac{4 \pm 2\sqrt{3}}{2} = 2 \pm \sqrt{3}. ✓ Looking at the wrong answers: (B) 3 would give us different roots entirely. (C) 4 comes from incorrectly using the sum instead of the product. (D) 7 has no clear mathematical justification from our given information. The answer is (A) 1. Strategy tip: Whenever you see a quadratic with integer coefficients and one irrational root involving n\sqrt{n}, immediately identify the conjugate root. Then use Vieta's formulas—the product will always eliminate the radical terms, giving you a clean integer result.

Question 10

If (x3)(x+2)=5(x-3)(x+2)=5, what is the sum of all real solutions for xx?

  1. -1
  2. 0
  3. 1 (correct answer)
  4. 5

Explanation: When you encounter a quadratic equation in expanded form like this, you need to convert it to standard form and solve systematically. This tests your ability to manipulate quadratic expressions and apply solution formulas. First, expand the left side: (x3)(x+2)=x2+2x3x6=x2x6(x-3)(x+2) = x^2 + 2x - 3x - 6 = x^2 - x - 6. Setting this equal to 5 gives you x2x6=5x^2 - x - 6 = 5, which rearranges to the standard form x2x11=0x^2 - x - 11 = 0. Using the quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} with a=1a = 1, b=1b = -1, and c=11c = -11: x=1±1+442=1±452=1±352x = \frac{1 \pm \sqrt{1 + 44}}{2} = \frac{1 \pm \sqrt{45}}{2} = \frac{1 \pm 3\sqrt{5}}{2} The two solutions are x1=1+352x_1 = \frac{1 + 3\sqrt{5}}{2} and x2=1352x_2 = \frac{1 - 3\sqrt{5}}{2}. Their sum is 1+352+1352=22=1\frac{1 + 3\sqrt{5}}{2} + \frac{1 - 3\sqrt{5}}{2} = \frac{2}{2} = 1. Choice (A) -1 likely comes from incorrectly calculating the coefficient in the quadratic formula. Choice (B) 0 might result from assuming the solutions are opposites, which only happens when there's no linear term. Choice (D) 5 could come from mistakenly thinking the constant term on the right side equals the sum of solutions. Strategy tip: For any quadratic ax2+bx+c=0ax^2 + bx + c = 0, the sum of solutions always equals ba-\frac{b}{a}. Here, that's (1)1=1-\frac{(-1)}{1} = 1, giving you a quick way to verify your answer without fully solving.

Question 11

Which of the following intervals contains all real numbers xx satisfying x23x40x^{2}-3x-4\le0?

  1. x1 or x4x\le-1\text{ or }x\ge4
  2. 1x4-1\le x\le4 (correct answer)
  3. x<1x<-1
  4. x>1 and x<4x>-1\text{ and }x<4

Explanation: When you encounter a quadratic inequality like x23x40x^2 - 3x - 4 \le 0, you're looking for the values of xx that make the quadratic expression negative or zero. The key is to first find where the quadratic equals zero, then determine which intervals satisfy the inequality. Start by factoring x23x4=0x^2 - 3x - 4 = 0. You need two numbers that multiply to 4-4 and add to 3-3. These are 4-4 and 11, so the factored form is (x4)(x+1)=0(x - 4)(x + 1) = 0. This gives you roots at x=4x = 4 and x=1x = -1. These roots divide the number line into three intervals: x<1x < -1, 1<x<4-1 < x < 4, and x>4x > 4. Since the parabola opens upward (positive leading coefficient), the quadratic is negative between the roots and positive outside them. Testing a point like x=0x = 0: (0)23(0)4=4<0(0)^2 - 3(0) - 4 = -4 < 0, confirming the expression is negative between the roots. Since we want 0\le 0, we include the endpoints where the expression equals zero. Therefore, the solution is 1x4-1 \le x \le 4. Choice A gives x1x \le -1 or x4x \ge 4, which represents where the quadratic is positive or zero—the opposite of what we want. Choice C includes only x<1x < -1, missing the interval between the roots. Choice D correctly identifies the interval between roots but excludes the endpoints where the quadratic equals zero, ignoring the "equal to" part of \le. Strategy tip: Always check whether your inequality includes "or equal to" and remember to include or exclude the roots accordingly.

Question 12

If 2x27x4=02x^{2}-7x-4=0, what is the smaller of the two real solutions?

  1. -4
  2. -\dfrac{1}{2} (correct answer)
  3. \dfrac{1}{2}
  4. 4

Explanation: When you encounter a quadratic equation like 2x27x4=02x^{2}-7x-4=0, you need to find its roots using either factoring, the quadratic formula, or completing the square. Since this doesn't factor easily, the quadratic formula is your best approach. For any quadratic ax2+bx+c=0ax^2 + bx + c = 0, the solutions are x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}. Here, a=2a=2, b=7b=-7, and c=4c=-4. Substituting: x=(7)±(7)24(2)(4)2(2)=7±49+324=7±814=7±94x = \frac{-(-7) \pm \sqrt{(-7)^2-4(2)(-4)}}{2(2)} = \frac{7 \pm \sqrt{49+32}}{4} = \frac{7 \pm \sqrt{81}}{4} = \frac{7 \pm 9}{4} This gives you two solutions: x=7+94=164=4x = \frac{7+9}{4} = \frac{16}{4} = 4 and x=794=24=12x = \frac{7-9}{4} = \frac{-2}{4} = -\frac{1}{2} Since the question asks for the smaller solution, the answer is 12-\frac{1}{2}, which is choice (B). Looking at the wrong answers: (A) -4 is too negative and doesn't satisfy the original equation. (C) 12\frac{1}{2} is the positive version of the smaller root—a sign error trap. (D) 4 is actually the larger of the two correct solutions, not the smaller one. Strategy tip: Always find both roots first, then identify which one the question asks for. The GMAT often includes both roots as answer choices to test whether you're reading carefully. Also, you can quickly verify your solutions by substituting back into the original equation.

Question 13

If 3x+2x1=1\dfrac{3}{x}+\dfrac{2}{x-1}=1 and x0,1x\neq0,1, what is the sum of all real solutions of the equation?

  1. 3
  2. 4
  3. 5
  4. 6 (correct answer)

Explanation: When you encounter rational equations like this one, your goal is to eliminate the fractions by finding a common denominator, then solve the resulting quadratic equation. Remember that the sum of roots of a quadratic can often be found using Vieta's formulas. Starting with 3x+2x1=1\frac{3}{x}+\frac{2}{x-1}=1, multiply everything by the common denominator x(x1)x(x-1): 3(x1)+2x=x(x1)3(x-1) + 2x = x(x-1) Expanding: 3x3+2x=x2x3x - 3 + 2x = x^2 - x Simplifying: 5x3=x2x5x - 3 = x^2 - x Rearranging: x26x+3=0x^2 - 6x + 3 = 0 Now you have a quadratic equation. Rather than solving for individual roots using the quadratic formula, you can use Vieta's formulas. For any quadratic ax2+bx+c=0ax^2 + bx + c = 0, the sum of roots equals ba-\frac{b}{a}. Here, a=1a = 1 and b=6b = -6, so the sum of roots is (6)1=6-\frac{(-6)}{1} = 6. Looking at the wrong answers: Choice (A) gives 3, which might result from incorrectly identifying the constant term as the sum. Choice (B) gives 4, which could come from miscalculating the coefficients when clearing fractions. Choice (C) gives 5, which might arise from confusing the coefficient of xx in the intermediate step 5x3=x2x5x - 3 = x^2 - x with the final answer. The correct answer is (D) 6. Study tip: When you see rational equations, always check if you can use Vieta's formulas to find the sum or product of roots directly, rather than solving for individual solutions. This saves time and reduces calculation errors.

Question 14

For what values of mm does the equation mx2(m+2)x+2=0mx^2 - (m+2)x + 2 = 0 have exactly one solution?

  1. m=0m = 0 only
  2. m=2m = 2 only
  3. m=0m = 0 or m=2m = 2 (correct answer)
  4. m=1m = 1 or m=2m = 2

Explanation: For exactly one solution, either: (1) the quadratic has discriminant = 0, or (2) m = 0 making it linear. Case 1: For m ≠ 0, discriminant = (m+2)² - 4m(2) = m² + 4m + 4 - 8m = m² - 4m + 4 = (m-2)² = 0, so m = 2. Case 2: If m = 0, equation becomes -2x + 2 = 0, giving x = 1 (one solution). Therefore m = 0 or m = 2. Choice A misses the discriminant case. Choice B misses the linear case. Choice D incorrectly includes m = 1.

Question 15

The expression x2+bx+cx^2 + bx + c can be factored as (x+p)(x+q)(x + p)(x + q) where pp and qq are integers. If b=5b = -5 and c>0c > 0, how many possible values of cc are there?

  1. Two possible values of cc (correct answer)
  2. Three possible values of cc
  3. Four possible values of cc
  4. Five possible values of cc

Explanation: Expanding (x + p)(x + q) = x² + (p + q)x + pq. So p + q = b = -5 and pq = c > 0. Since c > 0, p and q have the same sign. Since p + q = -5 < 0, both are negative. Integer pairs (p,q) with p + q = -5: (-1,-4), (-2,-3), (-3,-2), (-4,-1). These give c values: (-1)(-4) = 4, (-2)(-3) = 6, (-3)(-2) = 6, (-4)(-1) = 4. So c can be 4 or 6 (two values). Choice B counts duplicate pairs as different. Choice C might count all four pairs. Choice D adds an incorrect value.

Question 16

The equation x45x2+4=0x^4 - 5x^2 + 4 = 0 can be solved by substitution. How many distinct real solutions does this equation have?

  1. No real solutions
  2. Two distinct real solutions
  3. Three distinct real solutions
  4. Four distinct real solutions (correct answer)

Explanation: Let y = x². Then x⁴ - 5x² + 4 = 0 becomes y² - 5y + 4 = 0. Factoring: (y - 1)(y - 4) = 0, so y = 1 or y = 4. When y = x² = 1, we get x = ±1. When y = x² = 4, we get x = ±2. Therefore, there are four distinct real solutions: x = -2, -1, 1, 2. Choice A ignores that both y values are positive. Choice B counts only positive x values. Choice C miscounts the solutions.

Question 17

The quadratic ax2+bx+c=0ax^2 + bx + c = 0 has discriminant Δ=25\Delta = 25. If the quadratic ax2+bx+(c+6)=0ax^2 + bx + (c + 6) = 0 has discriminant Δ\Delta', what is ΔΔ\Delta - \Delta'?

  1. 24a-24a
  2. 24a24a (correct answer)
  3. 6a6a
  4. 6a-6a

Explanation: When you encounter questions about discriminants and how they change when coefficients are modified, focus on the discriminant formula: Δ=b24ac\Delta = b^2 - 4ac. For the original quadratic ax2+bx+c=0ax^2 + bx + c = 0, we know Δ=b24ac=25\Delta = b^2 - 4ac = 25. For the modified quadratic ax2+bx+(c+6)=0ax^2 + bx + (c + 6) = 0, the discriminant becomes: Δ=b24a(c+6)=b24ac24a\Delta' = b^2 - 4a(c + 6) = b^2 - 4ac - 24a Since b24ac=25b^2 - 4ac = 25, we can substitute: Δ=2524a\Delta' = 25 - 24a Therefore: ΔΔ=25(2524a)=2525+24a=24a\Delta - \Delta' = 25 - (25 - 24a) = 25 - 25 + 24a = 24a This confirms answer choice B is correct. Looking at the wrong answers: Choice A gives 24a-24a, which results from incorrectly calculating ΔΔ\Delta' - \Delta instead of ΔΔ\Delta - \Delta'. Choice C gives 6a6a, which might come from mistakenly thinking the discriminant changes by 4a×6=24a4a \times 6 = 24a but then dividing by 4. Choice D gives 6a-6a, which could result from thinking the change is simply a-a times the constant term change, missing the factor of 4 in the discriminant formula. Remember this key insight: when the constant term of a quadratic increases by kk, the discriminant decreases by 4ak4ak. The discriminant and constant term move in opposite directions, and there's always that factor of 4a4a involved due to the structure of the discriminant formula.

Question 18

If x26x+k=0x^2 - 6x + k = 0 has two distinct real roots, and one root is twice the other root, what is the value of kk?

  1. k=8k = 8 (correct answer)
  2. k=9k = 9
  3. k=12k = 12
  4. k=18k = 18

Explanation: Let the roots be r and 2r. By Vieta's formulas: sum of roots = r + 2r = 3r = 6, so r = 2. Product of roots = r(2r) = 2r² = k. Since r = 2, we have k = 2(2)² = 8. We can verify: x² - 6x + 8 = (x-2)(x-4) has roots 2 and 4, where 4 = 2(2). Choice B gives sum = 6 but discriminant = 0 (equal roots). Choice C gives incorrect root relationship. Choice D gives sum ≠ 6.

Question 19

If x2px+q=0x^2 - px + q = 0 has roots rr and ss, and x2qx+p=0x^2 - qx + p = 0 has roots tt and uu, what is the relationship between r+s+t+ur + s + t + u and p+qp + q?

  1. r+s+t+u=2p+2qr + s + t + u = 2p + 2q
  2. r+s+t+u=2(p+q)r + s + t + u = 2(p + q)
  3. r+s+t+u=p+q+2r + s + t + u = p + q + 2
  4. r+s+t+u=p+qr + s + t + u = p + q (correct answer)

Explanation: When you encounter quadratic equations with given roots, immediately think about Vieta's formulas, which relate the coefficients of a polynomial to sums and products of its roots. For any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 with roots α\alpha and β\beta, Vieta's formulas tell us that the sum of the roots equals ba-\frac{b}{a} and the product equals ca\frac{c}{a}. For the first equation x2px+q=0x^2 - px + q = 0 with roots rr and ss, we have a=1a = 1, b=pb = -p, and c=qc = q. Therefore: r+s=(p)1=pr + s = -\frac{(-p)}{1} = p For the second equation x2qx+p=0x^2 - qx + p = 0 with roots tt and uu, we have a=1a = 1, b=qb = -q, and c=pc = p. Therefore: t+u=(q)1=qt + u = -\frac{(-q)}{1} = q Adding these results: r+s+t+u=p+qr + s + t + u = p + q Looking at the incorrect answers: Choice A suggests 2p+2q2p + 2q, which would mean each sum of roots equals p+qp + q rather than the individual coefficients. Choice B is algebraically identical to A, representing the same error of doubling the correct result. Choice C adds an unexplained constant of 2, which has no basis in Vieta's formulas. The key insight is recognizing that when the coefficients of two quadratic equations are swapped (pp and qq switch positions), the sums of their respective roots will simply be those swapped coefficients. Remember: for monic quadratics (leading coefficient = 1), the sum of roots always equals the negative of the linear coefficient.