document.write( "Question 473058: there are 7 red balls and 8 green balls in a bag what is the probability of pulling out two red balls if the balls are not replaced in the bag? \n" ); document.write( "
Algebra.Com's Answer #324352 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
there are 7 red balls and 8 green balls in a bag what is the probability of pulling out two red balls if the balls are not replaced in the bag?
\n" ); document.write( "----
\n" ); document.write( "# of ways to select 2 red balls: 7C2 = 21
\n" ); document.write( "# of ways to pick 2 balls randomly: 15C2 = 105
\n" ); document.write( "---
\n" ); document.write( "P(select 2 red) = 21/105 = 7/35 = 1/5
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );