Tag Archives: base 3

Counterfeit Coin in Base 3

Futility Closet presented a nifty method of solving the “counterfeit coin in 12 coins” problem in a way I had not seen before by mapping the problem into numbers in base 3. It wasn’t immediately clear to me how their solution worked, so I decided to write up my own explanation.

Futility Closet: “You have 12 coins that appear identical. Eleven have the same weight, but one is either heavier or lighter than the others. How can you identify it, and determine whether it’s heavy or light, in just three weighings in a balance scale? This is a classic puzzle, but in 1992 Washington State University mathematician Calvin T. Long found a solution ‘that appears little short of magic.’ ”

See Counterfeit Coin in Base 3.

The Weight Problem of Bachet de Méziriac

The following is a famous problem of Bachet as recounted by Heinrich Dörrie in his book 100 Great Problems of Elementary Mathematics:

“A merchant had a forty-pound measuring weight that broke into four pieces as the result of a fall. When the pieces were subsequently weighed, it was found that the weight of each piece was a whole number of pounds and that the four pieces could be used [in a balance scale] to weigh every integral weight between 1 and 40 pounds [when we are allowed to put a weight in either of the two pans]. What were the weights of the pieces?

(This problem stems from the French mathematician Claude Gaspard Bachet de Méziriac (1581-1638), who solved it in his famous book Problèmes plaisants et délectables qui se font par les nombres, published in 1624.)”

The problem has a nice solution using ternary numbers. See the Weight Problem of Bachet.

(Update 4/10/2019) Continue reading