document.write( "Question 933214: A college entrance exam has a mean of 1400 and standard deviation of 200. The college will only take applicants in the top 2.5% or higher. What is the lowest score they would need on the exam? \n" ); document.write( "
Algebra.Com's Answer #566681 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
mean of 1400 and a standard deviation of 200.
\n" ); document.write( " A college will only take applicants in the top 2.5% or higher.
\n" ); document.write( " What is the lowest score they would need on the entrance exam
\n" ); document.write( ".......
\n" ); document.write( " 200(invNorm(.975) + 1400 = 200(1.96) + 1400 = 1792, lowest score
\n" ); document.write( "...
\n" ); document.write( "Note: 1 - .025 = .975
\n" ); document.write( "
\n" );