

InterviewSolution
Saved Bookmarks
1. |
State whether the statement are true or false.The equations x + 1 = 0 and 2x + 2 = 0 have the same solution. |
Answer» True. Consider equations x + 1 = 0 So, x = -1 Consider the equation, 2x + 2 = 0 Divide both the side by 2, Then we get, x + 1 = 0 Therefore, x = – 1 |
|