document.write( "Question 1161497:  a.  The average IQ is 100, with a population standard deviation of 15. The mayor of Smartsville claims that citizens in his town have higher than average IQs. To test that claim, 40 Smartsville citizens were randomly selected, and their average IQ was determined to be 104.1. Does this support the mayor’s claim? Use α = 0.1.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. construct a 90 % confidence interval for the mean.  Does the confidence interval support the claim made in part a?
\n" );
document.write( " 
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #785076 by Boreal(15235)     You can put this solution on YOUR website! This is a z-test with the usual assumptions \n" ); document.write( "z=(x bar-mean)/sigma/sqrt (n) \n" ); document.write( "Critical value is |z|>1.645 \n" ); document.write( "z=(104.1-100)*sqrt(40)/15 \n" ); document.write( "=1.73 \n" ); document.write( "reject Ho and the average IQ is not 100 in Smartsville, it is higher, p-value is 0.084\r \n" ); document.write( "\n" ); document.write( "90% CI half-interval is z*sigma/sqrt(40) with z=1.645 \n" ); document.write( "half-interval is 3.90 \n" ); document.write( "add and subtract from/to mean \n" ); document.write( "90% Confidence interval is (100.2, 108), and because 100 is not in the interval, is consistent with rejection of Ho in a. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |