InterviewSolution
Saved Bookmarks
| 1. |
Find The Roots Of Quadratic Equation: X2+x - 42 = 0? |
|
Answer»
X(x + 7) - 6(x + 7) = 0 (x + 7)(x - 6) = 0 => x = -7, 6. x2 + 7x - 6x + 42 = 0 x(x + 7) - 6(x + 7) = 0 (x + 7)(x - 6) = 0 => x = -7, 6. |
|