document.write( "Question 1048252: I could really use some help on this problem!\r
\n" );
document.write( "\n" );
document.write( "A group of students at a school takes a history test. The distribution is normal with a mean of 25, and a standard deviation of 4. \r
\n" );
document.write( "\n" );
document.write( "(a) Everyone who scores in the top 30% of the distribution gets a certificate. What is the lowest score someone can get and still earn a certificate? \r
\n" );
document.write( "\n" );
document.write( "(b) The top 5% of the scores get to compete in a statewide history contest. What is the lowest score someone can get and still go onto compete with the rest of the state?\r
\n" );
document.write( "\n" );
document.write( "Any assistance is appreciated, thank you! \n" );
document.write( "
Algebra.Com's Answer #663852 by ewatrrr(24785) You can put this solution on YOUR website! mean of 25, and a standard deviation of 4. \n" ); document.write( "a) Use invNorm(.70) to find z = .5244 \n" ); document.write( "*Note: \n" ); document.write( "4(.5244) + 25 = 27.0976 Round up to nearest whole number \n" ); document.write( "28, the lowest score someone can get and still earn a certificate \n" ); document.write( "| \n" ); document.write( "b) invNorm(.95) = 1.6449 \n" ); document.write( "4(1.6449) + 25 = x , the lowest score someone can get and still go onto compete with the rest of the state? \n" ); document.write( " |