document.write( "Question 1117861: Please help me with this question. I am so confused.
\n" );
document.write( "A boy has 18 coins in his jacket pocket. He has 8 pennies, 3 nickels, 2
\n" );
document.write( "dimes and 5 quarters. If he reaches his hand into the pocket and grabs six coins:
\n" );
document.write( "a)
\n" );
document.write( "What is the probability of him getting three quarters?
\n" );
document.write( "b)
\n" );
document.write( "Determine the probability distribution for choosing quarters when the next six coins are each selected randomly.
\n" );
document.write( "Assume coin is put back in his pocket after each trial.
\n" );
document.write( "(Hint: Make a table for each trial)
\n" );
document.write( "c)
\n" );
document.write( "Calculate the probability of obtaining fewer than two quarters when the next six
\n" );
document.write( "coins are selected. \n" );
document.write( "
Algebra.Com's Answer #733135 by addingup(3677) You can put this solution on YOUR website! He has a total of 18 coins. Of these, 5 are quarters. The probability of him choosing 3 quarters is: \n" ); document.write( "Total coins: 18 \n" ); document.write( "Total quarters: 5 \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "First draw: P(q) = 5/18 \n" ); document.write( "Second draw: P(q) = 4/17 \n" ); document.write( "Third draw: P(q) = 3/16 \n" ); document.write( "Multiply: 5/18*4/17*3/16 = 0.01225 = 1.225% \n" ); document.write( " \n" ); document.write( " |