InterviewSolution
Saved Bookmarks
| 1. |
If alpha,beta are the roots of ax^(2)+bx+c=0, find the value of (i) ((alpha)/(beta)-(beta)/(alpha))^(2) (ii) (alpha^(3))/(beta)+(beta^(3))/(alpha). |
|
Answer» (ii) `(b^(4)+2A^(2)c^(2)-4ab^(2)c)/(a^(3)c)`. |
|