document.write( "Question 324512: If you have a bag of 5 black and 5 white marbles, what is the probability of drawing 2 marbles without replacement and getting 2 white marbles? Please help me.:o) \n" ); document.write( "
Algebra.Com's Answer #232272 by scott8148(6628) You can put this solution on YOUR website! ways of drawing 2 marbles from 10 ___ 10C2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ways of drawing 2 white marbles from 5 white marbles ___ 5C2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of 2 white marbles ___ 5C2 / 10C2 \n" ); document.write( " |