I came across this recreational mathematics problem :
You have $100$ coins , one of which is counterfeit. You need to find the false one. To do so , you can give a jeweller some of your coins and he will tell you whether your false coin is among them or not. If it is among them , you pay him $600$ units of money. If it is not among them , you pay $400$ units of money.
If you use the best possible strategy , what is the maximum payment you will make ?
The Correct Answer given [ without Explanation & without Proof ] is $3600$ units of money.
All my attempts led me to $4200$ units of money and I cannot make it less.
My Attempts include trying with Bisection : $50-50$ , $25-25$ & so on , which gives $4200$ units of money.
[[ Putting this here to generate thought & Alternate Answers on this , it is not yet resolved or finished. I suspect that there is no Exact Answer to get 3600 , though My Method might be tweaked to get a little closer to that target ]]
With fibonacci numbers , I am able to use wishy-washy thinking to get a better Cost : less than 4200 , though it is more than 3600 :
Start with 100 coins , split into 45+55 , & give 45 (the smaller set) to weigh , where we might expect that the larger set has higher Probability of having the fake coin.
In Case we are informed that 45 has no fake coin , hence 55 has the fake coin , then take the 55 , make 2 sets like shown below , splitting into fibonacci numbers :
Assumption is that the smaller set (left set) is given to weigh , while the larger set (right set) has higher Probability of having the fake coin. Hence Cost to move to next level is 400.
Other wise , Cost is 600 , but we are able to skip a level to go 2 levels down , overall we are saving 200.
The last level may cost 400 or 600. Hence total is $8 \times 400 + 600 = 3800$ or $9 \times 400 = 3600$
In Case , in the first level itself , we are informed that 45 has the fake coin , then we use the following splits :
Number of levels is less , Hence Overall Cost is less.
Starting with 100 coins , we can "expect" that it will Cost 3600 or 3800 or less.
There is no "guarantee" though.
When we want to OPTIMIZE this Method , we might make it such that $400+400+400=600+600$ , that is :
When we are informed that 2 Consecutive weightings have the fake coin , the number of Potential Coins left must be EQUAL to the Case when we are informed that 3 Consecutive weightings are not having the fake coins.
In other words , 3 Consecutive weightings without fake coins will go down 3 levels , while 2 Consecutive weightings with fake coins should also down 3 levels.
Over-all Cost might work out less than 3600 !
All wishy-washy thinking , still have to refine & finish it !