InterviewSolution
Saved Bookmarks
| 1. |
If the roots of ax^(2)+ax+c=0are in the ratio p : q, then sqrt((p)/(q)) +sqrt((q)/(p))=0 |
|
Answer» `SQRT((a^(2))/(c ))` |
|