Difficulty: Medium
Correct Answer: 30
Explanation:
Introduction / Context:
This problem links three numbers using two ratios. Converting both to a single parameter lets you express all three numbers consistently and then use the total to solve for that parameter.
Given Data / Assumptions:
Concept / Approach:
Let First = 2a, Second = 3a. Also Second = 5b, Third = 3b. Equate Second values to connect a and b, then write all three in terms of b and use the sum to solve for b.
Step-by-Step Solution:
3a = 5b ⇒ a = 5b/3.First = 2a = 10b/3; Second = 5b; Third = 3b.Sum = 10b/3 + 5b + 3b = (10/3 + 8)b = 34b/3 = 68.b = 68 * 3 / 34 = 6; Second = 5b = 30.
Verification / Alternative check:
Numbers are 10b/3 = 20, 5b = 30, 3b = 18; total = 68 and ratios 2 : 3 and 5 : 3 hold.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
30
Discussion & Comments