document.write( "Question 1182239: a. A bag contains 8 blue marbles, 9 yellow marbles, and 10 red marbles.
\n" );
document.write( " If a marble is drawn from the bag, and another marble is drawn, what is the probability of drawing first a blue marble and then a red marble?
\n" );
document.write( "_______\r
\n" );
document.write( "\n" );
document.write( "b. A bag contains 9 white marbles, 10 red marbles, and eight yellow marbles.
\n" );
document.write( " If two different marbles are drawn from the bag, what is the probability of drawing first a white marble and then a yellow marble?
\n" );
document.write( "_______\r
\n" );
document.write( "\n" );
document.write( "Round to 4 decimal places \n" );
document.write( "
Algebra.Com's Answer #812214 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "a. 8B, 9Y, 10R marbles. \n" ); document.write( "Two marbles are drawn (with replacement) \n" ); document.write( "Find P(BR) \n" ); document.write( "b. 9W, 10R, 8Y marbles. \n" ); document.write( "Two marbles are drawn (without replacement). \n" ); document.write( "Find P(WY) \n" ); document.write( " \n" ); document.write( "Solution, using the multiplication rule: \n" ); document.write( "(a) total 27 marbles. \n" ); document.write( "P(BR) = (8/27)*(10/27) =80/729 (with replacement) \n" ); document.write( " = 0.1097 (to four decimal places) \n" ); document.write( " \n" ); document.write( "(b) total 27 marbles. \n" ); document.write( "P(WY) = (9/27)*(8/26) = 4/39 (without replacement) \n" ); document.write( " = 0.1025 (to four decimal places) \n" ); document.write( " \n" ); document.write( " |