document.write( "Question 1170216: An urn contains 4 red balls, 2 green balls, and 4 blue balls. If 10 balls are
\n" );
document.write( "selected at random with replacement between each draw, what is the probability
\n" );
document.write( "that exactly 4 red balls will be selected? What is the probability that exactly
\n" );
document.write( "2 green balls will be selected? \n" );
document.write( "
Algebra.Com's Answer #795121 by Edwin McCravy(20063) You can put this solution on YOUR website! An urn contains 4 red balls, 2 green balls, and 4 blue balls. If 10 balls are \n" ); document.write( "selected at random with replacement between each draw, what is the probability \n" ); document.write( "that exactly 4 red balls will be selected? \n" ); document.write( " \r\n" ); document.write( "The procedure is to make selection 1, then put it back, then make selection 2,\r\n" ); document.write( "then put it back, then selection 3, then put it back, then..., selection 10,\r\n" ); document.write( "then put it back.\r\n" ); document.write( "\r\n" ); document.write( "There are 4+2+4=10 balls and we are selecting 10 balls.\r\n" ); document.write( "\r\n" ); document.write( "There are C(10,4) selections where the 4 reds could occur.\r\n" ); document.write( "\r\n" ); document.write( "Each selection could have been a red ball in 4 ways. That's 44 ways.\r\n" ); document.write( "Each of the other 6 balls could have been a non-red ball in 6 ways. That's 66 ways. \r\n" ); document.write( " \r\n" ); document.write( "So the numerator of the probability isWhat is the probability that exactly 2 green balls will be selected? \r\n" ); document.write( "That's done the same way, only the numbers are different. The denominator will\r\n" ); document.write( "be the same. You do it! If you have trouble, tell me in the note below.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |