document.write( "Question 898153: . Assuming that a plane makes a safe flight if at least half the numbers of engine run. Find whether a 6 engine plane or a 4 engine plane has a higher probability of successful flight.
\n" );
document.write( "ii) The marks obtained in Probability & Statistics by 1000 students is normally distributed is normally distributed with mean 78% and standard deviation 11%. Determine (a). How many students got the marks above 90%
\n" );
document.write( "(b).What was the highest mark obtained by the lowest of 10% of the students
\n" );
document.write( "(c).Within what limits did the middle of 90% of the students lie.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #544587 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assuming that a plane makes a safe flight if at least half the numbers of engine run. Find whether a 6 engine plane or a 4 engine plane has a higher probability of successful flight. \n" ); document.write( "----- \n" ); document.write( "Assuming each engine has a 50% chance of failing, \n" ); document.write( "--- \n" ); document.write( "P(4 engine plane safe) = 1 - P(3 engines fail) = 1-(1/8) = 7/8 \n" ); document.write( "---- \n" ); document.write( "P(6 engine plane safe) = 1 - P(4 engines fail) = 1-(1/16) = 15/16 \n" ); document.write( "---- \n" ); document.write( "Ans:: 6 is safer \n" ); document.write( "===========================\r \n" ); document.write( "\n" ); document.write( "ii) The marks obtained in Probability & Statistics by 1000 students is normally distributed is normally distributed with mean 78% and standard deviation 11%. Determine (a). How many students got the marks above 90% \n" ); document.write( "------ \n" ); document.write( "z(90) = (90-78)/11 = 12/11 \n" ); document.write( "P(x > 90) = P(z > 12/11) = normalcdf(12/11,100) = 0.1377 \n" ); document.write( "Ans: 0.1377*1000 = 138 students (when rounded up) \n" ); document.write( "===================================\r \n" ); document.write( "\n" ); document.write( " (b).What was the highest mark obtained by the lowest of 10% of the students \n" ); document.write( "Find the z-value with a left tail of 10%:: \n" ); document.write( "invNorm(0.10) = -1.2816 \n" ); document.write( "Find the corresponding \"x\" value:: \n" ); document.write( "x = -1.2816*11 + 78 = 63.9 \n" ); document.write( "Ans:: 63.9% \n" ); document.write( "======================================= \n" ); document.write( "(c).Within what limits did the middle of 90% of the students lie. \n" ); document.write( "Find the z-value with a left tail of 5%:: \n" ); document.write( "invNorm(0.05) = 1.645 \n" ); document.write( "Find the corresponding x-value:: \n" ); document.write( "x = -1.645*11 + 78 = 59.9 \n" ); document.write( "--- \n" ); document.write( "Lower Limit = 59.9% \n" ); document.write( "By symmetry the upper limit is 1.645*11+78 = 96.1 \n" ); document.write( "Upper Limit = 96.1% \n" ); document.write( "--------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------- \n" ); document.write( " \n" ); document.write( " |