document.write( "Question 421339: Students grades were normally distributed with a mean of 73 and a standard deviation of 11.
\n" );
document.write( "a. 7.93 percent of the students received grades of A. what is the minimum score needed to receive a grade of A?
\n" );
document.write( "b. Students who made 57.93 or lower on the exam failed the course. What percent of students failed the course?
\n" );
document.write( "c. If 69.5 percent of the syudents received grades of C or better, what is the minimum score of those who received a C? \n" );
document.write( "
Algebra.Com's Answer #294246 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Students grades were normally distributed with a mean of 73 and a standard deviation of 11. \n" ); document.write( "a. 7.93 percent of the students received grades of A. what is the minimum score needed to receive a grade of A? \n" ); document.write( "Find the z-value with a right tail of 7.93% \n" ); document.write( "invNorm(1-0.0793) = 1.4098 \n" ); document.write( "Find the corresponding x-value using x = zs+u \n" ); document.write( "---- \n" ); document.write( "x = 1.4098*11 + 73 = 88.51 \n" ); document.write( "------------------------------------- \n" ); document.write( "b. Students who made 57.93 or lower on the exam failed the course. What percent of students failed the course? \n" ); document.write( "Same process as with part \"a\": \n" ); document.write( "Find the z-value of 57.93 \n" ); document.write( "Find the corresponding x-value. \n" ); document.write( "-------- \n" ); document.write( "c. If 69.5 percent of the syudents received grades of C or better, what is the minimum score of those who received a C? \n" ); document.write( "Same process as with part \"a\" and part \"b\". \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " \n" ); document.write( " |