document.write( "Question 713546: There are 3 nickels, 2 dimes, and 5 quarters in a purse.
\n" );
document.write( "1. Find the probability of selecting 1 nickel, 1 dime, and 2 quarters without replacement. \n" );
document.write( "
Algebra.Com's Answer #438490 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! probability of selecting 1 nickel out of 3 nickels = 1/3 \n" ); document.write( "probability of selecting 1 dime out of 2 dimes = 1/2 \n" ); document.write( "probability of selecting 2 quarters out of 5 quarters = 2/5 \n" ); document.write( "the probability of selecting 1 nickel, 1 dime, and 2 quarters without replacement = 1/3 * 1/2 * 2/5 \n" ); document.write( "= 1/15 \n" ); document.write( " |