document.write( "Question 359895: An engineering firm is evaluating their back charges. They originally believed their average back charge was $1800. They are concerned that the true average is higher, which could hurt their quarterly earnings. They randomly select 40 customers, and calculate the corresponding sample mean back charge to be $1950. If the standard deviation of back charges is $500, and alpha = 0.05, should the engineering firm be concerned? Perform an appropriate hypothesis test, showing the necessary calculations and/or explaining the process used to obtain the results \n" ); document.write( "
Algebra.Com's Answer #256795 by stanbon(75887) ![]() You can put this solution on YOUR website! An engineering firm is evaluating their back charges. They originally believed their average back charge was $1800. They are concerned that the true average is higher, which could hurt their quarterly earnings. They randomly select 40 customers, and calculate the corresponding sample mean back charge to be $1950. If the standard deviation of back charges is $500, and alpha = 0.05, should the engineering firm be concerned? Perform an appropriate hypothesis test, showing the necessary calculations and/or explaining the process used to obtain the results \n" ); document.write( "--------------------------------- \n" ); document.write( "Ho: u = 1800 \n" ); document.write( "Ha: u > 1800 \n" ); document.write( "---- \n" ); document.write( "t(1950) = (1950-1800)/[500/sqrt(40)] = 1.8974 \n" ); document.write( "--- \n" ); document.write( "p-value: P(t > 1.8974 when df = 39) = tcdf(1.8974,100,39) = 0.0326 \n" ); document.write( "--- \n" ); document.write( "Conclusion: Since the p-value is less than 5%, reject Ho. \n" ); document.write( "The test results do not support the claim that u = 1800. \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |