document.write( "Question 1181998: A hospital is studying the delivery time of two laundry companies. The hospital has been using Company A for the past year and is basically satisfied with time the company takes to return laundry to the hospital. The hospital is prepared to stay with Company A if the mean delivery time is the same as or less than that of a competitor company - Company B. However, if the hospital finds that the mean delivery time of Company B is less than that of Company A, it will start using the laundry services of Company B. Independent samples showed the following delivery time characteristics for the two companies.
\n" );
document.write( "Company A
\n" );
document.write( "n1 = 20
\n" );
document.write( "X1 = 10 days
\n" );
document.write( "s1 = 3 days \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Company B
\n" );
document.write( "n1 = 30
\n" );
document.write( "X2 = 12.5 days
\n" );
document.write( "s1 = 2 days\r
\n" );
document.write( "\n" );
document.write( "What are the null and alternative hypotheses for this situation?\r
\n" );
document.write( "\n" );
document.write( "With an α = .05, what is your conclusion for the hypotheses from part (a)? What action do you recommend in terms of which laundry company the hospital should contract?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #812075 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Ho: meanA <=mean B \n" ); document.write( "Ha: mean A > mean B \n" ); document.write( "alpha=0.05 P{reject Ho| Ho true} \n" ); document.write( "test is a 2-sample t-test \n" ); document.write( "reject Ho if t>1.675 \n" ); document.write( "test is a t (df=48)=(meanA-mean B)/sqrt (s1^2*/na)+(s2^2/(nb)) \n" ); document.write( "=(-2.5)/sqrt((9/20)+(4/30)) \n" ); document.write( "=-2.5/sqrt(0.583) \n" ); document.write( "=-3.27 \n" ); document.write( "fail to reject Ho; indeed, the data themselves show that A has a a statistically smaller mean than B. \n" ); document.write( " |