Steven K. answered 05/09/20
Statistics and Probability Tutor with Masters in Data Science
1. We need to first define the probability that we are looking for:
X - (random variable X) is the BMI for boys aged 2-20
µ=17.8
σ=1.9
P(X ≤ µ-a)≤ σ2/(σ2 + a2) This is one sided Chebyshev’s theorem
First we need to find the value of a:
µ-a = 10.2
17.8-a = 10.2
a = 7.6
P(X ≤ 17.8-7.6)≤1.92/(1.92 + 7.62) = .0588
2. This problem does not say to use Chebyshev’s theorem, so we will use the normal distribution with the appropriate z score.
P(X ≥ 21.6)
P(x ≥ 21.6) = 1 - P(z ≤ (21.6 - 17.8)/(1.9/√15))
= 1 - P(z ≤ 7.746) = 0.000
If we use Chebyshev’s theorem:
a = 3.8
P(X ≥ 17.8+3.8)≤1.92/(1.92 + 3.82) = .20