

InterviewSolution
Saved Bookmarks
1. |
If the equation x2 + 4x + k = 0 has real and distinct roots, thenA. k < 4 B. k > 4 C. k ≥ 4 D. k ≤ 4 |
Answer» If roots of given equation are real and distinct then D = b2 – 4ac > 0 Here a = 1, b = 4 and c = k So, 42 – 4 (1) (k) >0 16 – 4k > 0 16 > 4k K< 4 |
|