document.write( "Question 278603: A bag contains 2 white, 4 green, 6 red, 8 blue, and 10 black marbles. if the marbles are drawn at random and not replaced, find the probability of the following, order is not important and marbles are replaced at the end of each problem\r
\n" ); document.write( "\n" ); document.write( " p(1 red,1 white,1 blue)
\n" ); document.write( "(8:26:35 PM): p(2green)
\n" ); document.write( "(8:26:38 PM): p(3red)
\n" ); document.write( "(8:26:50 PM): p(2green, 2black)
\n" ); document.write( "

Algebra.Com's Answer #202720 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
2+4+6+8+10=30=n
\n" ); document.write( "nCr Combination of n things taken r at a time.
\n" ); document.write( ".
\n" ); document.write( "p(1 red,1 white,1 blue)
\n" ); document.write( "P=(6C1 * 2C1 * 8C1)/30C3
\n" ); document.write( "=24/1015=.0236
\n" ); document.write( ".
\n" ); document.write( "The rest are done in the same manner.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );