I recently came across this very cool weighing problem. It's not your usual balance scale problem and it's quite hard, but doable.
There are 13 separate piles of coins. Each pile has 4 identical coins in it. 12 of the piles are all identical to each other, containing the genuine coins. A genuine coin weighs X grams, where X is an integer (important). The 1 pile of counterfeit coins look and feel identical to the genuine coins. But, they weigh X-delta, where delta can be any real number (important), such that 5>=delta>=-5. For example, if X=8, then the counterfeit coins can weigh anywhere from 3 to 13.
You have a digital readout scale that will display a single number for each weighing, accurate to any real number. Your task is to determine X, delta and the pile that contains the counterfeit coins by using the scale only 2 times.
You can return coins to their original piles after each weighing, and you can decide what your next weighing will be based on the result from the first weighing.
Edit on behalf of OP:
Of course if delta=0 the counterfeit pile cannot be identified by weighing.
Edited by bonanova OP requested the delta=0 caveat
Question
Guest
I recently came across this very cool weighing problem. It's not your usual balance scale problem and it's quite hard, but doable.
There are 13 separate piles of coins. Each pile has 4 identical coins in it. 12 of the piles are all identical to each other, containing the genuine coins. A genuine coin weighs X grams, where X is an integer (important). The 1 pile of counterfeit coins look and feel identical to the genuine coins. But, they weigh X-delta, where delta can be any real number (important), such that 5>=delta>=-5. For example, if X=8, then the counterfeit coins can weigh anywhere from 3 to 13.
You have a digital readout scale that will display a single number for each weighing, accurate to any real number. Your task is to determine X, delta and the pile that contains the counterfeit coins by using the scale only 2 times.
You can return coins to their original piles after each weighing, and you can decide what your next weighing will be based on the result from the first weighing.
Edit on behalf of OP:
Of course if delta=0 the counterfeit pile cannot be identified by weighing.
Edited by bonanovaOP requested the delta=0 caveat
Link to comment
Share on other sites
28 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.