Difficulty: Easy
Correct Answer: 40
Explanation:
Introduction / Context:
When two numbers are in a given ratio, they can be represented as multiples of a common factor k. Their LCM then depends on both the ratio and k. Given the LCM numerically, we can solve for k and then compute the actual numbers and their sum.
Given Data / Assumptions:
Concept / Approach:
For 2k and 3k, the LCM is 6k (because 2 and 3 are coprime, the LCM of 2k and 3k is lcm(2,3)*k = 6k). Set 6k = 48 to find k. Then compute the numbers and their sum.
Step-by-Step Solution:
Verification / Alternative check:
LCM(16, 24) = 48 indeed (since 16 = 2^4, 24 = 2^3*3, LCM has 2^4*3 = 48). The ratio 16:24 simplifies to 2:3. Everything is consistent.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
40
Discussion & Comments