document.write( "Question 1201121: The mean I.Q of a sample of 1600 children was 99. Is it likely that this was a random sample from a population with mean I.Q 100 and standard deviation 12? (Test at 5% level of significance) \n" ); document.write( "
Algebra.Com's Answer #835390 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Population info \n" ); document.write( "mu = population mean = 100 \n" ); document.write( "sigma = population standard deviation = 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hypothesis: \n" ); document.write( "Null: mu = 100 \n" ); document.write( "Alternative: mu =/= 100 \n" ); document.write( "The \"not equals\" in the alternative hypothesis indicates we'll be doing a two-tailed test.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Sample info \n" ); document.write( "xbar = sample mean = 99 \n" ); document.write( "n = sample size = 1600\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Compute the test statistic \n" ); document.write( "z = (xbar - mu)/(sigma/sqrt(n)) \n" ); document.write( "z = (99 - 100)/(12/sqrt(1600)) \n" ); document.write( "z = -3.33 approximately\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use a Z table such as this one \n" ); document.write( "https://www.ztable.net/ \n" ); document.write( "to find that \n" ); document.write( "P(Z < -3.33) = 0.00043 \n" ); document.write( "This is the approximate area under the standard normal curve to the left of z = -3.33 \n" ); document.write( "We're doing a two-tailed test, so we double this area value. \n" ); document.write( "2*0.00043 = 0.00086 \n" ); document.write( "This is the approximate p-value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The p-value 0.00086 is smaller than alpha = 0.05, so we reject the null.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We conclude that the sample of 1600 children having a sample mean IQ of 99 very likely could not have been drawn from a population with mean IQ 100 and standard deviation 12. \n" ); document.write( " \n" ); document.write( " |