Question:medium

If the roots of the quadratic equation $ x^2 + 4x + k = 0 $ are real and equal, then the value of $ k $ is:

Show Hint

Key Fact: A quadratic equation has equal roots if \( D = 0 \), i.e., \( b^2 = 4ac \)
Updated On: Jan 13, 2026
  • 2
  • 4
  • 8
  • 16
Show Solution

The Correct Option is B

Solution and Explanation

For a quadratic equation \( ax^2 + bx + c = 0 \) to have real and equal roots, the discriminant must be zero.

The discriminant is calculated using the formula: \[ D = b^2 - 4ac \]

For the given equation \( x^2 + 4x + k = 0 \), the coefficients are \( a = 1,\ b = 4,\ c = k \).

Applying the condition for equal roots, we set the discriminant to zero: \[ D = 4^2 - 4(1)(k) = 16 - 4k = 0 \]. Solving for k yields \( 4k = 16 \), which means \( k = 4 \).

Was this answer helpful?
4