Chebyshev's inequality says that $$P(|X-\mu|>k\sigma) \le \frac{1}{k^2}$$ where $\mu$ is the mean of $X$ and $\sigma$ is its standard deviation. This is the probability of the random variable being more than $k$ standard deviations from the mean, and note that its maximum value goes down as $k$ gets large, as you would expect.
Another way to put this is that the interval $(\mu-k\sigma,\mu +k\sigma)$ will contain more than a $1-1/k^2$ fraction of the data. So for $k=2,$ Chebyshev says that at least $1-1/2^2=75\%$ of the data lie within two standard deviations. For $k=3$ it means that more than $1-1/3^2 \approx 89\%$ of the data lie within three standard deviations.
The answer you give appears to compute an interval, not interpret it. I'm guessing it's an interval for the number of missiles that successfully fire. In order to get that you need to compute the mean $\mu$ and standard deviation $\sigma$ of that random variable and plug it into $(\mu-k\sigma,\mu+k\sigma)$ for $k=2,3$ and then interpret the interval as above.