document.write( "Question 1168609: In a study of speed dating, male subjects were asked to rate the attractiveness of their female dates, and a sample of the results is listed below (1=not attractive; 10=extremely attractive). Construct a confidence interval using a 95% confidence level. What do the results tell about the mean attractiveness ratings of the population of all adult females?
\n" );
document.write( "5,9,2,9,7,4,6,8,8,9,4,8
\n" );
document.write( "Need to find
\n" );
document.write( " < u <
\n" );
document.write( "round to one decimal place as needed \n" );
document.write( "
Algebra.Com's Answer #793337 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! mean is 6.58 \n" ); document.write( "s=2.35 \n" ); document.write( "95% T-half-interval is t(0.975,df=11)*s/sqrt(n) \n" ); document.write( "=2.201*2.35/sqrt(12) \n" ); document.write( "=1.49. Add to and subtract from x bar to get CI limits \n" ); document.write( "(5.1, 8.1). The true mean value is unknown and unknowable, but one can be 95% confident it lies in the interval shown. \n" ); document.write( " |