document.write( "Question 988977: 1.Suppose that airplane engines operate independently in flight and fail with probability 1/5. Assuming that a plane makes a safe flight if at least one-half of its engines run, what is the probability that 4-engine plane has a successful flight?
\n" );
document.write( "2.Suppose that airplane engines operate independently in flight and fail with probability 1/5. Assuming that a plane makes a safe flight if at least one-half of its engines run, what is the probability that 2-engine plane has a successful flight?
\n" );
document.write( "3. A math teacher observes that on the average 3 students came to their 8-9AM class late. The probability that at most 2 students will be late in their 8-9AM class
\n" );
document.write( "4.A math teacher observes that on the average 3 students came to their 8-9AM class late. The probability 5 students will be late in their 8-9AM class is____? \n" );
document.write( "
Algebra.Com's Answer #609463 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1.Suppose that airplane engines operate independently in flight and fail with probability 1/5. Assuming that a plane makes a safe flight if at least one-half of its engines run, what is the probability that 4-engine plane has a successful flight? \n" ); document.write( "Binomial Problem with n = 4 and p(fail) = 1/5 \n" ); document.write( "Ans: P(0<= x <=2) = binomcdf(4,1/5,2) = 0.9728 \n" ); document.write( "-------------------------------------- \n" ); document.write( "2.Suppose that airplane engines operate independently in flight and fail with probability 1/5. Assuming that a plane makes a safe flight if at least one-half of its engines run, what is the probability that 2-engine plane has a successful flight? \n" ); document.write( "Ans: P(0<= x <=1) = binomcdf(4,1/4,1) = 0.8192 \n" ); document.write( "------------------------------- \n" ); document.write( "3. A math teacher observes that on the average 3 students came to their 8-9AM class late. The probability that at most 2 students will be late in their 8-9AM class \n" ); document.write( "Note: n not defined \n" ); document.write( "Ans: P(0<= x <=2) = binomcdf(n,3/n,2) = ? \n" ); document.write( "4.A math teacher observes that on the average 3 students came to their 8-9AM class late. The probability 5 students will be late in their 8-9AM class is \n" ); document.write( "Note:: n not defined \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |