document.write( "Question 713542:  b)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( "2.Find the probability of selecting 2 nickels, 1 dime, and 3 quarters without replacement. \n" );
document.write( "
| Algebra.Com's Answer #438488 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\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " probability of selecting 2 nickel out of 3 nickels = 2/3 \n" ); document.write( "probability of selecting 3 quarters out of 5 quarters = 3/5 \n" ); document.write( "Find the probability of selecting 2 nickels, 1 dime, and 3 quarters without replacement. = 2/3 * 1/2 * 3/5 \n" ); document.write( " = 1/5 \n" ); document.write( " |