

InterviewSolution
Saved Bookmarks
1. |
If x = 4 and y = 2 then find the value of x2 – y2. |
Answer» In (x2 – y2) put x = 4 and y = 2 x2 – y2 = (4)2 – (2)2 = 16 – 4 = 12 |
|