document.write( "Question 358361: How do I solve this problem?\r
\n" );
document.write( "\n" );
document.write( "Suppose that the time required to complete a 1040R tax form is normally distributed with a mean of 90 minutes and a standard deviation of 20 minutes. What proportion of 1040R tax forms will be completed in at least 119 minutes: Round your answer to at least four decimal places. \n" );
document.write( "
Algebra.Com's Answer #255813 by stanbon(75887) ![]() You can put this solution on YOUR website! Suppose that the time required to complete a 1040R tax form is normally distributed with a mean of 90 minutes and a standard deviation of 20 minutes. What proportion of 1040R tax forms will be completed in at least 119 minutes: Round your answer to at least four decimal places. \n" ); document.write( "------------------------ \n" ); document.write( "z(119) = (119-90)/20 = 1.45 \n" ); document.write( "--- \n" ); document.write( "P(x>= 119) = P(z>= 1.45) = normalcdf(1.45,100,) = 0.0735 \n" ); document.write( "Proportion: 7.35/100\r \n" ); document.write( "\n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |