Lawrence, Peter and Richard play a game in which four coins are tossed. Lawrence wins if there is 0 or 1 head. Peter wins if there are 2 heads. Richard wins if there are 3 or 4 heads.
Find the probability that
(ai) Richard will win the game,
P(Richard Wins)
= (4C0)[(1/2)^0]*[(1/2)^4] + (4C1)[(1/2)]*[(1/2)³]
= 1*1*(1/16) + 4*(1/2)(1/8) = 1/16 + 4/16 = 5/16
(aii) Peter will win the game,
P(Peter Wins)
= (4C2)[(1/2)²]*[(1/2)²] = 6*(1/4)*(1/4) = 6/16 = 3/8
(b) The game is played twice. Find the probability that Lawrence will win one of the two games.
First calculate the probability that Lawrence will win if one game is played.
P(Lawrence Wins)
= (4C3)[(1/2)³]*[(1/2)] + (4C4)[(1/2)^4]*[(1/2)^0]
= 4*(1/8)*(1/2) + 1*(1/16)*1 = 4/16 + 1/16 = 5/16
______________
Now calculate the probability that if two games are played, Lawrence will win one of the games.
I interpret this to mean he will win at least one game.
P(Lawrence Wins) = 1 - P(Lawrence Loses both games)
= 1 - (1 - 5/16)² = 1 - (11/16)² = 1 - 121/256 = 135/216
If you meant win exactly one game then:
P(Lawrence Wins) = (2C1)(1 - 5/16)(5/16)
= 2(11/16)(5/16) = 110/256 = 55/128
2007-10-03 23:32:43
·
answer #3
·
answered by Northstar 7
·
0⤊
0⤋
If a coin is flipped four times, determine the probability that it will land heads x times:
Example (two coins): Favorable outcomes: 1 -- HH
Possible outcomes: 4 -- HH, HT, TH, TT
Thus, the probability that the coin will land heads both times is 1 out of 4 .
Pwin(Richard)=(TTTT, HTTT, THTT, TTHT, TTTH)/(TTTT,TTTH,TTHT,THTT,HTTT,TTHH, THHT, HHTT, HTTH, HHHT, THHH, HHHH, HTHH, HHTH, THTH, HTHT)
= 5/16
Pwin(Peter)=(HHTT,THHT,TTHH,HTHT, HTTH, THTH)/(TTTT,TTTH,TTHT,THTT,HTTT,TTHH, THHT, HHTT, HTTH, HHHT, THHH, HHHH, HTHH, HHTH, THTH, HTHT)
=3/8
Pwin(Lawrence)=(HHHT, HHTH, HTHH, THHH, HHHH)/(TTTT,TTTH,TTHT,THTT,HTTT,TTHH, THHT, HHTT, HTTH, HHHT, THHH, HHHH, HTHH, HHTH, THTH, HTHT)
=5/16
Pwin(Lawrence)(one of two games)=(5/16)(11/16)=55/128
(5/16) is one win.
(11/16) is one loss.
2007-10-03 21:53:00
·
answer #4
·
answered by "Steve Jobs" 3
·
0⤊
0⤋