Hi Eva,
Chebychev’s Inequality states:
P(mu-k*sigma) <= x <= mu + k*sigma >= 1-(1/k2)
We were given:
mu=18.1
sigma=6.4
We need k. To find it, we use the probability we were given, 88.9%, and convert to a decimal. This value is the right side of Chebychev’s Inequality:
1-(1/k2) = 0.889
Subtract 1 from both sides:
-(1/k2) = -0.111
Divide out the negative and multiply by k2:
1=0.111k2
k2=9.00
k= +/- 3.00
Now that we know k=3, we can substitute in on the left side of the inequality and get our range:
[18.1-3(6.4)] <= x <= [18.1 + 3(6.4)]
-1.1 <= x <= 37.3, or
-1.1 to 37.3
I hope this helps.