![]() |
VOOZH | about |
You are provided with 8 identical balls and a measuring instrument. 7 of the eight balls are equal in weight, and one of the eight given balls is defective and weighs less. The task is to find the defective ball in exactly two measurements.
Solution:
Step 1: Divide the balls into three categories(C1, C2 and C3).
Step 2:
Put C1 on one side of the weighing machine and C2 on the other. This can give rise to 3 conditions:
Now let's analyse the three conditions to find the defective ball:
Condition 1: If C1 is equal to C2, then C3 has the defective ball. Now measure the weights of ball B7 and B8.
Condition 2:
If C1 < C2, then C1 has the defective ball. Now measure the weights of ball B1 and B2.
Condition 3:
If C1 > C2, then C2 has the defective ball. Now measure the weights of ball B4 and B5.