document.write( "Question 671569: a bag contains 6 red balls and 6 blues balls. 2 balls are selected random. find the probability of selecting 2 red balls \n" ); document.write( "
Algebra.Com's Answer #417473 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a bag contains 6 red balls and 6 blues balls. 2 balls are selected random. find the probability of selecting 2 red balls
\n" ); document.write( "-----
\n" ); document.write( "# of ways to succeed: 6C2 = 15 ways
\n" ); document.write( "------------------------------------
\n" ); document.write( "# of possible pairs: 12C2 = 66
\n" ); document.write( "--------
\n" ); document.write( "P(2 red) = 15/66 = 5/22
\n" ); document.write( "=========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===========================
\n" ); document.write( "
\n" );