

InterviewSolution
Saved Bookmarks
1. |
Without solving, determine whether the following equations have real roots or not. If yes, find them:2x2 - 4x + 3 = 0 |
Answer» d = b2 – 4ac d = (–4)2 – 4 (2) (3) d = 16 – 24 d = –8 Since, d < 0, no real roots exist for the given equation. |
|