document.write( "Question 971704: A neurologist is testing the effect of a drug on response times by injecting 100 rats, subjecting each to a neurological stimulus. The mean of the response time for the rejected rats is 1.05 seconds with standard deviation of 0.5 seconds. The neurologist knows that the mean response time for rats NOT injected with the drug is 1.2 seconds. Does the drug have an effecton response time? \n" ); document.write( "
Algebra.Com's Answer #594111 by Boreal(15235) You can put this solution on YOUR website! Ho=no difference \n" ); document.write( "Ha=difference \n" ); document.write( "alpha =0.05 P{effect|no effect} P reject null hypothesis and shouldn't. Assume normally distributed. \n" ); document.write( "test statistic is z (n=100) \n" ); document.write( "Critical value is |z|>1.96, given that they are asking for an effect and not for a directional one.\r \n" ); document.write( "\n" ); document.write( "z= (1.05-1.2)/).5/sqrt (100)\r \n" ); document.write( "\n" ); document.write( "z=-0.15/(.5/10) = 0.15/0.05 =3\r \n" ); document.write( "\n" ); document.write( "Reject null hypothesis since |z| > 1.96\r \n" ); document.write( "\n" ); document.write( "There is strong evidence that the drug has an effect. \n" ); document.write( " |