Optimization — Weighing Scale Logic
Question
Seven cubes are identical in shape. Out of these, the weight of each of the six cubes is equal and the weight of the remaining cube is less than the weight of any other cube. A balance is used to identify the lightest cube. What is the minimum number of attempts required to distinguish the odd cube with certainty? [cite: 4060, 4061, 4062]
Options
2
3
4
1
Explanation
To optimize the identification of a lighter item using a simple two-pan balancing scale, split the group into three components rather than two (ternary search logic)[cite: 4060, 4061, 4062].
Thus, a maximum of 2 attempts guarantees identifying the defective lighter cube with absolute certainty under any scenario.
Answer: (a).
Question details
Year
2026
Paper
CSAT
Question
Q31
Section
Logical Reasoning
Sub-topic
Matrix Puzzle
Type
Series & Pattern
Difficulty
Medium
Source hint
Weighing balance — binary and ternary search algorithms
See all questions on Matrix Puzzle
Browse every tagged question across all years