
Stephanie H. answered 09/26/15
Tutor
4.9
(19)
Effective math, science, and C++ programming tutor.
We'll use seeds as an example of a binomial distribution.
We're planting tomato seeds and the probability of a seed germinating is 0.8. We plant 9 seeds total. Let 'X' be equal to the number of tomato seeds that actually germinate.
Now, with that information given above, we can solve for the:
mean (µ): the average number of seeds that we could expect to germinate = n * p
standard deviation (σ): sqrt of n*p*(1-p)
Once you calculate the mean and standard deviation, you can calculate the minimum usual value and the max usual value.
Now, in your problem:
n = 1415
p = 3/5
so,
the mean would be: (1415)(3/5) = 849
the standard deviation would be: sqrt (mean)(1-3/5) = 18.4282
Next, we find the minimum and maximum usual values according to the equations you gave:
minimum: mean - 2(standard deviation)
= 849 - 2(18.4282)
= 812.1436
maximum: mean + 2(standard deviation)
= 849 + 2(18.4282)
= 885.8564
Brittany T.
07/16/18