document.write( "Question 921812: I am desperate! please help!\r
\n" );
document.write( "\n" );
document.write( "The average salary for graduates entering the actuarial field is $40,000 ( ). If the salaries are normally distributed with a standard deviation of $5000 (σ = 5000), find the probability that:
\n" );
document.write( "a. An individual graduate (n = 1) will have a salary over $45,000: P(X > 45,000).
\n" );
document.write( "b. A group of nine graduates (n = 9) will have an average over $45,000: P( )
\n" );
document.write( "c. A group of nine graduates (n = 50) will have an average over $45,000: P( )
\n" );
document.write( "d. A group of nine graduates (n = 125) will have an average over $45,000: P( )
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #559236 by rothauserc(4718) You can put this solution on YOUR website! For normal distributions we use z-value to determine probabilities (Pr), \n" ); document.write( "we are given that the mean is 40000 and standard deviation is 5000 \n" ); document.write( "a) Pr(X>45000) = 1 - Pr(X<45000) \n" ); document.write( "calculate the z-value = (45000 - 40000) / 5000 = 1, consult z-tables \n" ); document.write( "Pr(X<45000) = 0.8413 \n" ); document.write( "Pr(X>45000) = 1 - 0.8413 = 0.1587 \n" ); document.write( "b) with a sample space of 9 students, we calculate a new standard deviation \n" ); document.write( "sample standard deviation = standard deviation / square root (n) \n" ); document.write( "sample standard deviation = 5000 / square root (9) = 1666.666666667 \n" ); document.write( "Pr(X>45000) = 1 - Pr(X<45000) \n" ); document.write( "calculate the z-value = (45000 - 40000) / 1666.666666667 = 3 , consult z-tables \n" ); document.write( "Pr(X<45000) = 0.9987 \n" ); document.write( "Pr(X>45000) = 1 - 0.9987 = 0.0013 \n" ); document.write( "c)n = 50, for n > 40 use the population standard deviation \n" ); document.write( "sample standard deviation = 5000 \n" ); document.write( "calculate the z-value = (45000 - 40000) / 5000 = 1 , consult z-tables \n" ); document.write( "Pr(X>45000) = 1 - 0.8413 = 0.1587 \n" ); document.write( "d) n = 125, for n > 40 use the population standard deviation \n" ); document.write( "sample standard deviation = 5000 \n" ); document.write( "calculate the z-value = (45000 - 40000) / 5000 = 1 , consult z-tables \n" ); document.write( "Pr(X>45000) = 1 - 0.8413 = 0.1587 \n" ); document.write( " \n" ); document.write( " |