InterviewSolution
Saved Bookmarks
| 1. |
If x = 3, y = 2, then the value of (x + y)(x - y) is?1. 52. 63. 44. 0 |
|
Answer» Correct Answer - Option 1 : 5 Calculation: (x + y)(x - y) = x2 - y2 = 9 - 4 = 5 |
|