Question

Difficulty: MediumQuadratic Equations and Polynomial Factoring

If the roots of the quadratic equation x2(k2)x+(k+1)=0x^2 - (k - 2)x + (k + 1) = 0 have a sum that is equal to twice their product, what is the value of kk?

Answer: -4

Answer

The value of kk is 4-4.
By Vieta's formulas, the sum of the roots of x2(k2)x+(k+1)=0x^2 - (k-2)x + (k+1) = 0 is k2k-2 and the product of the roots is k+1k+1. Equating the sum to twice the product gives k2=2(k+1)k - 2 = 2(k + 1), which simplifies to k2=2k+2k - 2 = 2k + 2 and yields k=4k = -4. Evaluating the discriminant with k=4k = -4 gives Δ=(6)24(3)=48>0\Delta = (-6)^2 - 4(-3) = 48 > 0, ensuring real roots exist.

Step-by-Step Solution

1
Apply Vieta's formulas to express the sum and product of the roots in terms of kk.
Sum of roots =ba=k2= -\frac{b}{a} = k - 2, and product of roots =ca=k+1= \frac{c}{a} = k + 1.
For any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of the roots is ba-\frac{b}{a} and the product of the roots is ca\frac{c}{a}.
2
Set up an equation based on the condition that the sum of the roots equals twice their product.
k2=2(k+1)k - 2 = 2(k + 1)
This directly translates the verbal condition given in the problem.
3
Solve the linear equation for kk.
k2=2k+2    4=kk - 2 = 2k + 2 \implies -4 = k
Subtracting kk and 2 from both sides isolates kk.
4
Check the discriminant to ensure real roots exist when k=4k = -4.
Δ=b24ac=(6)24(1)(3)=36+12=48>0\Delta = b^2 - 4ac = (-6)^2 - 4(1)(-3) = 36 + 12 = 48 > 0
A positive discriminant guarantees that the quadratic equation has two distinct real roots.

Key Concept

Vieta's Formulas for Quadratic Equations
Rate this question