document.write( "Question 1081344: Barb has a bag of coins. The bag contains 8 dimes, 6 quarters,and 2 pennies. She will randomly select 2 coins from the bag one at a time without replacement. What is the probability that Barb will select a quarter first and then a dime?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #695416 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Probability(P) of selecting a quarter first = 6/16 = 3/8 \n" ); document.write( ": \n" ); document.write( "P of selecting a dime after the quarter = 8/15 \n" ); document.write( ": \n" ); document.write( "****************************************************************************** \n" ); document.write( "P of selecting a quarter first and then a dime = (3/8) * (8/15) = 24/120 = 1/5 \n" ); document.write( "****************************************************************************** \n" ); document.write( ": \n" ); document.write( " |