document.write( "Question 62746: Historical data collected at American Nationwide Mortgage revealed that 80% of all customers applying for a loan are accepted. Suppose that 50 new loan applications are selected at random.\r
\n" );
document.write( "\n" );
document.write( "a) What is the probability that at least 42 loan applications will be accepted?
\n" );
document.write( "b) What is the probability that more than 40 loan applications will be accepted?
\n" );
document.write( "c) What is the probability that less than 25 loan applications will be accepted?
\n" );
document.write( "d) What is the probability that less than 5 loan applications will be rejected?
\n" );
document.write( "e) What is the probability that more than 30 loan applications will be accepted?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #43620 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Historical data collected at American Nationwide Mortgage revealed that 80% of all customers applying for a loan are accepted. Suppose that 50 new loan applications are selected at random. \n" ); document.write( "------------ \n" ); document.write( "These are all binomial with n=50, p=0.8 \n" ); document.write( "a) What is the probability that at least 42 loan applications will be accepted? \n" ); document.write( "P(X>=42)=0.3073... \n" ); document.write( "b) What is the probability that more than 40 loan applications will be accepted? \n" ); document.write( "P(X>40)=0.4437... \n" ); document.write( "c) What is the probability that less than 25 loan applications will be accepted? \n" ); document.write( "0.0000004924... \n" ); document.write( "d) What is the probability that less than 5 loan applications will be rejected? \n" ); document.write( "6.78X10^-28 \n" ); document.write( "e) What is the probability that more than 30 loan applications will be \n" ); document.write( "accepted? \n" ); document.write( "0.99967... \n" ); document.write( "Comment: Got these answers using the function binomcdf on a TI-83 calculator. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |