document.write( "Question 60870: The recent average starting salary for new college graduates in computer information systems is $47,500. Assume salaries are normally distributed with a standard deviation of $4,500. \r
\n" );
document.write( "\n" );
document.write( "a) What is the probability of a new graduate receiving a salary between $45,000 and $50,000?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b) What is the probability of a new graduate getting a starting salary in excess of $55,000?\r
\n" );
document.write( "\n" );
document.write( "c) What percent of starting salaries is no more than $42,250?\r
\n" );
document.write( "\n" );
document.write( "d) What is the cutoff for the bottom 5% of the salaries?\r
\n" );
document.write( "\n" );
document.write( "e) What is the cutoff for the top 3% of the salaries?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #43511 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The recent average starting salary for new college graduates in computer information systems is $47,500. Assume salaries are normally distributed with a standard deviation of $4,500. \n" ); document.write( "a) What is the probability of a new graduate receiving a salary between $45,000 and $50,000? \n" ); document.write( "Convert the 45000 and the 50000 to z-scores \n" ); document.write( "Then find the probability that z lies between those scores, as follows: \n" ); document.write( "P(45000 \n" ); document.write( "\n" ); document.write( "b) What is the probability of a new graduate getting a starting salary in excess of $55,000? \n" ); document.write( "Convert 55000 to its z score. \n" ); document.write( "P(X>55000)=0.048 \n" ); document.write( "------------\r \n" ); document.write( "\n" ); document.write( "c) What percent of starting salaries is no more than $42,250? \n" ); document.write( "P(X<=42,250)= 0.1216... \n" ); document.write( "-------- \n" ); document.write( "d) What is the cutoff for the bottom 5% of the salaries? \n" ); document.write( "Find the z corresponding to lowest 5%; z=-1.645.. \n" ); document.write( "Solve for X using z=[X-47500]/4500] \n" ); document.write( "X= $40,098.16 \n" ); document.write( "-------------- \n" ); document.write( "e) What is the cutoff for the top 3% of the salaries? \n" ); document.write( "The corresponding z score is 1.88 \n" ); document.write( "X=4500*(1.88)+47500=$55,963.57 \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |