Jump to content
BrainDen.com - Brain Teasers
  • 0

Balancing Gold Coins


gavinksong
 Share

Question

15 answers to this question

Recommended Posts

  • 0

First, I define Restricted and Unrestricted coins, then describe and prove the algorithm for Restricted coins. Next, I request a slight tweak to the OP conditions--one additional coin known to be good. Then comes the definition of the procedure for Unconstrained coins, followed by the edge case (how many coins with only one weighing), and the formula for the Unconstrained case, since the OP requests the Unconstrained formula. 
Then come the first few values.

  Reveal hidden contents


  Reveal hidden contents
Link to comment
Share on other sites

  • 0
  On 8/10/2017 at 2:44 PM, BMAD said:
  Reveal hidden contents

 

Expand  

I think I see the intuition behind that guess, but alas that is not it. Counterexample in the spoiler.

  Reveal hidden contents

 

Link to comment
Share on other sites

  • 0
  On 8/10/2017 at 3:02 PM, gavinksong said:

I think I see the intuition behind that guess, but alas that is not it. Counterexample in the spoiler.

  Reveal hidden contents

 

Expand  

I don't see how that's possible if we don't know whether the fake is heavier or lighter in advance. 

Link to comment
Share on other sites

  • 0
  On 8/11/2017 at 10:03 AM, BMAD said:

I don't see how that's possible if we don't know whether the fake is heavier or lighter in advance. 

Expand  

I will confirm that it is possible even when it is not known whether the fake is lighter or heavier.

In your first guess, you had a power of two, which makes me think you were inspired by binary search. Remember that a balance scale has three possible outcomes.

Even then, the answer is not as simple as 3^n/2.

Edited by gavinksong
Link to comment
Share on other sites

  • 0

The maximum number of coins for the solution is 3.  This is basically what you arrive at when deriving the odd coin in a group of 12 ,allowing only 3 weighings, the maximum number for a solution is 3.      Bottom line is that step 1) taking 1/3 of the coins on each pan and leaving 1/3 off. If they balance then step 2) divide those  previously left off again into 1/3 on each pan and 1/3 off.  3) You will continue this until you are down to 3 coins.  Then 1 on each pan , if they balance then the one left off is the odd coin.    A)  Now if at any time the number of coins is not evenly divisible by 3 ,then the left over coins go in the pile left off.    B) If at any time during the early stages the pans do not balance , you will remove the right pan coins and divide the left pan into half placing 1/2 on each pan...they balance ,then the odd is obviously in the group removed from the right pan and  start again at step 2)    Now if they do not balance repeat B)   

Link to comment
Share on other sites

  • 0
  On 8/11/2017 at 5:00 PM, Donald Cartmill said:

The maximum number of coins for the solution is 3.

Expand  

I'm sorry if I wasn't clear. I was asking for an answer in terms of N (number of weighings allowed).

After all, the maximum number of coins from which you can pick out the fake is not constant and in fact increases with N.

  On 8/11/2017 at 5:00 PM, Donald Cartmill said:
  Reveal hidden contents

 

Expand  

On the other hand, the method you outlined is a reasonable first attempt. You do have one blind spot...

  Reveal hidden contents

It is possible to calculate the maximum number of coins your method could work for (in terms of N).

  Reveal hidden contents

There is a more efficient method that works for larger numbers of coins.

P. S. It is common to hide any revealing content inside spoilers (like I did above). The "eye" icon on the very left of the toolbar allows you to insert them into your responses.

Edited by gavinksong
wording
Link to comment
Share on other sites

  • 0

[spoiler=answer maybe]in N weighings, can distinguish bad coin out of M=Sum(3^i), i=0...N-1

Can't always tell whether heavy or light[/spoiler]

[spoiler=Background: restricted vs unrestricted]if you weigh coins in the balance scale, and the Left pan is heavy, then the coins in that pan are "restricted": each one is either Good or Heavy, while the coins in the other pan are restricted as either Good or Light. I abbreviate "heavy or good" as "H", and "light or good" as "L". 

We can distinguish among 3^N restricted coins in N weighings. 

[/spoiler]

[spoiler=Strategy]However, we are starting with coins we know nothing about (and maybe one coin known to be good)

So we will weigh a number of coins (p), leaving some of them (q) unweighed. Once you weigh the first batch, they become restricted, and you can resolve one of them in ceil(log base 3 (p)).  If they balanced, then you have N-1 weighings to resolve the remaining q coins. So our initial task when approaching a set of coins is to choose p and q so that the number of weighings for p restricted coins equals number of weighings for q unrestricted coins. [/spoiler]

Link to comment
Share on other sites

  • 0
  On 8/13/2017 at 5:50 PM, CaptainEd said:
  Reveal hidden contents

 

Expand  

This is actually correct! Another way to write it:

  Reveal hidden contents

However, your rationale has a few loose ends. I am interested in seeing your full solution.

  Reveal hidden contents

Equivalently, what is an explicit algorithm?

Link to comment
Share on other sites

  • 0
  On 8/16/2017 at 7:50 PM, CaptainEd said:

First, I define Restricted and Unrestricted coins, then describe and prove the algorithm for Restricted coins. Next, I request a slight tweak to the OP conditions--one additional coin known to be good. Then comes the definition of the procedure for Unconstrained coins, followed by the edge case (how many coins with only one weighing), and the formula for the Unconstrained case, since the OP requests the Unconstrained formula. 
Then come the first few values.

  Reveal hidden contents

 

  Reveal hidden contents
Expand  

Congratulations! Unfortunately, the answer changes if I grant you this boon, so request denied.

But no worries! You've still solved it. The only thing that changes...

  Reveal hidden contents

And so the answer becomes the one you initially gave.

I'd also like to give my own explanation of the recursive step for "constrained" coins. Some may find it interesting and/or more intuitive.

  Reveal hidden contents

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...