InterviewSolution
Saved Bookmarks
| 1. |
Divide the sum of `8/3` and `4/7` by the product of `-3/7` and `14/9` |
|
Answer» Sum of `8/3` and `4/7 = 8/3+4/7 = (56+12)/21 = 68/21` Product of `-3/7` and `14/9 = -3/7 xx14/9 = -2/3` Now, `(68/21)/(-2/3) = 68/21 xx -3/2 = -34/7`, which is the required solution. |
|