document.write( "Question 1077402: A final exam in Statistics has a mean of 73 with a standard deviation of 7.73. Assume that a random sample of 24 students is selected and the mean test score of the sample is computed. What percentage of sample means are less than 70?\r
\n" );
document.write( "\n" );
document.write( "mean of sample 7.73/sq root 24 7.73/4.9 = 1.6\r
\n" );
document.write( "\n" );
document.write( "z(70)= (70-73)/1.6 = -3/1.6 = -1.85\r
\n" );
document.write( "\n" );
document.write( "P (x<70) = P(z<-1.85) = ???\r
\n" );
document.write( "\n" );
document.write( "Help? \n" );
document.write( "
Algebra.Com's Answer #691863 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Standard Error = SE \n" ); document.write( "SE = s/sqrt(n) \n" ); document.write( "SE = 7.73/sqrt(24) \n" ); document.write( "SE = 1.57787964264283\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Standard Z score \n" ); document.write( "z = (x - mu)/SE \n" ); document.write( "z = (70-73)/1.57787964264283 \n" ); document.write( "z = -1.9012856994436 \n" ); document.write( "z = -1.90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now use a table to find the area to the left of z = -1.90 \n" ); document.write( "With that table, look at the row that has -1.9 and the column with 0.00. The intersection of this row and column combo has 0.0287 in the cell\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This means that \n" ); document.write( "P(Z < -1.90) = 0.0287 \n" ); document.write( "P(xbar < 70) = 0.0287 \n" ); document.write( "This is approximate of course. To get better accuracy, a calculator is recommended. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the area is 0.0287, the percentage of sample means less than 70 is roughly 2.87% which is the final answer. \n" ); document.write( " \n" ); document.write( " |