document.write( "Question 1075831: A container holds 15 pennies, 8 nickels, and 10 dimes.
\n" );
document.write( "You will randomly select two coins without replacement.
\n" );
document.write( "-->Fill in the probabilities on a tree diagram.
\n" );
document.write( " --> How many ways can you select the coins?
\n" );
document.write( " --> How many ways can you select exactly 1 nickel?
\n" );
document.write( " --> What is the probability that you select 2 pennies?
\n" );
document.write( " --> What is the probability that you select a dime and then a penny?\r
\n" );
document.write( "\n" );
document.write( "I'm not sure if my answers are correct. I got 33 possible ways to select the coins.
\n" );
document.write( "8 out of 33 ways to select exactly one nickel.
\n" );
document.write( "35/176 probability that two pennies will be selected.
\n" );
document.write( "25/176 probability that a dime and a penny are selected. \n" );
document.write( "
Algebra.Com's Answer #690540 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! A container holds 15 pennies, 8 nickels, and 10 dimes. \n" ); document.write( "You will randomly select two coins without replacement. \n" ); document.write( "-->Fill in the probabilities on a tree diagram. \n" ); document.write( " \r\n" ); document.write( "Here's the probability tree:\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " --> How many ways can you select the coins? There are 9 outcomes \n" ); document.write( " --> How many ways can you select exactly 1 nickel? That's either outcome #2, #4, #6, or #8, that's 4 ways \n" ); document.write( " --> What is the probability that you select 2 pennies? \r\n" ); document.write( "That's outcome #1, probability = 35/176 \n" ); document.write( " --> What is the probability that you select a dime and then a penny? \r\n" ); document.write( "That's outcome #7, probability = 25/176\r\n" ); document.write( "\r\n" ); document.write( "You got the hardest two right, and missed the two easy ones. lol\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |