SOLUTION: You have a three card deck containing a king, a queen , and a jack. You draw a random card, then put it back and draw a second random card. calculate the probability that you

Algebra ->  Probability-and-statistics -> SOLUTION: You have a three card deck containing a king, a queen , and a jack. You draw a random card, then put it back and draw a second random card. calculate the probability that you       Log On


   



Question 143863: You have a three card deck containing a king, a queen , and a jack. You draw a random card, then put it back and draw a second random card.
calculate the probability that you draw exactly one jack.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
You have a three card deck containing a king, a queen , and a jack. You draw a random card, then put it back and draw a second random card.
calculate the probability that you draw exactly one jack.
-----------
Since you replaced the 1st jack the draws are independent.
P(jack, no jack) = P(jack)P(no jack) = 1/3*2/3 = 2/9
---------------
But [jack/no jack] and [no jack/jack] are mutually exclusive events,
So probability of exactly one jack is 2/9 + 2/9 = 4/9
---------
Why?
P(no jacks in two draws) = (2/3)^2 = 4/9
P(two jacks in two draws) = (1/3)^2 = 1/9
So, prop(exactly one jack in two draws) = 1-4/9-1/9 = 4/9
=====================
Cheers,
Stan H.


------