drolle
Member
Here's one of my favourite questions that I've ever solved -- it lasted for weeks of a few minutes a day!
It's actually a modified (by me!) version of a very well known type of question, the "find the counterfeit coin in x weighings with a balance scale" question.
I found it in a puzzle book, but I changed it a bit to make it harder. So here it is:
Say you have a pile coins, that all appear identical, and a balance scale. You know that one and only one is counterfeit, and that the counterfeit coin is either heavier or lighter than the others.
If there are a small number of coins, say 5, you can find the counterfeit coin easily in three weighings on the balance scale. But what if there's more? It gets harder and harder to solve. So the question is, what is the maximum number of coins (call it X) which allows you to always be able to find the counterfeit coin in 3 or less weighings, how do you do it with X coins, and prove that you can't always do it with X+1 coins.
If this is too difficult, start with only 2 weighings (it's harder than it sounds!), then work up to 3. Once you've done 3, try 4, and even 5 weighings! Each one has a new trick that you have to use to find the counterfeit, that's one of the reasons I love this problem.
Then, find a formula for the value of X, when you're allowed N weighings. (this is probably the easiest part of the problem)
Then, if you're still after more (by this point I'd been working on the problem for a very long time, but I was enjoying it so much I wanted to make it harder) write an algorithm for finding the counterfeit coin that will work for any number of weighings!
If any of this is unclear, let me know. Please post your thoughts on this problem, and I'd be very interested to see if anyone solves the whole thing or even part of it! (my maths teachers couldn't get past even the first part)
I'm sure people will want to post their comments / solutions on this thread (unless it turns out I'm the only one weird enough to do this kind of problem for fun), so I'd advise against reading too much further untill you've tried the problem yourself.
Enjoy!
EDIT:
Given that so far only spice girl and blackjack have responded to this question so far, I'm guessing a lot of people are putting it in the "too hard" basket.
If you fall into that catagory, here is one of the easier permutations of the question for you: if you are given 4 coins and told that one is counterfeit, can you figure out how to identify it in only 2 weighings?
Also I forgot to say explicitly that you are not allowed to use anything other than the coins in the pile (ie no other weights or reference coins).
It's actually a modified (by me!) version of a very well known type of question, the "find the counterfeit coin in x weighings with a balance scale" question.
I found it in a puzzle book, but I changed it a bit to make it harder. So here it is:
Say you have a pile coins, that all appear identical, and a balance scale. You know that one and only one is counterfeit, and that the counterfeit coin is either heavier or lighter than the others.
If there are a small number of coins, say 5, you can find the counterfeit coin easily in three weighings on the balance scale. But what if there's more? It gets harder and harder to solve. So the question is, what is the maximum number of coins (call it X) which allows you to always be able to find the counterfeit coin in 3 or less weighings, how do you do it with X coins, and prove that you can't always do it with X+1 coins.
If this is too difficult, start with only 2 weighings (it's harder than it sounds!), then work up to 3. Once you've done 3, try 4, and even 5 weighings! Each one has a new trick that you have to use to find the counterfeit, that's one of the reasons I love this problem.
Then, find a formula for the value of X, when you're allowed N weighings. (this is probably the easiest part of the problem)
Then, if you're still after more (by this point I'd been working on the problem for a very long time, but I was enjoying it so much I wanted to make it harder) write an algorithm for finding the counterfeit coin that will work for any number of weighings!
If any of this is unclear, let me know. Please post your thoughts on this problem, and I'd be very interested to see if anyone solves the whole thing or even part of it! (my maths teachers couldn't get past even the first part)
I'm sure people will want to post their comments / solutions on this thread (unless it turns out I'm the only one weird enough to do this kind of problem for fun), so I'd advise against reading too much further untill you've tried the problem yourself.
Enjoy!
EDIT:
Given that so far only spice girl and blackjack have responded to this question so far, I'm guessing a lot of people are putting it in the "too hard" basket.
If you fall into that catagory, here is one of the easier permutations of the question for you: if you are given 4 coins and told that one is counterfeit, can you figure out how to identify it in only 2 weighings?
Also I forgot to say explicitly that you are not allowed to use anything other than the coins in the pile (ie no other weights or reference coins).
Last edited: