document.write( "Question 1158684: A class is given an exam. The distribution of the scores is normal. The mean score is 80 and the standard deviation is 11. What is the probability that a student scored less than 78?\r
\n" );
document.write( "\n" );
document.write( "P(x < 78) = \r
\n" );
document.write( "\n" );
document.write( "Express the probability as a decimal rounded to 4 decimal places. \n" );
document.write( "
Algebra.Com's Answer #781675 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "=(78-80)/11 \n" ); document.write( "probability z<-2/11 is 0.4279 \n" ); document.write( "We usually use z in the decimal form so here z=-0.182, but on a calculator one can use the fraction just as well.\r \n" ); document.write( "\n" ); document.write( "2VARS 2 Normalcdf -6, -(2/11) . Note, I use -6 rather than 1E99 just for simplicity since 6 sd s from the mean will not change the result to four decimal places. \n" ); document.write( " |