document.write( "Question 834347: A jar contains 10 chocolates and 8 mints, 6 pieces are taken without replacement. What is the probability that exactly 4 are chocolates? \n" ); document.write( "
Algebra.Com's Answer #502955 by edjones(8007) You can put this solution on YOUR website! 10+8=18 \n" ); document.write( "(10C4*8C2)/18C6 \n" ); document.write( "(210*28)/18564 \n" ); document.write( "70/221 the probability that exactly 4 are chocolates. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |