

InterviewSolution
Saved Bookmarks
1. |
Find (x + y) ÷ (x – y), if x = (2/3), y = (3/2). |
Answer» Given x = (2/3), y = (3/2) (x + y) ÷ (x – y) = ((2/3) + (3/2)) ÷ ((2/3) – (3/2)) = (4 + 9)/6 ÷ (4 – 9)/6 = (4 + 9)/6 × (6/ (4 – 9) = (4 + 9)/ (4 -9) = (13/-5) |
|