

InterviewSolution
Saved Bookmarks
1. |
Find the nature of the roots of the following quadratic equation. If real roots exist, find them.2x2 – 3x + 5 = 0 |
Answer» Given: 2x2 – 3x + 5 = 0 a = 2; b = -3; c = 5 Discriminant = b2 – 4ac b2 – 4ac = (-3)2 – 4(2)(5) = 9 – 40 = -31 < 0 ∴ Roots are imaginary. |
|