document.write( "Question 575508: An urn contains 8 balls identical in every respect except color. There are
\n" ); document.write( " 4 blue balls, 3 red ones and 1 white one. If you draw two balls without replacing the first one, what is the probability that the first ball is red and the second is white?
\n" ); document.write( "

Algebra.Com's Answer #369505 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
4 blue balls, 3 red ones and 1 white one. If you draw two balls without replacing the first one, what is the probability that the first ball is red and the second is white?
\n" ); document.write( "-------------
\n" ); document.write( "# of ways to draw red and then white: 3*1 = 3
\n" ); document.write( "---
\n" ); document.write( "# of random pairs: 8C2 = 8*7/1*2 = 28
\n" ); document.write( "---
\n" ); document.write( "P(red/white) = 3/28
\n" ); document.write( "=============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan h.
\n" ); document.write( "
\n" );