document.write( "Question 1193664: A normally distributed data set of 500 values has a mean of 35 and a standard deviation of 7. Which is closest to the probability that a value in the data set will fall between 42 and 46?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #825845 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(41.5-35)/7 and z=(46.5-35)/7 using the continuity correction factor. \n" ); document.write( "z values are 6.5/7 and 11.5/7 or 0.93 and 1.64 and that is a probability of 0.1257 \n" ); document.write( "Where you round z affects that last digit. \n" ); document.write( "Can also use 2nd VARS2(normalcdf(41.5,46.5,35,7) ENTER and get probability of 0.1263, rounded at end. \n" ); document.write( " |