Question: I am going to play a card game. I get 5 chances to draw an Ace from a 52 card deck. Each time I draw, I do not place the drawn card back into the deck. The game is over when either I draw an Ace, or I have drawn 5 cards without drawing an Ace. It costs me $1 to play. If I draw the Ace of spades, I win $50, if I draw any other Ace I win $10. What is the probability I will draw an Ace (other than spades) and the probability I will draw the Ace of spades.
Solution:
By classical definition of probability let's find probabilities P(A1),P(A2) of events A1,A2 ..
A1= "Draw an A at the 1st turn", P(A1)=521
A2= "Draw an A at the 2nd turn" ≡ "draw no ace at the first turn and then draw A at the second one", P(A2)=5248⋅511=2214 .
By analogy,
A3= "Draw an A at the 3rd turn", P(A3)=5248⋅5147⋅501=552594 .
A4= "Draw an A at the 4th turn", P(A4)=5248⋅5147⋅5046⋅491=2707254324 .
A5= "Draw an A at the 5th turn", P(A5)=5248⋅5147⋅5046⋅4945⋅481=2165803243 .
Since A= "Draw an A♠ " = A1∪A2∪A3∪A4∪A5
is the union of mutually exclusive events A1,A2,A3,A4,A5
then
P(A)=P(A1)+P(A2)+P(A3)+P(A4)+P(A5)=521+2214+552594+2707254324+2165803243=541454618≈0.09.
Let B be the event "draw no ace". Its probability is
P(B)=5248⋅5147⋅5046⋅4945⋅4844=5414535673
Consider event C= "Draw an ace, but not A♠ " = "Draw any ace" \ "Draw A♠ " = (U \B)A.
Here U is the sample space. Therefore, according to additivity of probability of mutually exclusive events we have
P(C)=1−P(B)−P(A)=1−5414535673−541454618=5414513854≈0.26.
Answer: P("Draw an ace, but not A♠")=5414513854≈0.26 ;
P("Draw A♠")=541454618≈0.09.
Comments