document.write( "Question 686256: A bag contains 8 colored balls. Four are red, two are green, one is blue, and one is yellow. If two balls are selected at random, determine the probability that two red balls are selected. \n" ); document.write( "
Algebra.Com's Answer #424731 by randyjoseph7(13)\"\" \"About 
You can put this solution on YOUR website!
50% chance of getting 2 red balls
\n" ); document.write( "25%chance of getting 2 green
\n" ); document.write( "12.5% chance of getting blue
\n" ); document.write( "12.5% chance of getting yellow\r
\n" ); document.write( "\n" ); document.write( "4/8 red
\n" ); document.write( "2/8 green
\n" ); document.write( "1/8 blue
\n" ); document.write( "1/8 yellow
\n" ); document.write( "
\n" );