document.write( "Question 553395: I'm so lost....\r
\n" );
document.write( "\n" );
document.write( "\"From a bag containing 5 nickels, 9 dimes, and 6 quarters, 7 coins are drawn random all at once. What is the probability of getting 2 nickels, 3 dimes, and 2 quarters?\" \n" );
document.write( "
Algebra.Com's Answer #360975 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! \"From a bag containing 5 nickels, 9 dimes, and 6 quarters, 7 coins are drawn random all at once. What is the probability of getting 2 nickels, 3 dimes, and 2 quarters?\" \n" ); document.write( "---- \n" ); document.write( "# of ways to get 2 nickels: 5C2 = 10 \n" ); document.write( "# of ways to get 3 dimes: 9C3 = 84 \n" ); document.write( "# of ways to get 2 quarters: 6C2 = 15 \n" ); document.write( "----- \n" ); document.write( "Total # of ways to get 2nick and 3dimes and 2 quarters = 10*84*15 = 12600 \n" ); document.write( "----- \n" ); document.write( "#of ways to pick 7 coins randomly from 20 = 20C7 = 77520 \n" ); document.write( "---- \n" ); document.write( "P(2nick and 3dimes and 2quarters) = 12600/77520 = 0.1625 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================================= \n" ); document.write( " |