Skip to main content

TL;DR

Markov's Inequality: For non-negative X: P(X >= a) <= E[X]/a — crude but universal tail bound. This concept is essential for quantitative trading interviews and is frequently tested at top firms.

By Valenke Exam Prep Team·Last updated 2026-06-01
Probability

Markov's Inequality

For non-negative X: P(X >= a) <= E[X]/a — crude but universal tail bound.

Markov's inequality gives you a tail bound using nothing but the mean. If X0X \geq 0 and a>0a > 0: P(Xa)E[X]aP(X \geq a) \leq \frac{E[X]}{a} Intuition: Think of it as a "fairness" argument. If the average income in a room is \$50k, then at most half the people can earn \$100k or more — otherwise the average would be pulled above \$50k. More generally, the fraction of people earning a\geq a can't exceed (mean)/a/a. Proof (one line): E[X]=xxP(X=x)xaxP(X=x)aP(Xa)E[X] = \sum_{x} x \cdot P(X=x) \geq \sum_{x \geq a} x \cdot P(X=x) \geq a \cdot P(X \geq a). Concrete example: A factory produces widgets with mean weight 10g. What fraction can weigh 50\geq 50g? By Markov: P(X50)10/50=0.2P(X \geq 50) \leq 1050\frac{10}{50} = 0.2. At most 20%. When to use: When you only know E[X]E[X] and need a quick upper bound on P(Xa)P(X \geq a). It's crude — but it's the weakest assumption you can make, so it's always valid. In interviews, Markov is often the first step before tightening to Chebyshev. Alternative approach: If you also know the variance, Chebyshev's inequality gives a tighter bound. Markov is the foundation that Chebyshev is built on.

Ready to practice for the Valenke Finance Exam?

Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.

Start free practice →