document.write( "Question 1159214: The distribution of scores on a standardized aptitude test is approximately normal with a mean of 520 and a standard deviation of 100 . What is the minimum score needed to be in the top 15% on this test?
\n" ); document.write( " Carry your intermediate computations to at least four decimal places, and round your answer to the nearest integer.
\n" ); document.write( "

Algebra.Com's Answer #782220 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
inv norm for .85 or 85th percentile is z=1.036\r
\n" ); document.write( "\n" ); document.write( "z=(x-mean)/sd
\n" ); document.write( "1.036=(x-520)/100
\n" ); document.write( "103.6=x-520
\n" ); document.write( "x=623.6433 rounding to 624.
\n" ); document.write( "
\n" ); document.write( "
\n" );