document.write( "Question 1000130: Please help me solve this problem\r
\n" );
document.write( "\n" );
document.write( "Suppose the number of mechanical failures occurring in an industrial plant follows a Poisson distribution with an average of 1.4 failures per week.
\n" );
document.write( "(a) What is the probability of no mechanical failures in a given week?
\n" );
document.write( "(b) What is the probability that four or more mechanical failures will occur during a three-week period?\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #617673 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! For (a) f(x)=exp^(-1.4)1.4^0/0! \n" ); document.write( "that is equal to exp(-1.4)=0.2466. That is the probability of no mechanical failures in a given week. \n" ); document.write( "For four or more, I need 1,2,3 \n" ); document.write( "exp(-1.4)1.4/1=0.3452 \n" ); document.write( "exp(-1.4)(1.4)^2/2=0.2417 \n" ); document.write( "for 3 exp(-1.4)1.4^3/6=0.1128 \n" ); document.write( "These four sum to 0.9463. \n" ); document.write( "The probability of more than 4 is 1-0.9463=0.0537 \n" ); document.write( "exp(-lambda)lambda^x/x!, where lambda is the average of failures or whatever is being counted. \n" ); document.write( " |