InterviewSolution
Saved Bookmarks
| 1. |
Find x,y if (x+y1) = (1, x-y) |
|
Answer» SOLUTION :`therefore x + y =1 , x-y = 1` `therefore` 2x = 2 or , x=1 `therefore` y = 0 |
|