

InterviewSolution
Saved Bookmarks
1. |
Fill in the blanksIf the quadratic equations `x^2+a x+b=0a n dx^2+b x+a=0(a!=b)`have a common root, then the numerical value of `a+b`is ________. |
Answer» Correct Answer - A Given equations are `x^(2)+ax+b=0` and `x^(2)+bx+a=0` have common root On subtracting above equations, we get `(a-b)x+(b-a)=0` `implies x=1` `thereforex=1` is the common root. `impliesa+a+b=0` `impliesa+b=-1` |
|