

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