InterviewSolution
Saved Bookmarks
| 1. |
If alpha, beta , gamma are the roots of the equation x^3+px^2+qx+r=0 . Find the value of the following in terms of coefficients. (i) sum1/(betar) (ii) sum1/alpha (iii) sumalpha^2beta |
|
Answer» (II) `-q/r` (III) `3r-pq` |
|