

InterviewSolution
Saved Bookmarks
1. |
Find whether the following quadratic equations have a repeated root :9x2 - 12x + 4 = 0 |
Answer» Repeated roots mean d = 0. d = b2 – 4ac d = (–12)2 – 4(9)(4) d = 144 – 144 d = 0 Yes, roots are repeated. |
|