document.write( "Question 1139227: A box of 25 chocolate candies contains 8 dark chocolate, 7 caramel and 10 with nuts.
\n" ); document.write( "Take 4 candies from the box without replacement. Find the probability that exactly 2 are dark
\n" ); document.write( "chocolate and 2 are caramels. Write your answer as an exact fraction; no need to simplify.
\n" ); document.write( "

Algebra.Com's Answer #757013 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
25C4 are the number of possible choices of 4 from 25
\n" ); document.write( "8C2 are the number of ways to choose 2 dark chocolates from 8
\n" ); document.write( "7C2 are for caramel
\n" ); document.write( "The fraction is 8C2*7C2/25C4
\n" ); document.write( "This is 28*21/12650
\n" ); document.write( "=588/12650
\n" ); document.write( "
\n" );