InterviewSolution
Saved Bookmarks
| 1. |
Find the condition that the roots of the equation x^3-px^2+qx-r=0 are in Harmonic Progression (HP).It is known that if any three terms a, b,c have a common difference and are in increasing or decreasing order, they are in Arithmetic Progression (AP) and their reciprocals 1/a,1/b,1/care in HP. |
|
Answer» `27r^2-9pqr-2q^3=0` |
|