document.write( "Question 962139: Bethany sock drawer contains 8 blue and 5 black
\n" );
document.write( "socks. If she randomly pulls out one sock, DOES
\n" );
document.write( "NOT replace it, then pulls out another sock, what is
\n" );
document.write( "the probability the she picks a pair of blue socks? \n" );
document.write( "
Algebra.Com's Answer #587799 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Bethany sock drawer contains 8 blue and 5 black \n" ); document.write( "socks. If she randomly pulls out one sock, DOES \n" ); document.write( "NOT replace it, then pulls out another sock, what is \n" ); document.write( "the probability the she picks a pair of blue socks? \n" ); document.write( "--------------- \n" ); document.write( "The 1st pick is 8/13 \n" ); document.write( "The 2nd pick is 7/12 \n" ); document.write( "P = (8/13)*(7/12) = 14/39 \n" ); document.write( " \n" ); document.write( " |