InterviewSolution
Saved Bookmarks
| 1. |
If alpha, beta in R, are the roots of the equation ax^(2)+bx+c=0, k in R lies between alpha and beta, if : |
|
Answer» `a^2k^2+bk+clt0` |
|