document.write( "Question 62748: The grades of an examination are normally distributed with a mean of 75 and a standard deviation of 12.
\n" );
document.write( "a) The students who score in the bottom 5% will be retested. What score does this represent?
\n" );
document.write( "b) The top 10% are to receive a special award. What score must be earned to receive the award?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #43618 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The grades of an examination are normally distributed with a mean of 75 and a standard deviation of 12. \n" ); document.write( "a) The students who score in the bottom 5% will be retested. What score does this represent? \n" ); document.write( "Determine the z-value corresponding to the lower 5% of the standard normal \n" ); document.write( "distribution. It is z=-1.645 \n" ); document.write( "Find the X value corresponding to this z-value using the formula \n" ); document.write( "z=[X-mu]/sigma \n" ); document.write( "-1.645=[X-75]/12 \n" ); document.write( "X=55.26 \n" ); document.write( "------------ \n" ); document.write( "b) The top 10% are to receive a special award. What score must be earned to receive the award? \n" ); document.write( "Find the proper z-value. It is 1.2816 \n" ); document.write( "Find the corresponding X \n" ); document.write( "1.28816=[X-75]/12 \n" ); document.write( "X=90.38 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |