

InterviewSolution
Saved Bookmarks
1. |
Find the value of following if x = 1 and y = o.(i) 2x + 2y(ii) 2x2 + y2 +1(iii) 2x2y + 2x2y2 +y2(iv) x2 + xy + 5 |
Answer» (i) In (2x + 2) put x = 1 and y= 0 (ii) In (2x2 + y2 + 1) put x = 1 and y = 0 (iii) In (2x2y+ 2x2y2 +2) put x = 1 and y = 0 (iv) In (x2 + xy + 5) put x = 1 and y = 0 |
|