document.write( "Question 1170266: In a food processing and packing plant, there are on average two packing machine breakdowns per week.\r
\n" );
document.write( "\n" );
document.write( "a) (2 marks) Determine the mean and the standard deviation of the distribution.\r
\n" );
document.write( "\n" );
document.write( "b) (2 marks) What is the probability that there are no machine breakdowns during a given week?\r
\n" );
document.write( "\n" );
document.write( "c) (4 marks) What is the probability that there are at most two machine breakdowns during a given week?\r
\n" );
document.write( "\n" );
document.write( "d) (3 marks) What is the probability that there are exactly three machine breakdowns during the next two weeks?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795336 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! would assume a Poisson both because likely to be a large number of such machines and also because there is no way to calculate the probability without being given the sd, unless there is a binomial, Poisson distribution, or a proportion where the two are dependent. \r \n" ); document.write( "\n" ); document.write( "The mean and variance are both 2, so the sd is sqrt(V)=sqrt(2) or 1.414\r \n" ); document.write( "\n" ); document.write( "P(0)=e^(-2)2^0/0!=0.1353 \n" ); document.write( "- \n" ); document.write( "at most 2 is 0,1,2 \n" ); document.write( "probability of 1 is e^(-2)*2^1/!=0.2707 \n" ); document.write( "for 2 it is e^-2)*2^2/2!=0.2707 \n" ); document.write( "the probability is 0.6767 \n" ); document.write( "- \n" ); document.write( "for 3 in 2 weeks it is equivalent of parameter 4 for that time period, since the distribution is proportional to time. e^(-4)^4^3/3!=0.1954\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |