document.write( "Question 889504: The problem is For a given population of high school seniors , the Scholastic Aptitude Test (SAT) in mathematics is normally distributed with a mean score of 600 with a standard deviation of 50.
\n" );
document.write( "Question: Suppose that an engineering school honors program will accept only high seniors with a mathematics SAT score in the top 15%. What is the minimum SAT score in mathematics for this program? \n" );
document.write( "
Algebra.Com's Answer #538233 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The problem is For a given population of high school seniors , the Scholastic Aptitude Test (SAT) in mathematics is normally distributed with a mean score of 600 with a standard deviation of 50. \n" ); document.write( " Question: Suppose that an engineering school honors program will accept only high seniors with a mathematics SAT score in the top 15%. What is the minimum SAT score in mathematics for this program? \n" ); document.write( "---- \n" ); document.write( "Find the z-score with a left tail of 0.85 \n" ); document.write( "invNorm(0.85) = 1.0364 \n" ); document.write( "----- \n" ); document.write( "Find the minimum score: \n" ); document.write( "x = 1.0364*50 + 600 = 651.82 \n" ); document.write( "-------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |