document.write( "Question 310744: A professor at a local university noted that the grades of her students were normally distributed with a mean of 73 and a standard deviation of 11. If 69.5 percent of the students received grades of C or better, what is the minimum score of those students who received grades of C or better? \n" ); document.write( "
Algebra.Com's Answer #222321 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A professor at a local university noted that the grades of her students were normally distributed with a mean of 73 and a standard deviation of 11. If 69.5 percent of the students received grades of C or better, what is the minimum score of those students who received grades of C or better? \n" ); document.write( "--------------------- \n" ); document.write( "Find the z-value that has a right tail of 0.695. \n" ); document.write( "invNorm(0.3050) = -0.5101 \n" ); document.write( "--- \n" ); document.write( "Find the corresponding grade: \n" ); document.write( "x = zs + u \n" ); document.write( "x = -0.5101*11+73 \n" ); document.write( "x = 67.39 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |