There are 10 bags of 100 identical coins each. In every bag but one a coin weighs 10 grams. In the single counterfeit bag every coin is off by one gram in the same direction, weighing either 9 or 11 grams. Using a digital scale that reports the exact weight, can you find the counterfeit bag in just one weighing?
Reveal solutionHide solution
#Make each bag answer differently
If you took the same number of coins from two bags, the scale could never tell those two apart, which is the symmetry to avoid. So take a different count from each, namely coins from bag for . The draw uses
coins, which would weigh grams if every coin were genuine.
#Read the deviation
Only the counterfeit bag disturbs the total. You pulled exactly of its coins, each off by one gram in a single direction, so the whole haul is off by exactly grams,
#One weighing is enough
The magnitude names the counterfeit bag, and the sign settles the rest, a negative shift meaning light 9 gram coins and a positive shift meaning heavy 11 gram coins. Because the counts through are distinct, every bag leaves its own signature on the scale, so a single weighing identifies the bag and its defect together.