document.write( "Question 714797: A bin contains 100 balls, of which 25 are red, 40 are while and 35 are black. If two balls are selected from the bin without replacement, What is the probability that one will be red and one will be while? \n" ); document.write( "
Algebra.Com's Answer #438996 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A bin contains 100 balls, of which 25 are red, 40 are while and 35 are black. If two balls are selected from the bin without replacement, What is the probability that one will be red and one will be white?
\n" ); document.write( "------
\n" ); document.write( "# of ways to succeed: 25*40 = 1000
\n" ); document.write( "# of possible pairs: 100C2 = 4950
\n" ); document.write( "----
\n" ); document.write( "P(one red and one white) = 1000/4950 = 0.2020
\n" ); document.write( "================================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );