

InterviewSolution
Saved Bookmarks
1. |
Find whether the following quadratic equations have a repeated root :y2 - 6y + 6 = 0 |
Answer» Repeated roots mean d = 0. d = b2 – 4ac d = (–6)2 – 4(1)(6) d = 36 – 24 d = 12 ∴ roots are not repeated. |
|