InterviewSolution
Saved Bookmarks
| 1. |
If ` p : q :r :s = 3 : 4 : 7 : 8 and p+s=55`, then find q + r.A. 33B. 55C. 44D. 66 |
|
Answer» Correct Answer - B Let p, q, r and s be 3x, 4x, 7x and 8x. |
|