document.write( "Question 989825: Assume that you select 4 coins at random from 11 coins: 6 dimes and 5 quarters.
\n" ); document.write( "What is the probability that all of the coins selected are dimes? Enter your answer as a fraction.
\n" ); document.write( "

Algebra.Com's Answer #807744 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
total: 11 choose 4 = 330
\n" ); document.write( "only dimes: 6 choose 4 = 15\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probability = 15/330 = 1/22
\n" ); document.write( "
\n" );