document.write( "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.
\n" );
document.write( " A. P(blue then yellow) with replacing
\n" );
document.write( " B. P (blue then yellow) without replacing
\n" );
document.write( " C. P (yellow then yellow) with replacing
\n" );
document.write( " D. P (yellow then yellow) without replacing \n" );
document.write( "
Algebra.Com's Answer #47504 by stanbon(75887) ![]() 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. \n" ); document.write( "------------------ \n" ); document.write( "A. P(blue then yellow) with replacing \n" ); document.write( "Because you are replacing the selections are independent. \n" ); document.write( "Although the problem says \"then\" it really means \"and\". \n" ); document.write( "-------------------- \n" ); document.write( "P(b and y)=P(b)*P(y)=(7/20)*(5/20)=35/400 \n" ); document.write( "-------------------- \n" ); document.write( "B. P (blue then yellow) without replacing \n" ); document.write( "Now the selections are dependent: \n" ); document.write( "P(b and y)= p(b)*p(y|b) = (7/20)(5/19)=35/380 \n" ); document.write( "----------------------- \n" ); document.write( "C. P (yellow then yellow) with replacing \n" ); document.write( "P(y and y)= (7/20(7/20)=49/400 \n" ); document.write( "------------------------ \n" ); document.write( "D. P (yellow then yellow) without replacing \n" ); document.write( "P(y and y)=P(y)*P(y|y)=5/20 * 4/19= 1/19 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |