document.write( "Question 78322: A drawer contains 4 red socks, 6 white socks, and 10 blue socks. Without looking, you draw out a sock and then draw out a second sock without returning the first sock. What is the probability that the first sock and the second sock are both white. \n" ); document.write( "
Algebra.Com's Answer #56161 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A drawer contains 4 red socks, 6 white socks, and 10 blue socks. Without looking, you draw out a sock and then draw out a second sock without returning the first sock. What is the probability that the first sock and the second sock are both white. \n" ); document.write( "-------- \n" ); document.write( "# of ways to draw two white socks: 6C2=15 \n" ); document.write( "# of ways to draw two socks of any color: 20C2=190 \n" ); document.write( "Prob(draw two white socks) = 15/190 = 3/38 \n" ); document.write( "------------ \n" ); document.write( "Another way to do it: \n" ); document.write( "Prob draw 1st white sock: 6/20 \n" ); document.write( "Prob draw 2nd white sock when 1st is not replaced = 5/19 \n" ); document.write( "Prob(two white) = 6/20 *5/19 = 3/10 * 5/19 = 3/38 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |