I have the following problem :
Determine what age interval will contain at least 95% of the data (Chebyshev's) ?
Now, I have standard deviation of 1.516, mean of 19.211.
The formula is $1-(1/k^2) = .95$ So I solve for k to get $\sqrt 2$.
Now, I calculate the interval by mean + $\sqrt 2$*standard deviation = RIGHT AGE INTERVAL
Why is this wrong? I get approximately $21.3578$.
The left interval, let's just skip it for now.
Is my logic off?