Difficulty: Medium
Correct Answer: 170
Explanation:
Introduction / Context:
This question continues the theme of identifying impossible totals from a small set of weights. Candidates must be comfortable enumerating possible sums and recognizing which target value cannot be formed when each box can be used at most once. It is a typical numerical reasoning task.
Given Data / Assumptions:
Concept / Approach:
We again use systematic listing: compute all sums of one box, then of each pair, then of each triple, and finally of all four boxes together. After collecting all distinct totals, we compare them with the answer choices. The number that does not appear in the list is impossible.
Step-by-Step Solution:
Step 1: Single-box totals are 20, 30, 60 and 70 kilograms. Step 2: Two-box totals: 20 + 30 = 50, 20 + 60 = 80, 20 + 70 = 90, 30 + 60 = 90, 30 + 70 = 100 and 60 + 70 = 130 kilograms. Step 3: Three-box totals: 20 + 30 + 60 = 110, 20 + 30 + 70 = 120, 20 + 60 + 70 = 150 and 30 + 60 + 70 = 160 kilograms. Step 4: Four-box total: 20 + 30 + 60 + 70 = 180 kilograms. Step 5: Collecting distinct totals gives 20, 30, 50, 60, 70, 80, 90, 100, 110, 120, 130, 150, 160 and 180 kilograms. Step 6: The options are 180, 170, 120 and 150. Only 170 kilograms does not appear in the achievable totals.Verification / Alternative check:
To confirm that 170 kg is impossible, try constructing it. The largest three-box total is 30 + 60 + 70 = 160 kg. Adding the remaining 20 kg gives 180 kg, which exceeds 170. No two-box combination equals 170 either, because 70 + 60 = 130 and 70 + 30 = 100. Hence, 170 kg cannot be formed using these weights once each.
Why Other Options Are Wrong:
Option 180 kg is equal to the sum of all four boxes.
Option 120 kg is obtained as 20 + 30 + 70.
Option 150 kg can be formed as 20 + 60 + 70.
Common Pitfalls:
Some test takers may assume that any number between the smallest and largest total is possible, which is not true when only specific weights are available. Others may forget three-box combinations. A neat table of all one, two, three and four box sums avoids such mistakes.
Final Answer:
The total weight that cannot be formed is 170 kilograms.
Discussion & Comments