

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