SOLUTION: A particular fruit's weights are normally distributed, with a mean of 583 grams and a standard deviation of 9 grams.
If you pick one fruit at random, what is the probability tha
Algebra ->
Probability-and-statistics
-> SOLUTION: A particular fruit's weights are normally distributed, with a mean of 583 grams and a standard deviation of 9 grams.
If you pick one fruit at random, what is the probability tha
Log On
Question 1166162: A particular fruit's weights are normally distributed, with a mean of 583 grams and a standard deviation of 9 grams.
If you pick one fruit at random, what is the probability that it will weigh between 584 grams and 600 grams Answer by Boreal(15235) (Show Source):
You can put this solution on YOUR website! z (584)=(584-583)/9 or +1/9
z (600)=17/9
the probability of z between those two values
2nd VARS2normalcdf((1/9),(17/9))ENTER
=0.4263