document.write( "Question 252362: Please help me with the following problem. Thank you.\r
\n" );
document.write( "\n" );
document.write( "In a factory, products are packed into boxes. Every box has 10 products, 7 of them are of type A(good product). The customer check the products as follows: randomly take 3 products from a box, if all of them are of type A then that box is accepted; otherwise that box is refused. Assume that there are 100 boxes inspected. Find:\r
\n" );
document.write( "\n" );
document.write( " a)The probability that there are 25 boxes accepted.
\n" );
document.write( " b)The probability that there are less than 30 boxes accepted. \n" );
document.write( "
Algebra.Com's Answer #184242 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a factory, products are packed into boxes. Every box has 10 products, 7 of them are of type A(good product). The customer check the products as follows: randomly take 3 products from a box, if all of them are of type A then that box is accepted; otherwise that box is refused. Assume that there are 100 boxes inspected. \n" ); document.write( "-------------- \n" ); document.write( "Probability that a random box is accepted: \n" ); document.write( "P(accept) = 7C3/10C3 = 35/120 = 7/24 \n" ); document.write( "----------\r \n" ); document.write( "\n" ); document.write( " Find: \n" ); document.write( "a)The probability that there are 25 boxes accepted. \n" ); document.write( "A binomial Problem with n = 100, p = 7/24, x = 25 \n" ); document.write( "Ans: binompdf(100,7/24,25) = 0.0595... \n" ); document.write( "---------------------------------- \n" ); document.write( "b)The probability that there are less than 30 boxes accepted. \n" ); document.write( "Ans: binomcdf(100,7/24,29) = 0.5353.. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |