document.write( "Question 549462: A box contains 11 nickels, 4 dimes, and 5 quarters. If you draw 3 coins at random from the box without replacement, what is the probability that you will get a nickel, a dime, and a nickel, in that order? \n" ); document.write( "
Algebra.Com's Answer #357768 by TutorDelphia(193)![]() ![]() You can put this solution on YOUR website! The prob of getting a nickel is 11/20 \n" ); document.write( "Now one coin is removed but we still have 4 dimes so the prob of getting a dime is 4/19 \n" ); document.write( "and a nickel will be 10/18 since there is one nickel gone and two coins gone\r \n" ); document.write( "\n" ); document.write( "We multiply these probabilities together and get |