document.write( "Question 1158686: A class is given an exam. The distribution of the scores is normal. The mean score is 80 and the standard deviation is 7. Determine the test score, c, such that the probability of a student having a score less than c is 90 %.\r
\n" );
document.write( "\n" );
document.write( "P(x < c) = 0.9\r
\n" );
document.write( "\n" );
document.write( "Find c rounded to one decimal place. \n" );
document.write( "
Algebra.Com's Answer #781681 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "when z=1.645, have the 90th percentile score \n" ); document.write( "1.645*7=x-mean \n" ); document.write( "11.5=x-mean \n" ); document.write( "x=91.5 \n" ); document.write( "Below that score will be 90% of the scores or P(x<90.5)=0.9 \n" ); document.write( " |