Difficulty: Medium
Correct Answer: 33
Explanation:
Problem restatementOriginal numbers are 3k and 5k. After subtracting 9 from each, the ratio becomes 12 : 23. Find the smaller original number.
Given data
Concept/ApproachCross-multiply to solve for k, then compute 3k.
Step-by-step calculation 23(3k − 9) = 12(5k − 9) 69k − 207 = 60k − 108 9k = 99 ⇒ k = 11 Smaller number = 3k = 33
Verification/AlternativeCheck new ratio: (33 − 9) : (55 − 9) = 24 : 46 = 12 : 23.
Common pitfalls
Final Answer33
Discussion & Comments