document.write( "Question 1184889: A bag contains 5 red marbles, 6 white marbles, and 5 blue marbles. You draw two marbles without replacement. \r
\n" );
document.write( "\n" );
document.write( "What is the probability that the first marble is red and the second marble is blue.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #815550 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "First draw: 5 red marbles; 16 marbles total; P(red)=5/16 \n" ); document.write( "Second draw: 5 blue marbles; 15 marbles total; P(blue)=5/15=1/3 \n" ); document.write( "P(red then blue)=(5/16)(1/3)=5/48 \n" ); document.write( " \n" ); document.write( " |