document.write( "Question 80068: Question 1\r
\n" );
document.write( "\n" );
document.write( "A. A large public university want to estimate the average (mean) teaching experience of it's faculty. A preliminary random sample of 20 faculty yields a standard deviation of s=2.5 years. The dean wants to be 95% confident that the sample does not have a maximum error of estimate of more than 1.6 years. (Hint: this is maximum error of estimate E). How large of a sample should she use? Use the preliminary sample standard deviation as an approximation of the population standard deviation. Round up to next whole number.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "B. If she decides on a maximum error of 1.8 years and a level of significance of 95% how large of a sample should she use? Round up to next whole number.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Question 2\r
\n" );
document.write( "\n" );
document.write( "Suppose you are given a sample set of data consisting of 17 body temperatures, with s= 1.02. Assume that body temperatures are normally distributed. Find the 95% confidence interval for the population variance. Round off 2 decimal places. \n" );
document.write( "
Algebra.Com's Answer #57443 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Question 1 \n" ); document.write( "A. A large public university want to estimate the average (mean) teaching experience of it's faculty. A preliminary random sample of 20 faculty yields a standard deviation of s=2.5 years. The dean wants to be 95% confident that the sample does not have a maximum error of estimate of more than 1.6 years. (Hint: this is maximum error of estimate E). How large of a sample should she use? Use the preliminary sample standard deviation as an approximation of the population standard deviation. Round up to next whole number. \n" ); document.write( "-------- \n" ); document.write( "E=z*(sigma/sqrt(n)) \n" ); document.write( "sqrt(n)=z*sigma/E \n" ); document.write( "Your problem: \n" ); document.write( "sqrt(n)=1.96[2.5]/1.6 \n" ); document.write( "sqrt(n)=3.0625 \n" ); document.write( "n=9.4 \n" ); document.write( "Rounding up gives n=10 \n" ); document.write( "=========\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B. If she decides on a maximum error of 1.8 years and a level of significance of 95% how large of a sample should she use? Round up to next whole number. \n" ); document.write( "sqrt(n)=1.96[2.5]/1.8 \n" ); document.write( "sqrtr(n)= 2.72222 \n" ); document.write( "n=7.7 \n" ); document.write( "Rounding gives n=8 \n" ); document.write( "==========\r \n" ); document.write( "\n" ); document.write( "Question 2 \n" ); document.write( "Suppose you are given a sample set of data consisting of 17 body temperatures, with s= 1.02. Assume that body temperatures are normally distributed. Find the 95% confidence interval for the population variance. Round off 2 decimal places. \n" ); document.write( "-------- \n" ); document.write( "[(n-1)s^2/X(r)]< sigma^2 < [(n-1)s^2/X(l)] \n" ); document.write( "[(17-1)1.02^2/28.845] < sigma^2 < [(17-1)1.02^2/6.90766 \n" ); document.write( "0.5771 < sigma^2 <2.4098 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |