

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