InterviewSolution
Saved Bookmarks
| 1. |
P, Q And R Have Rs.6000 Among Themselves. R Has Two-thirds Of The Total Amount With P And Q. Find The Amount With R? |
|
Answer»
r = 2/3 (total amount with P and Q) r = 2/3(6000 - r) => 3r = 12000 - 2r => 5r = 12000 => r = 2400. Let the amount with R be Rs.r r = 2/3 (total amount with P and Q) r = 2/3(6000 - r) => 3r = 12000 - 2r => 5r = 12000 => r = 2400. |
|