InterviewSolution
Saved Bookmarks
| 1. |
How to write a quadratic equation which is having -2 and 1 as the root |
|
Answer» X2 + x -2 ={X^2 - (alpha + beta ) x +(alpha×beta ) = x^2 - (-2+1)x + (-2×1)=x^2 + x - 2 X²-2x+1 |
|