SOLUTION: Suppose you have a dark closet containing 7 blue shirts, 5 yellow shirts and 8 white shirts. You pick 2 shirts from the closet. Find each probability.
A. P(blue then yellow) wit
Algebra ->
Probability-and-statistics
-> SOLUTION: Suppose you have a dark closet containing 7 blue shirts, 5 yellow shirts and 8 white shirts. You pick 2 shirts from the closet. Find each probability.
A. P(blue then yellow) wit
Log On
Question 16285: Suppose you have a dark closet containing 7 blue shirts, 5 yellow shirts and 8 white shirts. You pick 2 shirts from the closet. Find each probability.
A. P(blue then yellow) with replacing
B. P (blue then yellow) without replacing
C. P (yellow then yellow) with replacing
D. P (yellow then yellow) without replacing Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Suppose you have a dark closet containing 7 blue shirts, 5 yellow shirts and 8 white shirts. You pick 2 shirts from the closet. Find each probability.
------------------
A. P(blue then yellow) with replacing
Because you are replacing the selections are independent.
Although the problem says "then" it really means "and".
--------------------
P(b and y)=P(b)*P(y)=(7/20)*(5/20)=35/400
--------------------
B. P (blue then yellow) without replacing
Now the selections are dependent:
P(b and y)= p(b)*p(y|b) = (7/20)(5/19)=35/380
-----------------------
C. P (yellow then yellow) with replacing
P(y and y)= (7/20(7/20)=49/400
------------------------
D. P (yellow then yellow) without replacing
P(y and y)=P(y)*P(y|y)=5/20 * 4/19= 1/19
----------------
Cheers,
Stan H.