document.write( "Question 386502: A box has 2 red chips, 2blue chips, and 1 green chip. Two chips are randomly selected together. What is the probability of selecting 2 blue chips? List the elements \n" ); document.write( "
Algebra.Com's Answer #273233 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( " 5 chips total originally, of which 2 are red, 2 are blue and 1 is green
\n" ); document.write( "Two chips are randomly selected 'together'
\n" ); document.write( "P (selecting 2 blue chips) = 2/5 * 1/4 = 2/20 = 1/10
\n" ); document.write( " 10% chance of selecting two blue chips. \n" ); document.write( "
\n" );