document.write( "Question 853758: In a normal distribution with a mean of 330 and a standard deviation of 60 what are the 45th and 80th percentile values? \n" ); document.write( "
Algebra.Com's Answer #514275 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "mean of 330 and a standard deviation of 60,
\n" ); document.write( "45%, z = NORMSINV(.45) = -.1257 , z = NORMSINV(.80) = .8416
\n" ); document.write( " -.1257 = (X -330)/60
\n" ); document.write( "X = 60(-.1257) + 330 = 323, rounded Up
\n" ); document.write( "X = 60(.8416) + 330 = 381, rounded Up
\n" ); document.write( " \n" ); document.write( "
\n" );