document.write( "Question 806821: 1. The Marketing Manager at Smart Post Delivery Company is analyzing the performance of a new product, The Mega Box. This is a very sturdy padded box inside which any item can be placed and shipped without breaking. The manager has collected data from past delivery reports and found that 1% of the items placed in the Mega Box broke during shipping.
\n" );
document.write( "(i) If a random sample of 12 items placed in the Mega Box was selected, what is the probability that at most two items would break during shipping?
\n" );
document.write( "(ii) What is the mean number of items that would break during shipping? \r
\n" );
document.write( "\n" );
document.write( "2. Smart Snacks recently introduced a new snack product to its customers, the Chocolate Crisp Sandwich. The number of sandwiches sold over the last 5 days is described by the following probability distribution.
\n" );
document.write( "Number of sandwiches, x 15 20 25 30 35
\n" );
document.write( "Probability, P(x) 0.25 0.40 0.15 0.12 *
\n" );
document.write( ".
\n" );
document.write( "(i) What is the probability that 35 sandwiches were sold.
\n" );
document.write( "(ii) What is the probability that less than 25 sandwiches were sold.
\n" );
document.write( "(iii) Calculate the expected number of sandwiches to be sold.
\n" );
document.write( "(iv) Calculate the standard deviation for the number of sandwiches sold.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #486058 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The manager has collected data from past delivery reports and found that 1% of the items placed in the Mega Box broke during shipping. \n" ); document.write( "(i) If a random sample of 12 items placed in the Mega Box was selected, what is the probability that at most two items would break during shipping? \n" ); document.write( "Binomial Problem with n = 12 and p(broke) = 0.01 \n" ); document.write( "P(0<= x <=2) = binomcdf(12,0.01,2) = 0.9999 \n" ); document.write( "----------------------------------------------- \n" ); document.write( " \n" ); document.write( "(ii) What is the mean number of items that would break during shipping? \n" ); document.write( "mean = np = 12*0.01 = 0.12 \n" ); document.write( "----------------------------------------------- \n" ); document.write( " \n" ); document.write( "2. Smart Snacks recently introduced a new snack product to its customers, the Chocolate Crisp Sandwich. The number of sandwiches sold over the last 5 days is described by the following probability distribution. \n" ); document.write( "Number of sandwiches, x 15 20 25 30 35 \n" ); document.write( "Probability, P(x) 0.25 0.40 0.15 0.12 * \n" ); document.write( ". \n" ); document.write( "(i) What is the probability that 35 sandwiches were sold. \n" ); document.write( "Ans:: 1 -(0.25+0.40+0.15+0.12) = 0.08 \n" ); document.write( "---------------- \n" ); document.write( "(ii) What is the probability that less than 25 sandwiches were sold. \n" ); document.write( "Ans: 0.25+0.40 = 0.65 \n" ); document.write( "---------------- \n" ); document.write( "(iii) Calculate the expected number of sandwiches to be sold. \n" ); document.write( "Ans: E(x) = 15*0.25+20*0.40+25*0.15+30*0.12+35*0.08 = 21.9 \n" ); document.write( "---------------- \n" ); document.write( "(iv) Calculate the standard deviation for the number of sandwiches sold. \n" ); document.write( "Ans:: std = 7.9057 \n" ); document.write( "========= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |