'manpreet singh wrote:Q.1) A lottery game works as follows: The player draws a numbered ball at random from an urn containing five balls numbered 1, 2, 3, 4, and 5. If the number on the first ball drawnis even, the player loses the game and receives no points: if the number on the ball is odd, the player receives the number of points indicated on the ball. Afterward, he or she replaces the ball in the urn and draws again. On each subsequent turn, the player loses the game if the total of all the numbers drawn becomes even, and gets another turn (after receiving the number of points indicated on the ball and then replacing the ball in the urn) each time the total remains odd.
(a) What is the probability that the player loses the game on the third turn?
(b) What is the probability that the player accumulates exactly 7 points and then loses
on the next turn?
soory don't know how question got missed!
This question is a little ambiguous as it stand. I think you mean to say, "
If the very first draw is even then the player loses."
I've amended it above.
(a) What is the probability that the player loses the game on the third turn?
The only way for the player to lose on the 3rd turn is to get the following scenario:
Odd on first draw THEN even on second draw THEN odd on third draw (giving us an even sum and ending the game)
So, P(lose on 3rd turn) = P(odd on 1st draw
AND even on 2nd draw
AND odd on 3rd draw)
= P(odd on 1st draw)
x P(even on 2nd draw)
x P(odd on 3rd draw)
= 3/5 x 2/5 x 3/5
= [spoiler]18/125[/spoiler]
Cheers,
Brent