

InterviewSolution
Saved Bookmarks
1. |
Check whether the following are quadratic equation.x2 – 2x = (-2) (3 – x) |
Answer» Given: x2 – 2x = -2(3 – x) ⇒ x2 – 2x = -6 + 2x ⇒ x2 – 4x + 6 = 0 is a Q.E. |
|