Question

Difficulty: MediumQuadratic Equations and Factoring

If x=5x = 5 is a solution to the quadratic equation x2(k+3)x+3k+1=0x^2 - (k + 3)x + 3k + 1 = 0, where kk is a constant, what is the value of the other solution?

  1. 72\frac{7}{2}Answer
  2. B
    112\frac{11}{2}
  3. C
    72-\frac{7}{2}
  4. D
    112-\frac{11}{2}
  5. E
    52\frac{5}{2}

Answer

72\frac{7}{2}
Substituting x=5x = 5 into x2(k+3)x+3k+1=0x^2 - (k + 3)x + 3k + 1 = 0 yields 255(k+3)+3k+1=025 - 5(k + 3) + 3k + 1 = 0, which simplifies to 112k=011 - 2k = 0, so k=112k = \frac{11}{2}. Substituting k=112k = \frac{11}{2} back into the product of roots formula x1x2=3k+1x_1 \cdot x_2 = 3k + 1 gives 5x2=3(112)+1=3525 \cdot x_2 = 3\left(\frac{11}{2}\right) + 1 = \frac{35}{2}. Dividing by 55 yields the second root x2=72x_2 = \frac{7}{2}.

Step-by-Step Solution

1
Substitute the known solution x=5x = 5 into the quadratic equation to solve for kk.
52(k+3)(5)+3k+1=0    255k15+3k+1=0    112k=0    k=1125^2 - (k + 3)(5) + 3k + 1 = 0 \implies 25 - 5k - 15 + 3k + 1 = 0 \implies 11 - 2k = 0 \implies k = \frac{11}{2}.
Since x=5x = 5 is a solution, it must satisfy the equation.
2
Use Vieta's formulas to find the other solution x2x_2.
Product of roots x1x2=3k+1=3(112)+1=352x_1 \cdot x_2 = 3k + 1 = 3\left(\frac{11}{2}\right) + 1 = \frac{35}{2}. Since x1=5x_1 = 5, 5x2=352    x2=725 \cdot x_2 = \frac{35}{2} \implies x_2 = \frac{7}{2}.
By Vieta's formulas for a standard quadratic x2+bx+c=0x^2 + bx + c = 0, the product of the roots equals cc.

Key Concept

Quadratic equations, Vieta's formulas, and parameter evaluation
Rate this question