You have in front of you two identical chests ( on the exterior ). You are told that one chest contains 1 0 0 silver coins and the other contains 5 0 silver and 5 0 gold coins. You are then blindfolded and asked to pick a chest at random and draw a coin: Its a silver coin - its yours to keep, so you place it in your pocket. To your surprise you are then given a second chance! If you draw a gold coin you keep the entire contents of the chest; if not, you get the coins you drew. What is the ( what I'm naming ) relative likelihood " R " you draw a gold coin if you switch chests vs. stay for the next draw?
Calculate:
R = P ( Gold ∣ Stay ) P ( Gold ∣ Switch )
R = b a , where a and b are positive coprime integers.
Enter a + b
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The only wrong thing is you should have asked for the probability, not the odds. Probability is a/b, odds is n:k (n-to-k) =n/(n+k). For example, 1:1 odds=1/(1+1)=1/2
Log in to reply
The thing is... what I'm asking isn't the probability either ( it cant be- its greater than 1 ). Perhaps I have misinterpreted the definition of "Odds". If we roll a 6 sided dice the Odds of rolling a 6 are 1:5
Odds = P ( not rolling 6 ) P ( rolling 6 ) = 6 5 6 1 = 5 1 = 1 : 5
So why in this case are the Odds not 5 0 9 9 : 1
In the meantime I've changed the wording to asking for the relative likelihood, and provide that definition. Maybe that bandages the issue?
Problem Loading...
Note Loading...
Set Loading...
Calculate P ( Gold ∣ Stay )
On the first draw the probability that you chose the the chest containing 5 0 / 5 0 Gold & Silver mix is:
P ( G&S ∣ Silver ) = P ( G&S mix ) ⋅ P ( Silver ) + P ( All Silver ) ⋅ P ( Silver ) P ( G&S mix ) ⋅ P ( Silver ) = 2 1 ⋅ 2 1 + 2 1 ⋅ 1 2 1 ⋅ 2 1 = 3 1
Intuitively you can arrive at this by only considering the coins ( not the chest ) and noting that mixed chest has 1 0 0 + 5 0 5 0 = 3 1 of all Silver coins.
Thus;
P ( Gold ∣ Stay ) = P ( G&S ∣ Silver ) ⋅ P ( Gold in Mix ) = ( 3 1 ) ⋅ ( 9 9 5 0 )
Calculate P ( Gold ∣ Switch )
Using the compliment the probability you initially drew a coin from the chest containing 1 0 0 Silver coins is:
P ( All Silver ∣ Silver ) = 3 2
So the probability of drawing a gold after the switch ( noting that P ( Gold in Mix ) = 1 0 0 5 0 since the first draw was from the other chest ) :
P ( Gold ∣ Switch ) = P ( All Silver ∣ Silver ) ⋅ P ( Gold in Mix ) = ( 3 2 ) ⋅ ( 1 0 0 5 0 )
Finally;
R = P ( Gold ∣ Stay ) P ( Gold ∣ Switch ) = 5 0 9 9
and
a + b = 9 9 + 5 0 = 1 4 9
P.S. If I have this problem wrong please speak up or report.