InterviewSolution
Saved Bookmarks
| 1. |
If (alpha) and(beta) be the roots of the equation ax^2+bx + c=0, find the value of (alpha^(2))/(beta) + (beta^(2))/(alpha) |
|
Answer» `(ab-B^(2)C)/(2b^(2)c)` |
|