document.write( "Question 1088141: Consider an urn containing black and white balls of which 30% are
\n" ); document.write( "black. A simple random sample of five balls is taken. Suppose that
\n" ); document.write( "the urn contains 10 balls.\r
\n" ); document.write( "\n" ); document.write( "a. How many possible samples are there?\r
\n" ); document.write( "\n" ); document.write( "b. How many of these samples will contain no black balls?
\n" ); document.write( "How many will contain exactly one black ball?
\n" ); document.write( "How many will contain 2?
\n" ); document.write( "Three?
\n" ); document.write( "Four?
\n" ); document.write( "Five?
\n" ); document.write( "c. Can you relate the results to probabilities?
\n" ); document.write( "

Algebra.Com's Answer #702968 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
Consider an urn containing black and white balls of which 30% are
\n" ); document.write( "black. A simple random sample of five balls is taken. Suppose that
\n" ); document.write( "the urn contains 10 balls.
\n" ); document.write( "
\r\n" );
document.write( "30% of 10 is 3.  So there are 3 black balls and 7 white balls.\r\n" );
document.write( "

\n" ); document.write( "a. How many possible samples are there?
\n" ); document.write( "
\r\n" );
document.write( "10 balls Choose 5 = 10C5 = 252 samples\r\n" );
document.write( "

\n" ); document.write( "b. How many of these samples will contain no black balls?
\n" ); document.write( "
\r\n" );
document.write( "7 white balls Choose 5 = 7C5 = 21\r\n" );
document.write( "

\n" ); document.write( "How many will contain exactly one black ball?
\n" ); document.write( "
\r\n" );
document.write( "That's 1 black ball and 4 white balls.\r\n" );
document.write( "\r\n" );
document.write( "(3 back balls Choose 1)(7 white balls Choose 4) = (3C1)(7C4) = \r\n" );
document.write( "(3)(35) = 105\r\n" );
document.write( "

\n" ); document.write( "How many will contain 2?
\n" ); document.write( "
\r\n" );
document.write( "That's 2 black ball and 3 white balls.\r\n" );
document.write( "\r\n" );
document.write( "(3 back balls Choose 2)(7 white balls Choose 3) = (3C2)(7C3) = \r\n" );
document.write( "(3)(35) = 105\r\n" );
document.write( "

\n" ); document.write( "Three?
\n" ); document.write( "
\r\n" );
document.write( "That's 3 black balls and 2 white balls.\r\n" );
document.write( "\r\n" );
document.write( "(3 back balls Choose 3)(7 white balls Choose 2) = (3C3)(7C2) = \r\n" );
document.write( "(1)(21) = 21\r\n" );
document.write( "

\n" ); document.write( "Four?
\n" ); document.write( "
\r\n" );
document.write( "None, for there are only 3 black balls\r\n" );
document.write( "

\n" ); document.write( "Five?
\n" ); document.write( "
\r\n" );
document.write( "Also none, for there are only 3 black balls\r\n" );
document.write( "

\n" ); document.write( "c. Can you relate the results to probabilities?
\n" ); document.write( "
\r\n" );
document.write( "P(no black balls) = 21/252 = 1/12\r\n" );
document.write( "P(1 black ball) = 105/252 = 5/12\r\n" );
document.write( "P(2 black balls) = 105/252 = 5/12\r\n" );
document.write( "P(3 black balls) = 21/252 = 1/12\r\n" );
document.write( "P(4 black balls) = 0/252 = 0\r\n" );
document.write( "P(5 black balls) = 0/252 = 0\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );