InterviewSolution
Saved Bookmarks
| 1. |
If the equation x^(2) + bx + ca = 0 and x^(2) + cx + ab = 0 have a common root and b ne c , then their other roots will satisfy the equation |
|
Answer» `x^(2) + (B + c) x + BC = 0` |
|