InterviewSolution
Saved Bookmarks
| 1. |
Divide ₹ 350 among P, Q and R such that P gets 50% of what Q gets and Q gets 50% of what R gets. |
|
Answer» Let R get x, Q gets 50% of what R gets ∴ Q gets = 50/100 × x = x/2 P gets 50% of what Q gets ∴ P gets = 50/100 x x/2 = x/4 Since 350 is divided among the three ∴ 350 = x + x/2 + x/4 350 = (4x+2x+x)/4 = 7x/4 = 350 x = (350×4)/7 = 200 Q gets = x/2 = 200/2 = 100, P gets = x/4 = 200/4 = 50 ∴ P = 50 Q = 100 R = 200 |
|