document.write( "Question 579009: Suppose SPS professors have an average life normally distributed of 82 years, with a population standard deviation of 5 years. \r
\n" );
document.write( "\n" );
document.write( "a) What percent of SPS professors will make it past the age of 70?
\n" );
document.write( "b) What percent of SPS professors will not live more than 80 years?
\n" );
document.write( "c) Calculate the 95th percentile.
\n" );
document.write( "d) What proportion of SPS professors will live between 85 and 90 years? \n" );
document.write( "
Algebra.Com's Answer #370830 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose SPS professors have an average life normally distributed of 82 years, with a population standard deviation of 5 years. \n" ); document.write( "a) What percent of SPS professors will make it past the age of 70? \n" ); document.write( "z(70) = (70-82)/5 = -12/5 \n" ); document.write( "P(x > 70) = P(z > -12/5) = 0.9918 \n" ); document.write( "------------------------------------------- \n" ); document.write( "b) What percent of SPS professors will not live more than 80 years? \n" ); document.write( "z(80) = (80-82)/5 = -2/5 \n" ); document.write( "P(x <= 80) = P(z <= -2/5) = 0.3446 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "c) Calculate the 95th percentile. \n" ); document.write( "InvNorm(0.95) = 1.645 \n" ); document.write( "x = 1.645*5+82 = 90.225 \n" ); document.write( "-------------------------------------- \n" ); document.write( "d) What proportion of SPS professors will live between 85 and 90 years? \n" ); document.write( "Using a TI-84: P(85<= x <=90) = normalcdf(85,90,82,5) = 0.2195 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |