document.write( "Question 1030723: A normal distribution has a mean of 80 and a standard deviation of 14.
\n" );
document.write( "
\n" );
document.write( "Determine the value above which 80% of the values will occur. (Round z-score computation and your final answer to 2 decimal places.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #645525 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! : A normal distribution has a mean of 80 and a standard deviation of 14.\r \n" ); document.write( "\n" ); document.write( "Determine the value above which 80% of the values will occur. (Round z-score computation and your final answer to 2 decimal places. \n" ); document.write( "-------- \n" ); document.write( "Find the z-score with a left tail of 0.20 \n" ); document.write( "invNorm(0.20) = -0.8416 \n" ); document.write( "------- \n" ); document.write( "Ans: x = z*s + u \n" ); document.write( "x = -0.8416*14 + 80 = 68.22 \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |