document.write( "Question 1012460: 17. 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? \n" );
document.write( "
Algebra.Com's Answer #628639 by Boreal(15235) You can put this solution on YOUR website! Mean 25 \n" ); document.write( "sd=4 \n" ); document.write( "z0.70=0.525 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "z*sd=x-mean=2.1 \n" ); document.write( "x=27.1 is the minimum score for the top 30%. \n" ); document.write( "top 5% has a z0,95=1.645 \n" ); document.write( "That * sd of 4=6.580 \n" ); document.write( "added to mean, and that score is 31.58 \n" ); document.write( " |