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 #778399 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The problem says sampling WITH replacement; the probability of red on each draw is 6/10 = 3/5. \n" ); document.write( "P(red,red) = (3/5)(3/5) = 9/25 \n" ); document.write( "Convert to decimal or percent if required. \n" ); document.write( " \n" ); document.write( " |