document.write( "Question 1050658: A bag contains 9 red marbles, 8 white marbles, and 6 blue marbles. Randomly choose two marbles, one at a time, and without replacement. Find the following:
\n" ); document.write( "a) The probability that the first marble is red and the second is white.
\n" ); document.write( "b) The probability that both are the same color.
\n" ); document.write( "c) The probability that the second marble is blue.
\n" ); document.write( "

Algebra.Com's Answer #666256 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
23 marbles: 9 red marbles, 8 white marbles, and 6 blue marbles
\n" ); document.write( "Draw two, w/o replacement
\n" ); document.write( "a) The probability that the first marble is red and the second is white.
\n" ); document.write( "P = (9/23)(8/22)
\n" ); document.write( "b) The probability that both are the same color.
\n" ); document.write( "P = 2R + 2W + 2B
\n" ); document.write( "P = (9/23)(8/22) + (8/23)(7/22) + (6/23)(5/22)
\n" ); document.write( "c) The probability that the second marble is blue.
\n" ); document.write( "P = (17/23)(6/22) + 2B (Need to consider both are Blue)
\n" ); document.write( "P = .202 + (6/23)(5/22) = .202 + .059 = .261
\n" ); document.write( "
\n" );