

InterviewSolution
Saved Bookmarks
1. |
State whether the statement given are True or False.Sum of x2 + x and y + y2 is 2x2 + 2y2. |
Answer» False. Sum of x2 + x and y + y2 = (x2 + x) + (y + y2) = x2 + y2 + x + y |
|