

InterviewSolution
Saved Bookmarks
1. |
If `alpha,beta` are the roots of the equation `ax^2 + bx+c=0` then the roots of the equation `(a + b + c)x^2-(b + 2c)x+c=0` areA. cB. d - cC. 2cD. 0 |
Answer» Correct Answer - 2,4 Let ` f(x) = x^(2) + ax + b `. Then ` x^(2) + (2c + a) x + c^(2) + ac + b = f(x + c)` Thus, the roots of f (x + c) = 0 will be 0, d - c . |
|