Difficulty: Easy
Correct Answer: 240
Explanation:
Introduction / Context:
Ratio problems are efficiently solved by interpreting ratios as parts of a whole. Given both the ratio and the total sum, you can find the value of one part and then scale each term to obtain the actual numbers.
Given Data / Assumptions:
Concept / Approach:
If the numbers are 3k and 4k, then their sum is 7k. Solving for k from the sum and multiplying yields each number. This method generalizes to any ratio-sum combination and avoids trial and error.
Step-by-Step Solution:
Let numbers be 3k and 4k.Sum: 3k + 4k = 7k = 420.Solve for k: k = 420 / 7 = 60.Greater number: 4k = 4 * 60 = 240.
Verification / Alternative check:
Add the two computed values: 3*60 + 4*60 = 180 + 240 = 420, matching the given sum; the ratio 180:240 simplifies to 3:4, confirming correctness.
Why Other Options Are Wrong:
Common Pitfalls:
Dividing 420 by 3 or 4 prematurely; forgetting to divide by the total number of parts (7); mistakenly reporting the smaller number instead of the greater one.
Final Answer:
240
Discussion & Comments