document.write( "Question 137046This question is from textbook A Brief Introduction to Probability and Statistics
\n" );
document.write( ": A random sample of n=64 observations has a mean x(bar)=29.1 and a standard deviation s=3.9.\r
\n" );
document.write( "\n" );
document.write( "a) Give the point estimate of the population mean mu and find the margin of error for your estimate.\r
\n" );
document.write( "\n" );
document.write( "b) Find a 90% confidence interval for mu. what does \"90% confident\" mean?\r
\n" );
document.write( "\n" );
document.write( "c) Find a 90% lower confidence bound for the population mean mu. Why is this bound different from the lower confidence limit in part b?\r
\n" );
document.write( "\n" );
document.write( "d) How many observations do you need to estimate mu to within .5, with probability equal to .95? \n" );
document.write( "
Algebra.Com's Answer #100285 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A random sample of n=64 observations has a mean x(bar)=29.1 and a standard deviation s=3.9. \n" ); document.write( "a) Give the point estimate of the population mean mu and find the margin of error for your estimate. \n" ); document.write( "point estimate: 29.1 \n" ); document.write( "margin of error: s/sqrt(n) = 3.9/sqrt(64) = 0.4875 \n" ); document.write( "----------------------------------------------------------- \n" ); document.write( "b) Find a 90% confidence interval for mu. what does \"90% confident\" mean? \n" ); document.write( "-- \n" ); document.write( "Comment: I am using z=1.645 for 90% CI \n" ); document.write( "29.1-1.45*0.4875 < mu < 20.1+0.4875 \n" ); document.write( "90% confident means just that; It does not mean there is a 90% probability. \n" ); document.write( "------------------------------------ \n" ); document.write( "c) Find a 90% lower confidence bound for the population mean mu. Why is this bound different from the lower confidence limit in part b? \n" ); document.write( "??? \n" ); document.write( "--------------------------- \n" ); document.write( "d) How many observations do you need to estimate mu to within .5, with probability equal to .95? \n" ); document.write( "n = [z*s/E]^2 \n" ); document.write( "n = [1.645*3.9/0.5]^2 = 164.634; rounding up, n = 165 \n" ); document.write( "========================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |