

InterviewSolution
Saved Bookmarks
1. |
Find (x + y) ÷ (x – y), if x = (5/4), y = (-1/3). |
Answer» Given x = (5/4), y = (-1/3) (x + y) ÷ (x – y) = ((5/4) + (-1/3)) ÷ ((5/4) – (-1/3)) = (15 – 4)/12 ÷ (15 + 4)/12 = (15 – 4)/12 × (12/ (15 + 4) = (15 – 4)/ (15 + 4) = (11/19) |
|