document.write( "Question 761465: I am having trouble on these two problems..\r
\n" );
document.write( "\n" );
document.write( "Students in a particular class complete an exam in a mean time of 45 minutes with a standard deviation of 8 minutes. If student is selected at random, what is the probability he/she will complete it in less than 40 minutes?\r
\n" );
document.write( "\n" );
document.write( "An insurance company claims that a customer can save an average of at least $400 per year on car insurance. A sample of 22 customers showed that the mean amount saved was $375 per year with a standard deviation of $48. Use a level of significance of 0.01 to test the insurance company’s claim. \r
\n" );
document.write( "\n" );
document.write( "Thanks alot! \n" );
document.write( "
Algebra.Com's Answer #463364 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Students in a particular class complete an exam in a mean time of 45 minutes with a standard deviation of 8 minutes. If student is selected at random, what is the probability he/she will complete it in less than 40 minutes? \n" ); document.write( "------------------ \n" ); document.write( "z(40) = (40-45)/8 = -5/8 \n" ); document.write( "P(x < 40 min) = P(z < -5/8) = normalcdf(-100,-5/8) = 0.2660 \n" ); document.write( "======================================================================= \n" ); document.write( "An insurance company claims that a customer can save an average of at least $400 per year on car insurance. A sample of 22 customers showed that the mean amount saved was $375 per year with a standard deviation of $48. Use a level of significance of 0.01 to test the insurance company’s claim. \n" ); document.write( "----- \n" ); document.write( "Ho: u < 400 \n" ); document.write( "H1: u >= 400 (claim) \n" ); document.write( "----------------------- \n" ); document.write( "t(375) = (375-400)/[48/sqrt(22)] = -2.4429 \n" ); document.write( "----- \n" ); document.write( "p-value = P(x-bar >= 400) = P(t >= -2.4429 when df = 21) = tcdf(-2.4429,100,21) \n" ); document.write( "= 0.9883 \n" ); document.write( "----- \n" ); document.write( "Conclusion: Since the p-value is greater than 1%, fail to reject Ho. \n" ); document.write( "The test results do not support the claim. \n" ); document.write( "========================= \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |