Markov And Chebyshevs Inequality
Ever wondered how to predict the chance of something unusual happening without knowing all the details? Markov's and Chebyshev's inequalities are like probability superpowers, giving us powerful estimates and bounds even with limited information about a situation.

What Are Markov's and Chebyshev's Inequalities?
Markov's and Chebyshev's inequalities are foundational principles in probability that allow us to estimate the probability of a random variable being far from its average value, even when we don't know the exact details of its probability distribution. Think of them as mathematical safety nets. You might not know exactly what will happen, but these inequalities can tell you the 'worst-case scenario' for how likely an extreme event is.
Imagine you know the average height of students in your school, but you don't have a list of every single student's height. You can't calculate the exact probability of finding a student taller than 6 feet. However, these inequalities let you set an upper bound on that probability. For example, you could conclude that the probability of finding a student taller than 6 feet is 'at most 15%' or 'no more than 0.15'. They don't give you the exact answer, but they provide a guaranteed limit, which is incredibly useful in science, engineering, and finance.
The Building Blocks: What Are Mean and Variance?
Before we can use these powerful tools, we need to understand their key ingredients: the mean, variance, and standard deviation. These are concepts that describe the center and spread of a set of data.
The Mean (or Expected Value)
The mean is simply the average of all the numbers in a dataset. It tells us the 'central' or 'typical' value we can expect. For a random variable
For example, if we have the test scores
The average score is
Variance and Standard Deviation
While the mean tells us about the center, the variance and standard deviation tell us how spread out the data is. A small variance means the data points are clustered tightly around the mean, while a large variance means they are scattered far apart.
- Variance, written as
(sigma-squared) or , is the average of the squared differences from the Mean. - Standard Deviation, written as
, is simply the square root of the variance. It's often easier to interpret because it's in the same units as the original data.
Let's calculate the variance for our test scores with mean
- Find the difference between each score and the mean:
, which gives . - Square each difference:
, which gives . - Average these squared differences (this is the variance):
The standard deviation is the square root of the variance:
Diving Deep into Markov's Inequality
Markov's inequality is our first tool. It's simple but has one very important rule: it only works for random variables that are non-negative. This means it can be used for things like height, weight, time, or counts, but not for things like temperature change or profit/loss which can be negative.
The inequality gives an upper bound on the probability that a non-negative variable
In words, this says: 'The probability of
The average number of daily visitors to a small blog is
Solution:
- Identify the variables. The number of visitors,
, is a non-negative random variable. - The mean is
. - The value we are interested in is
. - Apply Markov's inequality:
So, the probability of getting at least
Introducing Chebyshev's Inequality: A More Powerful Tool
Chebyshev's inequality (sometimes spelled Tchebysheff's) is a step up from Markov's. It's more powerful because it uses more information: both the mean (
This inequality gives a bound on the probability that a value will fall a certain distance away from the mean. The distance is measured in terms of standard deviations.
Let's break down the term
So, the inequality tells us the probability of a random variable being 'far away' from its average. For example:
- The probability of being at least
standard deviations from the mean ( ) is at most or %. - The probability of being at least
standard deviations from the mean ( ) is at most or about %.
This is a universal rule that holds for any dataset or probability distribution, which is what makes it so remarkable.
How Do You Apply Chebyshev's Inequality?
Applying Chebyshev's inequality involves identifying the mean, standard deviation, and the number of standard deviations (
The average score on a national science test is
Solution:
- Identify the mean and standard deviation:
and . - We are looking for the probability of a score being far from the mean. The distance from the mean to
is . The distance from the mean to is . So we want to find the probability that the score is at least points away from the mean. - Express this distance in terms of standard deviations. How many
's is ? We solve for : . - Now apply Chebyshev's inequality with
:
The probability that a student scores outside the range
A machine fills bags of chips. The average weight of a bag is
Solution:
- Identify the mean and variance:
and . - This means the standard deviation is
ounces. - The question asks for the probability of being *within* a range. Chebyshev's gives the probability of being *outside* a range. We can use the complement rule:
. - The range is from
to . The distance from the mean ( ) to either end is ounces. - Find
: . - First, find the probability of being *outside* this range using Chebyshev's:
- Now, use the complement to find the probability of being *inside* the range:
- So, we can say there is at least a
% probability that a bag will weigh between and ounces.
This tells us the probability of a bag being lighter than
Since

Markov vs. Chebyshev: Which One Should You Use?
Both inequalities are useful, but they apply in different situations and give different kinds of information. Choosing the right one depends on what you know about your data.
| Feature | Markov's Inequality | Chebyshev's Inequality |
|---|---|---|
| Information Needed | Only the mean ( | The mean ( |
| Variables It Applies To | Only non-negative random variables | Any random variable |
| Type of Bound | One-sided: gives a bound for | Two-sided: gives a bound for being far from the mean in either direction, |
| 'Tightness' of Bound | Generally provides a looser, less precise bound. | Generally provides a tighter, more useful bound because it uses more information (the variance). |
The bottom line: If you only know the mean and your data is non-negative, use Markov's. If you know both the mean and the variance, Chebyshev's will almost always give you a more accurate and useful estimate.
Common Mistakes to Avoid
When first learning about these inequalities, it's easy to make a few common errors. Be on the lookout for these pitfalls:
- Using Markov's on Negative Data: The biggest rule for Markov's inequality is that the variable must be non-negative. You can't use it to find bounds on daily temperature changes if the temperature can drop (a negative value).
- Confusing Variance and Standard Deviation: Remember that
is the variance and is the standard deviation. Chebyshev's formula uses to define the distance ( ), so make sure you take the square root of the variance if you are given it. - Forgetting to Square
: A frequent algebraic mistake is to write instead of in Chebyshev's inequality. Always square the number of standard deviations. - Misinterpreting the Bound: These inequalities do not give you the exact probability. They provide an upper bound. If an inequality tells you
, the true probability could be , , or even . You only know that it cannot be, for example, . - Mixing Up 'At Least' and 'At Most': The result of the inequality is an 'at most' statement (e.g., probability is at most
%). When using the complement rule, this flips to an 'at least' statement (e.g., probability is at least %). Pay close attention to the wording of your conclusion.
Quick Summary and Key Formulas
Here are the essential takeaways from this lesson for quick reference.
Key Concepts
- Inequalities like Markov's and Chebyshev's provide an upper bound on probabilities without needing to know the full distribution.
- The mean (
) measures the center of the data. - The variance (
) and standard deviation ( ) measure the spread of the data. - Markov's Inequality is simpler but requires non-negative data and only uses the mean.
- Chebyshev's Inequality is more powerful, uses the mean and variance, and works for any data distribution.
Key Formulas
Markov's Inequality
For a non-negative random variable
Chebyshev's Inequality
For any random variable
Frequently Asked Questions
Why are these called inequalities and not equalities?
They are called inequalities because they don't give an exact probability, but rather a boundary. They state that a probability is less than or equal to (
Can I use Markov's inequality if some values are negative?
No, you cannot. Markov's inequality is only valid for random variables that are strictly non-negative (zero or positive). Using it on data that can be negative, like profit/loss or temperature change, will lead to incorrect conclusions.
Is the bound from Chebyshev's inequality always accurate?
The bound from Chebyshev's inequality is always *correct*, but it is not always *accurate* or 'tight'. Because it must work for every possible distribution, the bound is often very conservative. For many common distributions like the normal distribution, the actual probability of being far from the mean is much smaller than the Chebyshev bound.
What's the difference between variance and standard deviation again?
Variance (
Which inequality gives a 'better' or tighter bound?
Chebyshev's inequality almost always gives a better, or 'tighter', bound than Markov's. This is because it uses more information about the data—both the mean and the variance. More information allows for a more precise estimate.
Do these inequalities work for any probability distribution?
This is their main strength! Chebyshev's inequality works for absolutely any probability distribution, as long as it has a defined mean and variance. Markov's works for any distribution of a non-negative random variable. This universality is what makes them so fundamental in probability theory.
Where are these inequalities used in the real world?
They are used in many fields. In finance, they can estimate the risk of an investment's return falling far below the average. In engineering and manufacturing, they can help determine the probability of a product defect without testing every single item.