InterviewSolution
Saved Bookmarks
| 1. |
Two numbers are in the ratio 3:5. If 9 is subtracted from each, the new numbers are in the ratio 12:23. The smaller number is: |
|
Answer» 33 Let the numbers be 3x and 5x. Then, (3x - 9)/(5x - 9) = 12/23 9x = 99 => x = 11 The smallest number = 3 * 11 = 33. |
|