

InterviewSolution
Saved Bookmarks
1. |
The roots of the quadratic equation x2 – 2√3x – 22 = 0 are:(a) imaginary (b) real, rational, equal (c) real, rational, unequal (d) real, irrational, unequal |
Answer» (c) real, rational and unequal. Given equation is x2 – 2√3x – 22 = 0. Discriminant = D = b2 – 4ac (for ax2 + bx + c = 0) = (–2√3)2 – 4(–22) = 12 + 88 = 100 As D > 0 and is a perfect square, the roots are real, rational and unequal. |
|