A professor knows that the test score of a student taking her exam is a random variable with mean $75$ and variance $25$. Find the $n$, the number of students to ensure that with probability $0.9375$ the class average would be within $5$ to $75$.
My Working:
As far as I have understood the problem required the use of Chebyshev's inequality, and I am sure of that. But I am unable to apply it properly. Can anyone guide and help. I will really appreciate it.
Let $\bar{X}$ denote the class average, i.e. $$\bar{X} = \frac{1}{n}\sum_{i=1}^{n}X_i,$$ where $X_i$ denotes the s.v. describing the score of student $i$. Assume that the $X_i$ are i.i.d:s with $\langle X_i \rangle = 75$ and $\mathrm{Var(X_i)}=25$. We then have $\mu = \langle \bar{X} \rangle = 75$ and $\sigma^2=\mathrm{Var(\bar{X})} = 25/n$, i.e. $\sigma = 5/\sqrt{n}$.
I understand the question as follows. Find $n$ such that the inequality $$ \mathrm{Pr}(|\bar{X}-75|\leq 5) \geq 0.9375$$ holds. Taking complements, this inequality is equivalent to $$1) \ \mathrm{Pr}(|\bar{X}-\mu|\geq r\sigma) \leq 1-0.9375 = 0.0625,$$ where $r= \sqrt{n}$. By Chebyshev's inequality we have $$2) \ \mathrm{Pr}(|\bar{X}-\mu|\geq r\sigma) \leq 1/r^2.$$ Thus, the inequality 1) is guaranteed by 2) if $1/n=1/r^2 \leq 0.0625$, or if $n \geq 16$.