document.write( "Question 1190978: In a random sample of 5 people, the mean driving distance to work was 18.9 miles and the standard deviation was 6.4 miles. Assume the population is normally distributed and use the t-distribution to find the margin of error and construct a 90% confidence interval for the population mean . Interpret the results. \n" ); document.write( "
Algebra.Com's Answer #822925 by Boreal(15235) You can put this solution on YOUR website! half-interval for 90%CI t-interval is t(0.95, df=4)*s/sqrt(n) \n" ); document.write( "=2.132*6.4/sqrt(5) \n" ); document.write( "=6.10 \n" ); document.write( "(12.8 miles, 25.0 miles) \n" ); document.write( "We don't know the true value for everybody in the population, but we are 90% confident that it lies within this interval. \n" ); document.write( " |