document.write( "Question 978070: In order to be accepted into a top university, applicants must score within the top 5% on the SAT exam. Given that SAT test scores are normally distributed with a mean of 1000 and a standard deviation of 200, what is the lowest possible score a student needs to qualify for acceptance into the university? \n" ); document.write( "
Algebra.Com's Answer #599602 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
z0.95=1.645
\n" ); document.write( "z=(x-1000)/200=1.645; multiply both sides by 200\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "329=x-1000
\n" ); document.write( "x=1329
\n" ); document.write( "
\n" ); document.write( "
\n" );