

InterviewSolution
Saved Bookmarks
1. |
Divide the sum of 65/12 and 12/7 by their difference. |
Answer» The sum is = 65/12 + 12/7 The difference is = 65/12 – 12/7 When we divide, = (65/12 + 12/7) / (65/12 – 12/7) = ((65×7 + 12×12)/84) / ((65×7 – 12×12)/84) = ((455+144)/84) / ((455 – 144)/84) = (599/84) / (311/84) = 599/84 × 84/311 = 599/311 |
|