document.write( "Question 1155735: A bag contains 6 Red, 4 Blue, and 10 Green marbles.
\n" ); document.write( "Two marbles are drawn, with replacement.
\n" ); document.write( "What's the probability of drawing Two Red marbles is a row?
\n" ); document.write( "

Algebra.Com's Answer #778387 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Sampling without replacement
\n" ); document.write( "first one is 6/20 probability red
\n" ); document.write( "second is 5/19 red
\n" ); document.write( "that product (they are multiplied) is 30/380 or 3/38=0.0789
\n" ); document.write( "
\n" );