document.write( "Question 1191361: Suppose SPS professors have an average life normally distributed of 73 years, with a population standard deviation of 6 years.
\n" );
document.write( "a) What percent of SPS professors will live less than 60 years?
\n" );
document.write( "b) What proportion of SPS professors will live between 85 and 90 years?
\n" );
document.write( "c) Calculate the 30th percentile.
\n" );
document.write( "d) Calculate the 97th percentile.
\n" );
document.write( "e) What percent of SPS professors will make it past the age of 75?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #849221 by CPhill(2189) You can put this solution on YOUR website! Here's how to solve this problem:\r \n" ); document.write( "\n" ); document.write( "**a) Percent living less than 60 years:**\r \n" ); document.write( "\n" ); document.write( "1. **Calculate the z-score:** \n" ); document.write( " z = (x - μ) / σ \n" ); document.write( " z = (60 - 73) / 6 \n" ); document.write( " z = -2.17\r \n" ); document.write( "\n" ); document.write( "2. **Find the probability:** Use a z-table or calculator to find the area to the *left* of z = -2.17. This gives the probability of living less than 60 years. P(z < -2.17) ≈ 0.015 or 1.5%\r \n" ); document.write( "\n" ); document.write( "**b) Proportion living between 85 and 90 years:**\r \n" ); document.write( "\n" ); document.write( "1. **Calculate the z-scores:** \n" ); document.write( " z₁ = (85 - 73) / 6 = 2 \n" ); document.write( " z₂ = (90 - 73) / 6 = 2.83\r \n" ); document.write( "\n" ); document.write( "2. **Find the probabilities:** Use a z-table or calculator. \n" ); document.write( " P(z < 2) ≈ 0.9772 \n" ); document.write( " P(z < 2.83) ≈ 0.9977\r \n" ); document.write( "\n" ); document.write( "3. **Find the proportion between the two ages:** \n" ); document.write( " P(2 < z < 2.83) = P(z < 2.83) - P(z < 2) = 0.9977 - 0.9772 ≈ 0.0205\r \n" ); document.write( "\n" ); document.write( "**c) 30th percentile:**\r \n" ); document.write( "\n" ); document.write( "1. **Find the z-score:** The 30th percentile corresponds to a cumulative probability of 0.30. Look up the z-score closest to 0.30 in the z-table; the z-score is approximately -0.52.\r \n" ); document.write( "\n" ); document.write( "2. **Use the z-score formula:** \n" ); document.write( " x = μ + zσ \n" ); document.write( " x = 73 + (-0.52 * 6) \n" ); document.write( " x ≈ 69.88 years\r \n" ); document.write( "\n" ); document.write( "**d) 97th percentile:**\r \n" ); document.write( "\n" ); document.write( "1. **Find the z-score:** The 97th percentile corresponds to a cumulative probability of 0.97. The z-score is approximately 1.88.\r \n" ); document.write( "\n" ); document.write( "2. **Use the z-score formula:** \n" ); document.write( " x = μ + zσ \n" ); document.write( " x = 73 + (1.88 * 6) \n" ); document.write( " x ≈ 84.28 years\r \n" ); document.write( "\n" ); document.write( "**e) Percent making it past 75:**\r \n" ); document.write( "\n" ); document.write( "1. **Calculate the z-score:** \n" ); document.write( " z = (75 - 73) / 6 \n" ); document.write( " z = 0.33\r \n" ); document.write( "\n" ); document.write( "2. **Find the probability:** Use a z-table or calculator to find the area to the *right* of z = 0.33. This is 1 - P(z < 0.33). P(z < 0.33) ≈ 0.6293. So, 1 - 0.6293 ≈ 0.3707 or 37.07% \n" ); document.write( " \n" ); document.write( " |