Question 1052805
mean = 65.2 grams
standard deviation = 4 grams.


you want to find the probability that the average weight of 50 pieces is between 64 and 66 grams.


the sample size is 50.


the standard error is equal to the standard deviation divided by the square root of the sample size.


that makes the standard error equal to 4 / sqrt(50) = .5656854249.


for practical purposes, this can be rounded to 4 decimal places.


the standard error is therefore calculated to be .5657.


you need to find the z-score for the lower threshold and the z-score for the higher threshold.


the formula for z-score is z = (x-m) / s


z is the z-score
x is the raw score.
m is the mean.
s is the standard error in this case.


your two threshold z-scores will be calculated as follows.


lower threshold z-score becomes z = (64 - 65.2) / .5657


higher threshold z-score becomes z = (66 - 65.2) / .5657


results are:


lower threshold z-score = -2.121265689 which can be shortened to -2.12 for practical purposes, since that's the accuracy of most z-score tables.


higher threshold z-score = 1.414177126 which can be shortened to 1.41 for practical purposes, since that's the accuracy of most z-score tables.


you would look these scores up in the z-score table and get the area to the left of that z-score for each one.


you would then subtract the smaller area from the larger area to get the area between.


the lower z-score gives an area to the left of it of .0170


the higher z-score gives an area to the left of it of .9207


the area in between is equal to .9207 minus .0170 which is equal to.9037


that's your solution.


this can be visually represented as shown below:


<img src = "http://theo.x10hosting.com/2016/101401.jpg" alt="$$$" </>


the z-score table i used can be found here:


<a href = "http://www.stat.ufl.edu/~athienit/Tables/Ztable.pdf" target = "_blank">http://www.stat.ufl.edu/~athienit/Tables/Ztable.pdf</a>


the z-score calculator i used to give you the visual presentation can be found here:


<a href = "http://davidmlane.com/hyperstat/z_table.html" taerget = "_blank">http://davidmlane.com/hyperstat/z_table.html</a>