document.write( "Question 971479:
\n" );
document.write( "8. An accountant is studying the time it takes a company to make payments on accounts payable. The mean time it takes to pay off an invoice is 13.8 days with a standard deviation of 4.3 days, and the times are normally distributed.
\n" );
document.write( "
\n" );
document.write( "(a) What is the probability that an account is paid off in less than 16 days?
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "(b) Find the 95th percentile for the payoff time- that is, a time for which 95% of the
\n" );
document.write( "accounts are paid off in less than that time.
\n" );
document.write( "
\n" );
document.write( "(c) The company has just received 29 invoices. Find the probability that the mean payoff
\n" );
document.write( "time for these invoices is more than 16 days. \n" );
document.write( "
Algebra.Com's Answer #593969 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 8. An accountant is studying the time it takes a company to make payments on accounts payable. The mean time it takes to pay off an invoice is 13.8 days with a standard deviation of 4.3 days, and the times are normally distributed.\r \n" ); document.write( "\n" ); document.write( "(a) What is the probability that an account is paid off in less than 16 days? \n" ); document.write( "z(16) = (16-13.8)/4.3 = 2.2/4.3 = 0.5116 \n" ); document.write( "P(x < 16) = P(z<0.5116) = normalcdf(-100,0.5116) = 0.6955 \n" ); document.write( "-------------------------- \n" ); document.write( "(b) Find the 95th percentile for the payoff time- that is, a time for which 95% of the accounts are paid off in less than that time. \n" ); document.write( "Find the z-value with a right-tail of 0.95 \n" ); document.write( "invnorm(0.95) = 1.645 \n" ); document.write( "Find the corresponding time value:: \n" ); document.write( "x = 1.645*4.3+13.8 = 20.87 \n" ); document.write( "----------------------- \n" ); document.write( "(c) The company has just received 29 invoices. Find the probability that the mean payoff time for these invoices is more than 16 days. \n" ); document.write( "t(16) = (16-13.8)/[4.3/sqrt(29)] = 2.7552 \n" ); document.write( "P(x > 16) = P(t> 2.7552 when df = 28) = tcdf(2.7552,100,28) = 0.005 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |