document.write( "Question 1192863: A particular fruit's weights are normally distributed, with a mean of 657 grams and a standard deviation of 36 grams you pick 23 fruit at random, what is the probability that their mean weight will be between 639 grams and 649 grams? (Round to 4 decimal places.) \n" ); document.write( "
Algebra.Com's Answer #824923 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd/sqrt(n) \n" ); document.write( "z(639)=(639-657)36/sqrt(23) \n" ); document.write( "=-2.398 \n" ); document.write( "z(649)=(649-657)/36/sqrt(23) \n" ); document.write( "=-8*sqrt(23)/36)=-1.066 \n" ); document.write( "probability of z between those two values is 0.1350 \n" ); document.write( " |