All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Probability
Six hundred coins (Posted on 2006-12-22) Difficulty: 2 of 5
I created six hundred coins. I tell you that each is red on one side, but may be red or blue on the other side. I flip each coin, and show you the resulting colors. You count 400 red and 200 blue. What is your best estimate of the number of coins that are red on both sides?

I flipped all the same coins again, and you count 350 red and 250 blue. How should you modify your estimate?

  Submitted by Tristan    
Rating: 4.5000 (2 votes)
Solution: (Hide)
Let B be the number of coins that are blue on one side.
Let R be the number of coins that are red on both sides.

It would be impossible to solve this problem without some sort of assumption of the probability distribution of B or R. We will assume that B is a random integer between 0 and 600, evenly distributed.

The first question is obvious. The number of blue coins showing most likely makes up about half of B. Therefore, the best estimate is B = 400 and R = 200.

The second question is not so obvious. We must consider each possible value of B, and multiply the probability of that particular value of B by the probability that such a value would result in the colors we see.

probability = p(B) = 1/601 * C(B,200)/2^B * C(B,250)/2^B
C(a,b) is the combination function: C(a,b) = a!/((a-b)!b!)

The most likely value of B is the one that gives the maximum probability. One good way of finding the maximum probability is by finding the highest value of B usch that p(B)/p(B-1) is greater than 1.

p(B)/p(B-1) > 1
B^2/(B-200)/(B-250)/4 > 1 (where B >= 250)
B^2 > 4B^2 - 1800B + 200000
0 > 3B^2 - 1800B + 200000
B < ( 1800 + SQRT(1800^2 - 4 * 3 * 200000) )/6
B < 452.7525

Therefore the most likely B is 452, and R is 148.

Comments: ( You must be logged in to post comments.)
  Subject Author Date
Puzzle ThoughtsK Sengupta2023-05-12 01:52:06
No subject 2John zadeh2007-06-25 22:30:54
No SubjectJohn zadeh2007-06-25 22:29:04
Good One!!alex2007-04-11 10:57:41
coinsDave2006-12-24 06:33:59
For question 1...Caz2006-12-23 02:46:10
re: WrongJoel2006-12-23 01:13:04
Hints/TipsWrongTristan2006-12-22 21:23:11
re(2): I might think you cheated.Jer2006-12-22 15:03:08
Some Thoughtsre: I might think you cheated.Federico Kereki2006-12-22 14:13:46
SolutionI might think you cheated.Jer2006-12-22 11:42:40
Some ThoughtsNot so fastSteve Herman2006-12-22 09:59:11
SolutionAnswersOld Original Oskar!2006-12-22 08:53:33
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (6)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information