4.6 Deviation: Markov & Chebyshev Bounds

Practice with Bounds


Suppose 120 students take the 6.042 final exam and the mean of their grades is 90. However, you have no other information about the students and the exam, for example, you should not assume that the final is worth 100 points.

  1. State the best possible upper bound on the number of students who scored at least 180.

    Exercise 1

    Let \(R\) be the score of a student chosen at random. According to Markov's Theorem: \[\Pr[R \geq 180] \leq \frac{E[R]}{180} = \frac{90}{180} = \frac{1}{2}.\] So at most \(\frac{1}{2}\cdot 120 = 60\) students scored greater than or equal to 180.

  2. Now suppose somebody tells you that the lowest score on the exam is 30. Compute the new best possible upper bound on the number of students who scored at least 180.

    Exercise 2

    Let \(R\) be as in the above question. We can apply Markov's Theorem to the variable \(R-30\): \[\Pr[R \geq 180] = Pr[R-30 \geq 150] \leq \frac{E[R-30]}{150} = \frac{60}{150} = \frac{2}{5}.\] So at most \(\frac{2}{5}\cdot 120 = 48\) students scored greater than or equal to 180.