According to the Current Population Reports published by the
Solution
a)
We first get the z score for the two values. As z = (x - u) sqrt(n) / s, then as
x1 = lower bound = 3500
x2 = upper bound = 4500
u = mean = 4000
n = sample size = 100
s = standard deviation = 7500
Thus, the two z scores are
z1 = lower z score = (x1 - u) * sqrt(n) / s = -0.666666667
z2 = upper z score = (x2 - u) * sqrt(n) / s = 0.666666667
Using table/technology, the left tailed areas between these z scores is
P(z < z1) = 0.252492538
P(z < z2) = 0.747507462
Thus, the area between them, by subtracting these areas, is
P(z1 < z < z2) = 0.495014925 [ANSWER]
************************
To get the left tailed areas of z scores, you can do in a ti-84 calculator
normcdf(-1E99, z, 0, 1)
where z is your z score.
