SOLUTION: A game involves tossing two coins. A player wins $1.00 if both tosses result in heads. What should you pay to play this game in order to make it a fair game? Explain your answer.
Algebra ->
Probability-and-statistics
-> SOLUTION: A game involves tossing two coins. A player wins $1.00 if both tosses result in heads. What should you pay to play this game in order to make it a fair game? Explain your answer.
Log On
Question 474884: A game involves tossing two coins. A player wins $1.00 if both tosses result in heads. What should you pay to play this game in order to make it a fair game? Explain your answer. Answer by Edwin McCravy(20064) (Show Source):
You'll win ¼ of the time so you should pay ¼ of a dollar
or 25 cents to break even in the long run. But here is
the work:
Let y be the amount to pay
Coin Winnings Probability Expectation
tosses or losses of this per game
X P(X) X·P(X)
---------------------------------------------
HH $1-y ¼ (1-y)(¼)
HT -y ¼ -y(¼)
TH -y ¼ -y(¼)
TT -y ¼ -y(¼)
Sum of expectations = 0
(1-y)(¼) - y(¼) - y(¼) -y(¼) = 0
Multiply through by 4
(1-y) - y - y - y = 0
1 - y - y - y - y = 0
1 - 4y = 0
-4y = -1
y = ¼ = .25 = 25 cents
Edwin