document.write( "Question 1184560: A particular fruit's weights are normally distributed, with a mean of 515 grams and a standard deviation of 14 grams.\r
\n" );
document.write( "\n" );
document.write( "If you pick 11 fruit at random, what is the probability that their mean weight will be between 501 grams and 502 grams (Give answer to 4 decimal places.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #815184 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=( x bar-mean)/sigma/sqrt(n) \n" ); document.write( "=(501-515)/14/sqrt(11)=-3.317 \n" ); document.write( "and (502-515)14/sqrt(11)=-3.080 \n" ); document.write( "probability is 0.00058 or 0.0006. \n" ); document.write( "check with (2ndVARS2 normalcdf(501,502,515,14/(sqrt(11)) ENTER \n" ); document.write( " |