document.write( "Question 1193182: A sociologist found that in a sample of 50 retired men, the average number of jobs they had during their lifetimes was 7.2. The population standard deviation is 2.1.
\n" );
document.write( "a) Find the best point estimate of the mean.
\n" );
document.write( "b) Find the 95% confidence interval of the mean number of jobs.
\n" );
document.write( "c) Find the 99% confidence interval of the mean number of jobs. \n" );
document.write( "
Algebra.Com's Answer #825187 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Best point estimate is from the sample, 7.2 jobs \n" ); document.write( "95% half-interval is z(0.975)*sigma/sqrt(n) \n" ); document.write( "=1.96*2.1/sqrt(50) \n" ); document.write( "=0.58 hours \n" ); document.write( "interval is (6.62, 7.78) hours \n" ); document.write( "- \n" ); document.write( "half-interval is 2.576*2.1/sqrt(50) \n" ); document.write( "=0.765 hours \n" ); document.write( "(6.43, 7.97) hours \n" ); document.write( " |