document.write( "Question 1180280: A distribution of values is normal with a mean of 96 and a standard deviation of 41.1.\r
\n" );
document.write( "\n" );
document.write( "Find P42, which is the score separating the bottom 42% from the top 58%.\r
\n" );
document.write( "\n" );
document.write( "Enter your answer as a number accurate to 4 decimal places. \n" );
document.write( "
Algebra.Com's Answer #809884 by Boreal(15235) You can put this solution on YOUR website! Can get P42 from table or invnorm function. It is z=-0.2019 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "-0.2019=(x-96)/4.1 \n" ); document.write( "-0.8278=x-96 \n" ); document.write( "x=95.1732 \n" ); document.write( "check using normalcdf(0,95.1732,96,4.1) and get 0.42009 \n" ); document.write( " |