document.write( "Question 835668: A statistics teacher believes that the final exam grades for her elementary statistics class have a normal distribution with a mean of 82 and a standard deviation of 8.
\n" ); document.write( "a. Find the score which separates the top 10% of the scores from the lowest 90% of the scores.
\n" ); document.write( "b. The teacher plans to give all students who score in the top 10% of scores an A. will a student who scored a 90 on the exam receive an A? Explain.
\n" ); document.write( "c. Find the score which separates the lowest 20% of the scores from the highest 80% of the scores.
\n" ); document.write( "d. The teacher plans to give all students who scores in the lowers 10% of scores an F. will a student who scored 65 on the exam receive F? Explain
\n" ); document.write( "

Algebra.Com's Answer #503659 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A statistics teacher believes that the final exam grades for her elementary statistics class have a normal distribution with a mean of 82 and a standard deviation of 8.
\n" ); document.write( "a. Find the score which separates the top 10% of the scores from the lowest 90% of the scores.
\n" ); document.write( "Find the z-value with a right tail of 10%
\n" ); document.write( "invNorm(0.90) = 1.2816
\n" ); document.write( "Find the corresponding raw score::
\n" ); document.write( "x = 1.2816*8+82 = 92.25
\n" ); document.write( "------------------------------------------
\n" ); document.write( "b. The teacher plans to give all students who score in the top 10% of scores an A. will a student who scored a 90 on the exam receive an A? Explain.
\n" ); document.write( "Ans: No; the student needs a score of at leasst 92.25
\n" ); document.write( "---------------------------
\n" ); document.write( "c. Find the score which separates the lowest 20% of the scores from the highest 80% of the scores.
\n" ); document.write( "z-score for left-tail of 20% = invNorm(0.20) = -0.8416
\n" ); document.write( "x = -0.8416*8+82 = 75.27
\n" ); document.write( "-------------------------------------
\n" ); document.write( "d. The teacher plans to give all students who scores in the lowers 10% of scores an F. will a student who scored 65 on the exam receive F? Explain
\n" ); document.write( "z-score = invNorm(0.10) = -1.2816
\n" ); document.write( "Top score in lower 10% = -1.2816*8+82 = 71.74
\n" ); document.write( "A student with a 65 would get an F because 65 < 71.74
\n" ); document.write( "=================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "================
\n" ); document.write( "
\n" ); document.write( "
\n" );