document.write( "Question 256261: What is the formula for solving this: \"If you draw 4 M&Ms from a bag containing 4 red, 4 yellow, 4 green, and 4 brown ones, what is the probability that you will get 1 of each color?\" It boggles my mind. Thanks in advance!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #188438 by scott8148(6628) You can put this solution on YOUR website! number of ways to draw one of each ___ 4 * 4 * 4 * 4 = 256\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of ways to draw 4 from 16 ___ 16C4 = (16 * 15 * 14 * 13) / (4 * 3 * 2 * 1) = 1820\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability is ___ 256 / 1820 ___ or .141 (approx) \n" ); document.write( " |