100% FREE Updated: Mar 2026 Probability Theory Expectation, Variance, and Bounds

Probabilistic Bounds

Comprehensive study notes on Probabilistic Bounds for CMI M.Sc. and Ph.D. Computer Science preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Probabilistic Bounds

This chapter introduces fundamental probabilistic bounds, specifically Markov's and Chebyshev's inequalities. These powerful tools are crucial for deriving concentration inequalities and understanding the behavior of random variables without full knowledge of their distributions. Mastering these concepts is essential for advanced probability theory and frequently tested in CMI examinations.

---

Chapter Contents

|

| Topic |

|---|-------| | 1 | Markov's Inequality | | 2 | Chebyshev's Inequality |

---

We begin with Markov's Inequality.

Part 1: Markov's Inequality

Markov's Inequality provides a fundamental upper bound on the probability that a non-negative random variable takes a value greater than or equal to some positive constant, given only its expectation. This inequality is crucial for estimating probabilities when detailed distributional information is unavailable.

---

Core Concepts

1. Markov's Inequality Statement

For a non-negative random variable XX and any positive constant a>0a > 0, Markov's Inequality states that the probability P(Xβ‰₯a)P(X \ge a) is bounded by the ratio of the expected value of XX to aa.

πŸ“ Markov's Inequality
P(Xβ‰₯a)≀E[X]aP(X \ge a) \le \frac{E[X]}{a}

Where:
XX is a non-negative random variable (i.e., P(X<0)=0P(X < 0) = 0).
E[X]E[X] is the expected value of XX.
* aa is a positive constant (a>0a > 0).
When to use: When we need an upper bound on P(Xβ‰₯a)P(X \ge a) and only E[X]E[X] is known, and XX is non-negative.

Worked Example 1: Basic Application

A random variable XX represents the daily energy consumption (in kWh) of a household. We know that the average daily energy consumption is E[X]=12E[X] = 12 kWh. We want to find an upper bound for the probability that the household consumes at least 30 kWh on a given day.

Step 1: Identify the random variable, its expectation, and the constant aa.

> Here, XX is the daily energy consumption, which is non-negative.
> E[X]=12E[X] = 12.
> We are interested in P(Xβ‰₯30)P(X \ge 30), so a=30a = 30.

Step 2: Apply Markov's Inequality.

$ P(X \ge a) \le \frac{E[X]}{a}

>>

P(X \ge 30) \le \frac{12}{30}

>>

P(X \ge 30) \le \frac{2}{5}

>>

P(X \ge 30) \le 0.4

Μ² X be the pro…" style="color:#cc0000">Answer: The probability that the household consumes at least 30 kWh is at most 0.4.

:::question type="NAT" question="The average processing time for a job on a server is 500 milliseconds. What is the maximum possible probability that a job takes at least 2 seconds (2000 milliseconds) to process?" answer="0.25" hint="Ensure units are consistent before applying the inequality." solution="Step 1: Define the random variable and parameters.
Let XX be the processing time in milliseconds. Xβ‰₯0X \ge 0.
We are given E[X]=500E[X] = 500 milliseconds.
We want to find P(Xβ‰₯2000)P(X \ge 2000). Thus, a=2000a = 2000.

> Step 2: Apply Markov's Inequality.
>

P(X \ge a) \le \frac{E[X]}{a}
>>

P(X \ge 2000) \le \frac{500}{2000}

>>

P(X \ge 2000) \le \frac{1}{4}

>>

P(X \ge 2000) \le 0.25

Answer: The maximum possible probability is 0.25."
:::

---

2. Conditions and Limitations

Markov's Inequality provides a universal bound but can be very loose. Its primary strength lies in requiring minimal information (only the expectation) about the random variable.

<div class="callout-box my-4 p-4 rounded-lg border bg-red-500/10 border-red-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>❗</span>
<span>Must Remember</span>
</div>
<div class="prose prose-sm max-w-none"><p>The two critical conditions for applying Markov's Inequality are:<br><li> The random variable <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span> must be <strong>non-negative</strong> (<span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo> & lt;</mo><mn>0</mn><mo stretchy="false">)</mo><mo>=</mo><mn>0</mn></mrow><annotation encoding="application/x-tex">P(X & lt; 0) = 0</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel"> & lt;</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord">0</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">0</span></span></span></span></span>).</li><br><li> The constant <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>a</mi></mrow><annotation encoding="application/x-tex">a</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">a</span></span></span></span></span> must be <strong>positive</strong> (<span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>a</mi><mo> & gt;</mo><mn>0</mn></mrow><annotation encoding="application/x-tex">a & gt; 0</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.5782em;vertical-align:-0.0391em;"></span><span class="mord mathnormal">a</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel"> & gt;</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">0</span></span></span></span></span>).</li></p></div>
</div>

Worked Example 2: When Markov's Inequality is Not Applicable or Trivial

Consider a random variable YY representing the profit from an investment, where YY can be negative (loss). E[Y]=100E[Y] = 100.
We want to find an upper bound for P(Yβ‰₯βˆ’50)P(Y \ge -50).

Step 1: Check conditions for Markov's Inequality.

> YY is not necessarily non-negative. P(Y & lt; 0) can be non-zero.
> The constant a=βˆ’50a = -50 is not positive.
> Therefore, Markov's Inequality cannot be directly applied to YY for P(Yβ‰₯βˆ’50)P(Y \ge -50).

Step 2: Consider a different scenario: P(Yβ‰₯200)P(Y \ge 200).

> Even if YY could be negative, if we were to apply Markov's to P(Yβ‰₯200)P(Y \ge 200), we would get:
>

P(Y \ge 200) \le \frac{E[Y]}{200} = \frac{100}{200} = 0.5
&#x27; in math mode at position 60: …nvalid becauseΜ² Y is not gua…" style="color:#cc0000"> & gt; However, this application is technically invalid because Y isnotguaranteedtobenonβˆ’negative.Ifis not guaranteed to be non-negative. If Y $ were non-negative, the bound would be valid.
>
> If a≀E[X]a \le E[X], the bound E[X]/aE[X]/a can be β‰₯1\ge 1, which is a trivial bound for a probability. For instance, if E[X]=10E[X]=10 and we seek P(Xβ‰₯5)P(X \ge 5), Markov gives P(Xβ‰₯5)≀10/5=2P(X \ge 5) \le 10/5 = 2. Since probability cannot exceed 1, this bound is not useful.

Answer: Markov's Inequality requires Xβ‰₯0X \ge 0 and a & gt; 0. It yields a trivial bound if a≀E[X]a \le E[X] (resulting in E[X]/aβ‰₯1E[X]/a \ge 1).

:::question type="MSQ" question="Which of the following statements about Markov's Inequality are correct?" options=["It can be applied to any random variable XX for any a & gt;0.", "It provides a lower bound for the probability P(Xβ‰₯a)P(X \ge a).", "It requires the random variable XX to be non-negative.", "The bound becomes trivial (i.e., β‰₯1\ge 1) if a≀E[X]a \le E[X]."] answer="It requires the random variable XX to be non-negative.,The bound becomes trivial (i.e., β‰₯1\ge 1) if a≀E[X]a \le E[X]." hint="Recall the conditions for the inequality and the nature of the bound it provides." solution="Step 1: Analyze each option against the definition and conditions of Markov's Inequality.
* Option 1: 'It can be applied to any random variable XX for any a & gt;0.' This is incorrect. Markov's Inequality specifically requires XX to be a non-negative random variable.
Option 2: 'It provides a lower bound for the probability P(Xβ‰₯a)P(X \ge a).' This is incorrect. Markov's Inequality provides an upper bound* for P(Xβ‰₯a)P(X \ge a).
* Option 3: 'It requires the random variable XX to be non-negative.' This is correct. This is a fundamental condition for the inequality.
* Option 4: 'The bound becomes trivial (i.e., β‰₯1\ge 1) if a≀E[X]a \le E[X].' This is correct. If a≀E[X]a \le E[X], then E[X]/aβ‰₯1E[X]/a \ge 1. Since probabilities cannot exceed 1, a bound of β‰₯1\ge 1 offers no useful information beyond what we already know about probabilities.

Answer: The correct options are "It requires the random variable XX to be non-negative." and "The bound becomes trivial (i.e., β‰₯1\ge 1) if a≀E[X]a \le E[X]."
"
:::

---

Advanced Applications

Markov's Inequality is often used to establish bounds on the number of items or individuals satisfying a certain condition in a population, given the average.

Worked Example 3: Maximum Number of Individuals

A university has 2000 students. The average number of books borrowed from the library per student per semester is 5. We want to determine the maximum possible number of students who borrowed at least 25 books in a semester.

Step 1: Define the random variable and apply Markov's Inequality to find the probability.

> Let XX be the number of books borrowed by a student. XX is non-negative.
> We are given E[X]=5E[X] = 5.
> We want to find the probability P(Xβ‰₯25)P(X \ge 25), so a=25a = 25.
> Applying Markov's Inequality:
>

P(X \ge 25) \le \frac{E[X]}{25}
>>

P(X \ge 25) \le \frac{5}{25}

>>

P(X \ge 25) \le \frac{1}{5}

>>

P(X \ge 25) \le 0.2

&#x27; in math mode at position 267: … of students =Μ²0.2 \times 2000…" style="color:#cc0000">Step 2: Calculate the maximum number of students.

> The maximum proportion of students who borrowed at least 25 books is 0.2.
> To find the maximum number of students, we multiply this probability by the total number of students.
> Maximum number of students = 0.2Γ—20000.2 \times 2000
> Maximum number of students = 400400

Answer: The maximum possible number of students who borrowed at least 25 books is 400.

:::question type="NAT" question="In a factory, the average number of defective items produced per day is 15. If the factory produces 1000 items daily, what is the maximum possible number of items that could have at least 60 defects?" answer="250" hint="First, calculate the probability using Markov's Inequality, then scale it to the total number of items." solution="Step 1: Define the random variable and parameters.
Let XX be the number of defects in an item. Xβ‰₯0X \ge 0.
The problem states the average number of defective items per day, which implies E[X]E[X] refers to the average defect count per item or total average defects. Given the phrasing 'average number of defective items produced per day is 15', and then 'maximum possible number of items that could have at least 60 defects', it implies E[X]E[X] is the average defect count per item. However, this interpretation can be ambiguous. A more direct interpretation of "average number of defective items produced per day is 15" could mean that 15 items on average are defective. But then "items that could have at least 60 defects" implies a random variable related to defects per item.

Let's re-interpret the question to align with typical Markov applications:
Assume XX is the number of defects per item. The average number of defects per item is E[X]=15/1000=0.015E[X] = 15/1000 = 0.015. This seems too small for a=60a=60.

Let's assume the question meant: The average defect count across all items is 15 per 1000 items. Or, more simply, if we consider a single item, its expected number of defects is 15/100015/1000. This interpretation doesn't quite fit the a=60a=60.

A common way these questions are phrased (and as seen in the PYQ) is that the average value of a characteristic (like screen time, or defects) is given, and we need to find the probability that this characteristic exceeds a certain value.
Let's assume E[X]E[X] refers to the average number of defects per item if we were to consider a single item's defect count. This doesn't make sense if a=60a=60.

Let's re-read the PYQ: "average screen time for the class was 4 hours." This is E[X]E[X] for a student. "max number of students with at least 16 hours".
Applying this logic to the current question:
"the average number of defective items produced per day is 15." This implies the average count of defects across the production.
"maximum possible number of items that could have at least 60 defects." This means we are looking at individual items and their defect counts.

This implies E[X]E[X] is the average defect count per item.
If the average number of defective items is 15, and there are 1000 items, this usually refers to 15 items being defective, not 15 defects per item.
Let's reconsider the phrasing of the question. It seems to imply that the total number of defects across all 1000 items averages 15. This would mean E[Xtotal]=15E[X_{total}] = 15. If XiX_i is defects for item ii, then E[βˆ‘Xi]=15E[\sum X_i] = 15.
This is problematic if we are looking for P(Xiβ‰₯60)P(X_i \ge 60).

Let's assume the question meant: The average defect count per item (i.e., E[X]E[X]) is 15. This is a common way to phrase it, even if 'defective items' is used. If an item has 60 defects, it's certainly 'defective'. So, XX = number of defects on an item. E[X]=15E[X]=15.
This makes XX non-negative.
We want to find P(Xβ‰₯60)P(X \ge 60). So a=60a=60.

> Step 2: Apply Markov's Inequality.
>

P(X \ge a) \le \frac{E[X]}{a}
>>

P(X \ge 60) \le \frac{15}{60}

>>

P(X \ge 60) \le \frac{1}{4}

>>

P(X \ge 60) \le 0.25

&#x27; in math mode at position 123: …ber of items =Μ²0.25 \times 100…" style="color:#cc0000">> Step 3: Calculate the maximum number of items.
> The factory produces 1000 items daily.
> Maximum number of items = 0.25Γ—10000.25 \times 1000
> Maximum number of items = 250250

Answer: The maximum possible number of items with at least 60 defects is 250."
:::

---

Problem-Solving Strategies

<div class="callout-box my-4 p-4 rounded-lg border bg-green-500/10 border-green-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>πŸ’‘</span>
<span>CMI Strategy</span>
</div>
<div class="prose prose-sm max-w-none"><p>When encountering problems that ask for an upper bound on a probability <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo>β‰₯</mo><mi>a</mi><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">P(X \ge a)</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">a</span><span class="mclose">)</span></span></span></span></span> or the maximum number of items satisfying <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi><mo>β‰₯</mo><mi>a</mi></mrow><annotation encoding="application/x-tex">X \ge a</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8193em;vertical-align:-0.136em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">a</span></span></span></span></span>, and only the expectation <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>E</mi><mo stretchy="false">[</mo><mi>X</mi><mo stretchy="false">]</mo></mrow><annotation encoding="application/x-tex">E[X]</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mopen">[</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">]</span></span></span></span></span> is provided (and <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span> is clearly non-negative), Markov's Inequality is the primary tool to consider. It is often the first bound to attempt when no variance information is given.</p></div>
</div>

---

Common Mistakes

<div class="callout-box my-4 p-4 rounded-lg border bg-yellow-500/10 border-yellow-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>⚠️</span>
<span>Watch Out</span>
</div>
<div class="prose prose-sm max-w-none"><p>❌ <strong>Mistake:</strong> Applying Markov's Inequality when the random variable <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span> can take negative values.<br>βœ… <strong>Correct Approach:</strong> Ensure <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi><mo>β‰₯</mo><mn>0</mn></mrow><annotation encoding="application/x-tex">X \ge 0</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8193em;vertical-align:-0.136em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">0</span></span></span></span></span>. If <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span> can be negative, Markov's Inequality is not directly applicable. Sometimes, a transformation <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>Y</mi><mo>=</mo><mi>X</mi><mo>βˆ’</mo><mi>c</mi></mrow><annotation encoding="application/x-tex">Y = X - c</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.22222em;">Y</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.7667em;vertical-align:-0.0833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">βˆ’</span><span class="mspace" style="margin-right:0.2222em;"></span></span><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">c</span></span></span></span></span> or <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>Y</mi><mo>=</mo><mi mathvariant="normal">∣</mi><mi>X</mi><mi mathvariant="normal">∣</mi></mrow><annotation encoding="application/x-tex">Y = |X|</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.22222em;">Y</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord">∣</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mord">∣</span></span></span></span></span> might create a non-negative variable, but the resulting bound might be for a different probability.</p>
<p>❌ <strong>Mistake:</strong> Using Markov's Inequality to find a lower bound or for probabilities of the form <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo> & lt;</mo><mi>a</mi><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">P(X & lt; a)</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel"> & lt;</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">a</span><span class="mclose">)</span></span></span></span></span> or <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo>≀</mo><mi>a</mi><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">P(X \le a)</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">a</span><span class="mclose">)</span></span></span></span></span>.<br>βœ… <strong>Correct Approach:</strong> Markov's Inequality specifically provides an <strong>upper bound</strong> for <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo>β‰₯</mo><mi>a</mi><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">P(X \ge a)</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">a</span><span class="mclose">)</span></span></span></span></span>. For <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo> & lt;</mo><mi>a</mi><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">P(X & lt; a)</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel"> & lt;</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">a</span><span class="mclose">)</span></span></span></span></span>, we can use <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo> & lt;</mo><mi>a</mi><mo stretchy="false">)</mo><mo>=</mo><mn>1</mn><mo>βˆ’</mo><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo>β‰₯</mo><mi>a</mi><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">P(X & lt; a) = 1 - P(X \ge a)</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel"> & lt;</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">a</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.7278em;vertical-align:-0.0833em;"></span><span class="mord">1</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">βˆ’</span><span class="mspace" style="margin-right:0.2222em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">a</span><span class="mclose">)</span></span></span></span></span>, but the resulting lower bound <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mn>1</mn><mo>βˆ’</mo><mi>E</mi><mo stretchy="false">[</mo><mi>X</mi><mo stretchy="false">]</mo><mi mathvariant="normal">/</mi><mi>a</mi></mrow><annotation encoding="application/x-tex">1 - E[X]/a</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.7278em;vertical-align:-0.0833em;"></span><span class="mord">1</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">βˆ’</span><span class="mspace" style="margin-right:0.2222em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mopen">[</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">]</span><span class="mord">/</span><span class="mord mathnormal">a</span></span></span></span></span> is often not useful (e.g., if <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>E</mi><mo stretchy="false">[</mo><mi>X</mi><mo stretchy="false">]</mo><mi mathvariant="normal">/</mi><mi>a</mi><mo> & gt;</mo><mn>1</mn></mrow><annotation encoding="application/x-tex">E[X]/a & gt; 1</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mopen">[</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">]</span><span class="mord">/</span><span class="mord mathnormal">a</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel"> & gt;</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">1</span></span></span></span></span>, then <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mn>1</mn><mo>βˆ’</mo><mi>E</mi><mo stretchy="false">[</mo><mi>X</mi><mo stretchy="false">]</mo><mi mathvariant="normal">/</mi><mi>a</mi><mo> & lt;</mo><mn>0</mn></mrow><annotation encoding="application/x-tex">1 - E[X]/a & lt; 0</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.7278em;vertical-align:-0.0833em;"></span><span class="mord">1</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">βˆ’</span><span class="mspace" style="margin-right:0.2222em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mopen">[</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">]</span><span class="mord">/</span><span class="mord mathnormal">a</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel"> & lt;</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">0</span></span></span></span></span>).</p>
<p>❌ <strong>Mistake:</strong> Confusing <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>a</mi></mrow><annotation encoding="application/x-tex">a</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">a</span></span></span></span></span> with <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>E</mi><mo stretchy="false">[</mo><mi>X</mi><mo stretchy="false">]</mo></mrow><annotation encoding="application/x-tex">E[X]</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mopen">[</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">]</span></span></span></span></span> or using <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>a</mi><mo>≀</mo><mn>0</mn></mrow><annotation encoding="application/x-tex">a \le 0</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.7719em;vertical-align:-0.136em;"></span><span class="mord mathnormal">a</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">0</span></span></span></span></span>.<br>βœ… <strong>Correct Approach:</strong> Remember <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>a</mi></mrow><annotation encoding="application/x-tex">a</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">a</span></span></span></span></span> must be a positive constant (<span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>a</mi><mo> & gt;</mo><mn>0</mn></mrow><annotation encoding="application/x-tex">a & gt; 0</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.5782em;vertical-align:-0.0391em;"></span><span class="mord mathnormal">a</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel"> & gt;</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">0</span></span></span></span></span>) for the inequality to hold and be meaningful. If <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>a</mi><mo>≀</mo><mi>E</mi><mo stretchy="false">[</mo><mi>X</mi><mo stretchy="false">]</mo></mrow><annotation encoding="application/x-tex">a \le E[X]</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.7719em;vertical-align:-0.136em;"></span><span class="mord mathnormal">a</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mopen">[</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">]</span></span></span></span></span>, the bound <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>E</mi><mo stretchy="false">[</mo><mi>X</mi><mo stretchy="false">]</mo><mi mathvariant="normal">/</mi><mi>a</mi></mrow><annotation encoding="application/x-tex">E[X]/a</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mopen">[</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">]</span><span class="mord">/</span><span class="mord mathnormal">a</span></span></span></span></span> can be <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mo>β‰₯</mo><mn>1</mn></mrow><annotation encoding="application/x-tex">\ge 1</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.7719em;vertical-align:-0.136em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">1</span></span></span></span></span>, which is trivial.</p></div>
</div>

---

Practice Questions

:::question type="MCQ" question="A city's daily water consumption XX (in millions of liters) has an average of 150 million liters. What is the maximum possible probability that the city consumes at least 450 million liters on any given day?" options=["0.25","0.33","0.5","0.75"] answer="0.33" hint="Identify E[X]E[X] and aa, then apply Markov's Inequality." solution="Step 1: Identify the random variable, its expectation, and the constant aa.
Let XX be the daily water consumption. Xβ‰₯0X \ge 0.
We are given E[X]=150E[X] = 150.
We want to find P(Xβ‰₯450)P(X \ge 450), so a=450a = 450.

Step 2: Apply Markov's Inequality.

P(X \ge a) \le \frac{E[X]}{a}

P(X \ge 450) \le \frac{150}{450}

P(X \ge 450) \le \frac{1}{3}

P(X \ge 450) \approx 0.333

Μ² X be the num…" style="color:#cc0000">Answer: 0.33"
:::

:::question type="NAT" question="The average number of emails received by an employee in an hour is 10. In a department with 50 employees, what is the maximum possible number of employees who receive 40 or more emails in an hour?" answer="12" hint="First find the probability for a single employee, then scale by the total number of employees." solution="Step 1: Find the probability for a single employee using Markov's Inequality.
Let XX be the number of emails received by an employee in an hour. Xβ‰₯0X \ge 0.
We are given E[X]=10E[X] = 10.
We want to find P(Xβ‰₯40)P(X \ge 40), so a=40a = 40.

P(X \ge 40) \le \frac{E[X]}{40}

P(X \ge 40) \le \frac{10}{40}

P(X \ge 40) \le \frac{1}{4}

P(X \ge 40) \le 0.25

&#x27; in math mode at position 108: …of employees =Μ²0.25 \times 50 …" style="color:#cc0000">Step 2: Calculate the maximum number of employees.
Total employees = 50.
Maximum number of employees = 0.25Γ—50=12.50.25 \times 50 = 12.5.
Since the number of employees must be an integer, we take the floor.

Answer: 12"
:::

:::question type="MSQ" question="Which of the following scenarios can be analyzed using Markov's Inequality to provide a non-trivial upper bound for the probability P(Xβ‰₯a)P(X \ge a)?" options=["XX is the temperature in Celsius, E[X]=10∘CE[X]=10^\circ C, a=30∘Ca=30^\circ C.", "XX is the number of cars passing a point in an hour, E[X]=50E[X]=50, a=100a=100.", "XX is the profit from a stock, E[X]=100E[X]=100, a=βˆ’20a=-20.", "XX is the height of a person in cm, E[X]=170Β cmE[X]=170 \text{ cm}, a=160Β cma=160 \text{ cm}." ] answer="X is the number of cars passing a point in an hour, E[X]=50E[X]=50, a=100a=100." hint="Check both conditions: non-negativity of XX and positivity of aa. Also consider if the bound would be trivial (β‰₯1\ge 1)." solution="Step 1: Evaluate each option against the conditions for Markov's Inequality (Xβ‰₯0X \ge 0, a & gt; 0) and for a non-trivial bound (a & gt; E[X]).

* Option 1: 'XX is the temperature in Celsius, E[X]=10∘CE[X]=10^\circ C, a=30∘Ca=30^\circ C.'
* XX (temperature in Celsius) can be negative (e.g., βˆ’5∘C-5^\circ C). Thus, XX is not guaranteed to be non-negative. Markov's Inequality does not directly apply.
* Option 2: 'XX is the number of cars passing a point in an hour, E[X]=50E[X]=50, a=100a=100.'
* XX (number of cars) is always non-negative.
* a=100a=100 is positive.
* a & gt; E[X] (100 > 50), so the bound E[X]/a=50/100=0.5E[X]/a = 50/100 = 0.5 is non-trivial. This scenario is suitable.
* Option 3: 'XX is the profit from a stock, E[X]=100E[X]=100, a=βˆ’20a=-20.'
* XX (profit) can be negative (a loss). Thus, XX is not guaranteed to be non-negative.
* a=βˆ’20a=-20 is not positive. This scenario is not suitable.
* Option 4: 'XX is the height of a person in cm, E[X]=170Β cmE[X]=170 \text{ cm}, a=160Β cma=160 \text{ cm}.'
* XX (height) is always non-negative.
* a=160a=160 is positive.
However, a≀E[X]a \le E[X] (160 ≀\le 170). The bound would be E[X]/a=170/160β‰ˆ1.06E[X]/a = 170/160 \approx 1.06, which is greater than 1 and thus a trivial bound. While technically applicable, it does not provide a non-trivial bound. The question specifically asks for a non-trivial* bound.

Answer: X is the number of cars passing a point in an hour, E[X]=50E[X]=50, a=100a=100."
:::

:::question type="NAT" question="A certain type of battery has an average lifespan of 800 hours. A batch of 1000 such batteries is produced. What is the minimum possible number of batteries that can have a lifespan less than 200 hours, given that the lifespan is always non-negative?" answer="0" hint="Markov's inequality gives an upper bound for P(Xβ‰₯a)P(X \ge a). Convert the question to this form. Note that the minimum number can be 0 if the upper bound for P(Xβ‰₯a)P(X \ge a) is high enough." solution="Step 1: Use Markov's Inequality to find an upper bound for P(Xβ‰₯a)P(X \ge a).
Let XX be the lifespan of a battery. Xβ‰₯0X \ge 0.
We are given E[X]=800E[X] = 800 hours.
We want to find the minimum number of batteries with lifespan less than 200 hours, i.e., X & lt; 200.
This is equivalent to finding 1βˆ’P(Xβ‰₯200)1 - P(X \ge 200).
Applying Markov's Inequality for P(Xβ‰₯200)P(X \ge 200):

P(X \ge 200) \le \frac{E[X]}{200}

P(X \ge 200) \le \frac{800}{200}

P(X \ge 200) \le 4

&#x27; in math mode at position 24: …nd is trivial (Μ² P(X \ge 200) \…" style="color:#cc0000">This bound is trivial (P(Xβ‰₯200)≀4P(X \ge 200) \le 4 means nothing useful, as probability cannot exceed 1). This implies Markov's Inequality does not give a useful upper bound for P(Xβ‰₯200)P(X \ge 200) in this case.

Step 2: Re-evaluate what 'minimum possible number of batteries that can have a lifespan less than 200 hours' means.
If the upper bound for P(Xβ‰₯200)P(X \ge 200) is trivial (i.e., β‰₯1\ge 1), it means P(Xβ‰₯200)P(X \ge 200) could be 1. If P(Xβ‰₯200)=1P(X \ge 200) = 1, then P(X & lt; 200) = 0.
Therefore, the minimum possible proportion of batteries with lifespan less than 200 hours is 0.
Minimum number of batteries = 0Γ—1000=00 \times 1000 = 0.
This is because Markov's inequality only provides an upper bound, and in this specific case, a=200≀E[X]=800a=200 \le E[X]=800, leading to a trivial upper bound for P(Xβ‰₯200)P(X \ge 200) which does not restrict P(X & lt; 200) from being 0.

Answer: 0"
:::

:::question type="MCQ" question="A random variable XX is non-negative and has an expectation E[X]=10E[X] = 10. Which of the following is a valid upper bound for P(Xβ‰₯25)P(X \ge 25)?" options=["0.2","0.4","0.5","0.25"] answer="0.4" hint="Direct application of Markov's Inequality." solution="Step 1: Identify the parameters.
XX is non-negative.
E[X]=10E[X] = 10.
We need to find an upper bound for P(Xβ‰₯25)P(X \ge 25), so a=25a = 25.

Step 2: Apply Markov's Inequality.

P(X \ge a) \le \frac{E[X]}{a}

P(X \ge 25) \le \frac{10}{25}

P(X \ge 25) \le \frac{2}{5}

P(X \ge 25) \le 0.4

Answer: 0.4"
:::

---

Summary

<div class="callout-box my-4 p-4 rounded-lg border bg-red-500/10 border-red-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>❗</span>
<span>Key Formulas & Takeaways</span>
</div>
<div class="prose prose-sm max-w-none"><p>|</p>
<h1>| Formula/Concept | Expression |</h1>
|---|----------------|------------|
| 1 | Markov's Inequality | <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo>β‰₯</mo><mi>a</mi><mo stretchy="false">)</mo><mo>≀</mo><mfrac><mrow><mi>E</mi><mo stretchy="false">[</mo><mi>X</mi><mo stretchy="false">]</mo></mrow><mi>a</mi></mfrac></mrow><annotation encoding="application/x-tex">P(X \ge a) \le \frac{E[X]}{a}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">a</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1.355em;vertical-align:-0.345em;"></span><span class="mord"><span class="mopen nulldelimiter"></span><span class="mfrac"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:1.01em;"><span style="top:-2.655em;"><span class="pstrut" style="height:3em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mathnormal mtight">a</span></span></span></span><span style="top:-3.23em;"><span class="pstrut" style="height:3em;"></span><span class="frac-line" style="border-bottom-width:0.04em;"></span></span><span style="top:-3.485em;"><span class="pstrut" style="height:3em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mathnormal mtight" style="margin-right:0.05764em;">E</span><span class="mopen mtight">[</span><span class="mord mathnormal mtight" style="margin-right:0.07847em;">X</span><span class="mclose mtight">]</span></span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.345em;"><span></span></span></span></span></span><span class="mclose nulldelimiter"></span></span></span></span></span></span> |
| 2 | Conditions | <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi><mo>β‰₯</mo><mn>0</mn></mrow><annotation encoding="application/x-tex">X \ge 0</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8193em;vertical-align:-0.136em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">0</span></span></span></span></span>, <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>a</mi><mo> & gt;</mo><mn>0</mn></mrow><annotation encoding="application/x-tex">a & gt; 0</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.5782em;vertical-align:-0.0391em;"></span><span class="mord mathnormal">a</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel"> & gt;</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">0</span></span></span></span></span> |
| 3 | Application | Provides an upper bound using only <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>E</mi><mo stretchy="false">[</mo><mi>X</mi><mo stretchy="false">]</mo></mrow><annotation encoding="application/x-tex">E[X]</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mopen">[</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">]</span></span></span></span></span>. |</div>
</div>

---

What's Next?

<div class="callout-box my-4 p-4 rounded-lg border bg-green-500/10 border-green-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>πŸ’‘</span>
<span>Continue Learning</span>
</div>
<div class="prose prose-sm max-w-none"><p>This topic connects to:<br><ul><li> <strong>Chebyshev's Inequality</strong>: While Markov's Inequality only uses the expectation, Chebyshev's Inequality provides a tighter bound by incorporating the variance of a random variable. It applies to any random variable (not just non-negative ones) but requires more information.</li><br><li> <strong>Law of Large Numbers</strong>: Both Markov's and Chebyshev's inequalities are fundamental in proving forms of the Law of Large Numbers, which describes the long-term stability of averages.</li></ul></p></div>
</div>

---

<div class="callout-box my-4 p-4 rounded-lg border bg-green-500/10 border-green-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>πŸ’‘</span>
<span>Next Up</span>
</div>
<div class="prose prose-sm max-w-none"><p>Proceeding to <strong>Chebyshev's Inequality</strong>.</p></div>
</div>

---

Part 2: Chebyshev's Inequality

Chebyshev's inequality provides a probabilistic bound on how far a random variable deviates from its mean, given its variance. This inequality is powerful because it holds for any probability distribution, requiring only the mean and variance to be known.

---

Core Concepts

1. Chebyshev's Inequality (General Form)

Chebyshev's inequality states that for any random variable XX with finite mean ΞΌ\mu and finite non-zero variance Οƒ2\sigma^2, the probability that XX deviates from its mean by more than kk standard deviations is at most 1/k21/k^2.

<div class="callout-box my-4 p-4 rounded-lg border bg-purple-500/10 border-purple-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>πŸ“</span>
<span>Chebyshev's Inequality</span>
</div>
<div class="prose prose-sm max-w-none"><div class="math-display"><span class="katex-display"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi mathvariant="normal">∣</mi><mi>X</mi><mo>βˆ’</mo><mi>ΞΌ</mi><mi mathvariant="normal">∣</mi><mo>β‰₯</mo><mi>k</mi><mi>Οƒ</mi><mo stretchy="false">)</mo><mo>≀</mo><mfrac><mn>1</mn><msup><mi>k</mi><mn>2</mn></msup></mfrac></mrow><annotation encoding="application/x-tex">P(|X - \mu| \ge k\sigma) \le \frac{1}{k^2}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord">∣</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">βˆ’</span><span class="mspace" style="margin-right:0.2222em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">ΞΌ</span><span class="mord">∣</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:2.0074em;vertical-align:-0.686em;"></span><span class="mord"><span class="mopen nulldelimiter"></span><span class="mfrac"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:1.3214em;"><span style="top:-2.314em;"><span class="pstrut" style="height:3em;"></span><span class="mord"><span class="mord"><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.7401em;"><span style="top:-2.989em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span><span style="top:-3.23em;"><span class="pstrut" style="height:3em;"></span><span class="frac-line" style="border-bottom-width:0.04em;"></span></span><span style="top:-3.677em;"><span class="pstrut" style="height:3em;"></span><span class="mord"><span class="mord">1</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.686em;"><span></span></span></span></span></span><span class="mclose nulldelimiter"></span></span></span></span></span></span></div>
<strong>Where:</strong>
<span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span> = a random variable
<span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>ΞΌ</mi><mo>=</mo><mi>E</mi><mo stretchy="false">[</mo><mi>X</mi><mo stretchy="false">]</mo></mrow><annotation encoding="application/x-tex">\mu = E[X]</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.625em;vertical-align:-0.1944em;"></span><span class="mord mathnormal">ΞΌ</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mopen">[</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">]</span></span></span></span></span> = the expected value (mean) of <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span>
<span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msup><mi>Οƒ</mi><mn>2</mn></msup><mo>=</mo><mi mathvariant="normal">Var</mi><mo>⁑</mo><mo stretchy="false">(</mo><mi>X</mi><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">\sigma^2 = \operatorname{Var}(X)</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8141em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mop"><span class="mord mathrm">Var</span></span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">)</span></span></span></span></span> = the variance of <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span>
<span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>Οƒ</mi><mo>=</mo><msqrt><mrow><mi mathvariant="normal">Var</mi><mo>⁑</mo><mo stretchy="false">(</mo><mi>X</mi><mo stretchy="false">)</mo></mrow></msqrt></mrow><annotation encoding="application/x-tex">\sigma = \sqrt{\operatorname{Var}(X)}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1.24em;vertical-align:-0.305em;"></span><span class="mord sqrt"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.935em;"><span class="svg-align" style="top:-3.2em;"><span class="pstrut" style="height:3.2em;"></span><span class="mord" style="padding-left:1em;"><span class="mop"><span class="mord mathrm">Var</span></span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mclose">)</span></span></span><span style="top:-2.895em;"><span class="pstrut" style="height:3.2em;"></span><span class="hide-tail" style="min-width:1.02em;height:1.28em;"><svg xmlns="http://www.w3.org/2000/svg" width="400em" height="1.28em" viewBox="0 0 400000 1296" preserveAspectRatio="xMinYMin slice"><path d="M263,681c0.7,0,18,39.7,52,119
c34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120
c340,-704.7,510.7,-1060.3,512,-1067
l0 -0
c4.7,-7.3,11,-11,19,-11
H40000v40H1012.3
s-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232
c-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1
s-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26
c-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z
M1001 80h400000v40h-400000z"/></svg></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.305em;"><span></span></span></span></span></span></span></span></span></span> = the standard deviation of <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span>
<span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>k</mi></mrow><annotation encoding="application/x-tex">k</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span></span></span></span></span> = any positive real number (<span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>k</mi><mo> & gt;</mo><mn>0</mn></mrow><annotation encoding="application/x-tex">k & gt; 0</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.7335em;vertical-align:-0.0391em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel"> & gt;</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">0</span></span></span></span></span>)
<strong>When to use:</strong> To bound the probability of a random variable deviating from its mean when the exact distribution is unknown or complex.</div>
</div>

Worked Example:

A random variable XX has a mean of 10 and a variance of 4. We want to find an upper bound for the probability that XX is outside the interval (4,16)(4, 16).

Step 1: Identify parameters.

> We are given ΞΌ=10\mu = 10 and Οƒ2=4\sigma^2 = 4.
> Thus, Οƒ=4=2\sigma = \sqrt{4} = 2.
> The interval (4,16)(4, 16) means we are interested in P(X & lt; 4 \text{ or } X & gt; 16), which is equivalent to P(|X - 10| & gt; 6).

Step 2: Express the deviation in terms of standard deviations.

> We have |X - \mu| & gt; 6, so |X - 10| & gt; 6.
> We need to find kk such that kσ=6k\sigma = 6.
> kβ‹…2=6β€…β€ŠβŸΉβ€…β€Šk=3k \cdot 2 = 6 \implies k = 3.

Step 3: Apply Chebyshev's Inequality.

>

P(|X - 10| > 6) \le \frac{1}{k^2}
>>

P(|X - 10| > 6) \le \frac{1}{3^2}

>>

P(|X - 10| > 6) \le \frac{1}{9}

&#x27; in math mode at position 34: …obability thatΜ² X is outside…" style="color:#cc0000">Answer:** The probability that X isoutsidetheintervalis outside the interval(4, 16)isatmostis at most1/9$.

:::question type="MCQ" question="A random variable YY has E[Y]=50E[Y] = 50 and Var⁑(Y)=25\operatorname{Var}(Y) = 25. Using Chebyshev's inequality, what is the maximum probability that YY is less than 30 or greater than 70?" options=["1/4","1/9","1/16","1/25"] answer="1/16" hint="First, determine the deviation from the mean and relate it to standard deviations." solution="Step 1: Identify the mean and standard deviation.
> E[Y]=ΞΌ=50E[Y] = \mu = 50
> Var⁑(Y)=Οƒ2=25β€…β€ŠβŸΉβ€…β€ŠΟƒ=5\operatorname{Var}(Y) = \sigma^2 = 25 \implies \sigma = 5

Step 2: Determine the deviation range.
> We are interested in P(Y & lt; 30 \text{ or } Y & gt; 70).
> This is equivalent to P(|Y - 50| & gt; 20).

Step 3: Find kk.
> We set kσ=20k\sigma = 20.
> kβ‹…5=20β€…β€ŠβŸΉβ€…β€Šk=4k \cdot 5 = 20 \implies k = 4.

Step 4: Apply Chebyshev's Inequality.
>

P(|Y - \mu| > k\sigma) \le \frac{1}{k^2}
>>

P(|Y - 50| > 20) \le \frac{1}{4^2}

>>

P(|Y - 50| > 20) \le \frac{1}{16}

&#x27; in math mode at position 28: …probability isΜ²1/16$."
:::

--…" style="color:#cc0000">The maximum probability is 1/161/16."
:::

---

2. One-Sided Chebyshev's Inequality (Cantelli's Inequality)

While the general Chebyshev's inequality bounds deviations from the mean in both directions, Cantelli's inequality provides a tighter bound for deviations in only one direction.

<div class="callout-box my-4 p-4 rounded-lg border bg-purple-500/10 border-purple-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>πŸ“</span>
<span>Cantelli's Inequality</span>
</div>
<div class="prose prose-sm max-w-none"><p>For a random variable <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span> with mean <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>ΞΌ</mi></mrow><annotation encoding="application/x-tex">\mu</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.625em;vertical-align:-0.1944em;"></span><span class="mord mathnormal">ΞΌ</span></span></span></span></span> and variance <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msup><mi>Οƒ</mi><mn>2</mn></msup></mrow><annotation encoding="application/x-tex">\sigma^2</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8141em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span></span>:<br><div class="math-display"><span class="katex-display"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo>βˆ’</mo><mi>ΞΌ</mi><mo>β‰₯</mo><mi>k</mi><mi>Οƒ</mi><mo stretchy="false">)</mo><mo>≀</mo><mfrac><mn>1</mn><mrow><mn>1</mn><mo>+</mo><msup><mi>k</mi><mn>2</mn></msup></mrow></mfrac></mrow><annotation encoding="application/x-tex">P(X - \mu \ge k\sigma) \le \frac{1}{1 + k^2}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">βˆ’</span><span class="mspace" style="margin-right:0.2222em;"></span></span><span class="base"><span class="strut" style="height:0.8304em;vertical-align:-0.1944em;"></span><span class="mord mathnormal">ΞΌ</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:2.0908em;vertical-align:-0.7693em;"></span><span class="mord"><span class="mopen nulldelimiter"></span><span class="mfrac"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:1.3214em;"><span style="top:-2.314em;"><span class="pstrut" style="height:3em;"></span><span class="mord"><span class="mord">1</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">+</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.7401em;"><span style="top:-2.989em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span><span style="top:-3.23em;"><span class="pstrut" style="height:3em;"></span><span class="frac-line" style="border-bottom-width:0.04em;"></span></span><span style="top:-3.677em;"><span class="pstrut" style="height:3em;"></span><span class="mord"><span class="mord">1</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.7693em;"><span></span></span></span></span></span><span class="mclose nulldelimiter"></span></span></span></span></span></span></div><br>And similarly,<br><div class="math-display"><span class="katex-display"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo>βˆ’</mo><mi>ΞΌ</mi><mo>≀</mo><mo>βˆ’</mo><mi>k</mi><mi>Οƒ</mi><mo stretchy="false">)</mo><mo>≀</mo><mfrac><mn>1</mn><mrow><mn>1</mn><mo>+</mo><msup><mi>k</mi><mn>2</mn></msup></mrow></mfrac></mrow><annotation encoding="application/x-tex">P(X - \mu \le -k\sigma) \le \frac{1}{1 + k^2}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">βˆ’</span><span class="mspace" style="margin-right:0.2222em;"></span></span><span class="base"><span class="strut" style="height:0.8304em;vertical-align:-0.1944em;"></span><span class="mord mathnormal">ΞΌ</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord">βˆ’</span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:2.0908em;vertical-align:-0.7693em;"></span><span class="mord"><span class="mopen nulldelimiter"></span><span class="mfrac"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:1.3214em;"><span style="top:-2.314em;"><span class="pstrut" style="height:3em;"></span><span class="mord"><span class="mord">1</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">+</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.7401em;"><span style="top:-2.989em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span><span style="top:-3.23em;"><span class="pstrut" style="height:3em;"></span><span class="frac-line" style="border-bottom-width:0.04em;"></span></span><span style="top:-3.677em;"><span class="pstrut" style="height:3em;"></span><span class="mord"><span class="mord">1</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.7693em;"><span></span></span></span></span></span><span class="mclose nulldelimiter"></span></span></span></span></span></span></div><br><strong>Where:</strong><br><span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span>, <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>ΞΌ</mi></mrow><annotation encoding="application/x-tex">\mu</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.625em;vertical-align:-0.1944em;"></span><span class="mord mathnormal">ΞΌ</span></span></span></span></span>, <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>Οƒ</mi></mrow><annotation encoding="application/x-tex">\sigma</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span></span></span></span></span>, <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>k</mi></mrow><annotation encoding="application/x-tex">k</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span></span></span></span></span> are defined as in Chebyshev's Inequality.<br><strong>When to use:</strong> When bounding the probability of <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi></mrow><annotation encoding="application/x-tex">X</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span></span></span></span> being strictly above or strictly below a certain value, providing a tighter bound than the two-sided inequality.</p></div>
</div>

Worked Example:

A stock price SS has an expected value of 100andavarianceof100 and a variance of100. We want to find an upper bound for the probability that the stock price is at least $120.

Step 1: Identify parameters.

> We are given ΞΌ=100\mu = 100 and Οƒ2=100\sigma^2 = 100.
> Thus, Οƒ=100=10\sigma = \sqrt{100} = 10.
> We are interested in P(Sβ‰₯120)P(S \ge 120).

Step 2: Express the deviation from the mean in terms of standard deviations.

> We need to bound P(Sβˆ’ΞΌβ‰₯kΟƒ)P(S - \mu \ge k\sigma).
> Sβˆ’100β‰₯20S - 100 \ge 20.
> We need to find kk such that kσ=20k\sigma = 20.
> kβ‹…10=20β€…β€ŠβŸΉβ€…β€Šk=2k \cdot 10 = 20 \implies k = 2.

Step 3: Apply Cantelli's Inequality.

>

P(S - \mu \ge k\sigma) \le \frac{1}{1 + k^2}
>>

P(S - 100 \ge 2 \cdot 10) \le \frac{1}{1 + 2^2}

>>

P(S \ge 120) \le \frac{1}{1 + 4}

>>

P(S \ge 120) \le \frac{1}{5}

&#x27; in math mode at position 62: …ce is at leastΜ²120 is at most …" style="color:#cc0000">Answer: The probability that the stock price is at least 120isatmost120 is at most1/5$.

:::question type="NAT" question="A sensor reading RR has a mean of 75 and a variance of 36. Using Cantelli's inequality, what is the maximum probability that the sensor reading is less than or equal to 63?" answer="0.25" hint="Focus on the lower tail deviation and use the appropriate form of Cantelli's inequality." solution="Step 1: Identify the mean and standard deviation.
> E[R]=ΞΌ=75E[R] = \mu = 75
> Var⁑(R)=Οƒ2=36β€…β€ŠβŸΉβ€…β€ŠΟƒ=6\operatorname{Var}(R) = \sigma^2 = 36 \implies \sigma = 6

Step 2: Determine the deviation range.
> We are interested in P(R≀63)P(R \le 63).
> This is equivalent to P(Rβˆ’ΞΌβ‰€63βˆ’75)P(R - \mu \le 63 - 75), so P(Rβˆ’ΞΌβ‰€βˆ’12)P(R - \mu \le -12).

Step 3: Find kk.
> We set βˆ’kΟƒ=βˆ’12-k\sigma = -12.
> βˆ’kβ‹…6=βˆ’12β€…β€ŠβŸΉβ€…β€Šk=2-k \cdot 6 = -12 \implies k = 2.

Step 4: Apply Cantelli's Inequality.
>

P(R - \mu \le -k\sigma) \le \frac{1}{1 + k^2}
>>

P(R - 75 \le -2 \cdot 6) \le \frac{1}{1 + 2^2}

>>

P(R \le 63) \le \frac{1}{1 + 4}

>>

P(R \le 63) \le \frac{1}{5} = 0.2

Μ² k=2.
$ P(R \l…" style="color:#cc0000">There was a slight error in the calculation. Let's re-evaluate.
k=2k=2.
P(R≀63)≀11+22=15=0.2P(R \le 63) \le \frac{1}{1+2^2} = \frac{1}{5} = 0.2.
The previous answer was '0.25'. Let's check.
If k=1k=1, P(R≀69)≀1/(1+12)=1/2P(R \le 69) \le 1/(1+1^2) = 1/2.
If k=0.5k=0.5, P(R≀72)≀1/(1+0.52)=1/1.25=0.8P(R \le 72) \le 1/(1+0.5^2) = 1/1.25 = 0.8.
The calculation 1/5=0.21/5 = 0.2 is correct.
The answer provided (0.25) seems to imply k=3k = \sqrt{3} or some other value.
Let's re-check the question for any potential misinterpretation.
R≀63β€…β€ŠβŸΉβ€…β€ŠRβˆ’75β‰€βˆ’12R \le 63 \implies R - 75 \le -12.
βˆ’kΟƒ=βˆ’12β€…β€ŠβŸΉβ€…β€Šβˆ’kβ‹…6=βˆ’12β€…β€ŠβŸΉβ€…β€Šk=2-k\sigma = -12 \implies -k \cdot 6 = -12 \implies k=2.
Then P(R≀63)≀11+22=15=0.2P(R \le 63) \le \frac{1}{1+2^2} = \frac{1}{5} = 0.2.
The calculation is correct. I will use 0.2 as the answer.
Corrected Answer: 0.2"
:::

---

3. Application to Sample Mean

Chebyshev's inequality is particularly useful for bounding the probability that a sample mean deviates from the true population mean, especially when the underlying distribution of the individual samples is unknown.

<div class="callout-box my-4 p-4 rounded-lg border bg-purple-500/10 border-purple-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>πŸ“</span>
<span>Chebyshev's for Sample Mean</span>
</div>
<div class="prose prose-sm max-w-none"><p>For a sequence of <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>n</mi></mrow><annotation encoding="application/x-tex">n</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">n</span></span></span></span></span> independent and identically distributed (i.i.d.) random variables <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>X</mi><mn>1</mn></msub><mo separator="true">,</mo><msub><mi>X</mi><mn>2</mn></msub><mo separator="true">,</mo><mo>…</mo><mo separator="true">,</mo><msub><mi>X</mi><mi>n</mi></msub></mrow><annotation encoding="application/x-tex">X_1, X_2, \ldots, X_n</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8778em;vertical-align:-0.1944em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.3011em;"><span style="top:-2.55em;margin-left:-0.0785em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">1</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></span><span class="mpunct">,</span><span class="mspace" style="margin-right:0.1667em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.3011em;"><span style="top:-2.55em;margin-left:-0.0785em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></span><span class="mpunct">,</span><span class="mspace" style="margin-right:0.1667em;"></span><span class="minner">…</span><span class="mspace" style="margin-right:0.1667em;"></span><span class="mpunct">,</span><span class="mspace" style="margin-right:0.1667em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.1514em;"><span style="top:-2.55em;margin-left:-0.0785em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mathnormal mtight">n</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></span></span></span></span></span> with mean <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>ΞΌ</mi></mrow><annotation encoding="application/x-tex">\mu</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.625em;vertical-align:-0.1944em;"></span><span class="mord mathnormal">ΞΌ</span></span></span></span></span> and variance <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msup><mi>Οƒ</mi><mn>2</mn></msup></mrow><annotation encoding="application/x-tex">\sigma^2</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8141em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span></span>, let <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mover accent="true"><mi>X</mi><mo>Λ‰</mo></mover><mi>n</mi></msub><mo>=</mo><mfrac><mn>1</mn><mi>n</mi></mfrac><msubsup><mo>βˆ‘</mo><mrow><mi>i</mi><mo>=</mo><mn>1</mn></mrow><mi>n</mi></msubsup><msub><mi>X</mi><mi>i</mi></msub></mrow><annotation encoding="application/x-tex">\bar{X}_n = \frac{1}{n}\sum_{i=1}^n X_i</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.9701em;vertical-align:-0.15em;"></span><span class="mord"><span class="mord accent"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8201em;"><span style="top:-3em;"><span class="pstrut" style="height:3em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span><span style="top:-3.2523em;"><span class="pstrut" style="height:3em;"></span><span class="accent-body" style="left:-0.1667em;"><span class="mord">Λ‰</span></span></span></span></span></span></span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.1514em;"><span style="top:-2.55em;margin-left:-0.0785em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mathnormal mtight">n</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1.1901em;vertical-align:-0.345em;"></span><span class="mord"><span class="mopen nulldelimiter"></span><span class="mfrac"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.8451em;"><span style="top:-2.655em;"><span class="pstrut" style="height:3em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mathnormal mtight">n</span></span></span></span><span style="top:-3.23em;"><span class="pstrut" style="height:3em;"></span><span class="frac-line" style="border-bottom-width:0.04em;"></span></span><span style="top:-3.394em;"><span class="pstrut" style="height:3em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mtight">1</span></span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.345em;"><span></span></span></span></span></span><span class="mclose nulldelimiter"></span></span><span class="mspace" style="margin-right:0.1667em;"></span><span class="mop"><span class="mop op-symbol small-op" style="position:relative;top:0em;">βˆ‘</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.8043em;"><span style="top:-2.4003em;margin-left:0em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mathnormal mtight">i</span><span class="mrel mtight">=</span><span class="mord mtight">1</span></span></span></span><span style="top:-3.2029em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mathnormal mtight">n</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.2997em;"><span></span></span></span></span></span></span><span class="mspace" style="margin-right:0.1667em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.3117em;"><span style="top:-2.55em;margin-left:-0.0785em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mathnormal mtight">i</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></span></span></span></span></span> be the sample mean.<br>Then,<br><div class="math-display"><span class="katex-display"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi mathvariant="normal">∣</mi><msub><mover accent="true"><mi>X</mi><mo>Λ‰</mo></mover><mi>n</mi></msub><mo>βˆ’</mo><mi>ΞΌ</mi><mi mathvariant="normal">∣</mi><mo>β‰₯</mo><mi>Ο΅</mi><mo stretchy="false">)</mo><mo>≀</mo><mfrac><msup><mi>Οƒ</mi><mn>2</mn></msup><mrow><mi>n</mi><msup><mi>Ο΅</mi><mn>2</mn></msup></mrow></mfrac></mrow><annotation encoding="application/x-tex">P(|\bar{X}_n - \mu| \ge \epsilon) \le \frac{\sigma^2}{n\epsilon^2}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1.0701em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord">∣</span><span class="mord"><span class="mord accent"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8201em;"><span style="top:-3em;"><span class="pstrut" style="height:3em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span><span style="top:-3.2523em;"><span class="pstrut" style="height:3em;"></span><span class="accent-body" style="left:-0.1667em;"><span class="mord">Λ‰</span></span></span></span></span></span></span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.1514em;"><span style="top:-2.55em;margin-left:-0.0785em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mathnormal mtight">n</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">βˆ’</span><span class="mspace" style="margin-right:0.2222em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">ΞΌ</span><span class="mord">∣</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">Ο΅</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:2.1771em;vertical-align:-0.686em;"></span><span class="mord"><span class="mopen nulldelimiter"></span><span class="mfrac"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:1.4911em;"><span style="top:-2.314em;"><span class="pstrut" style="height:3em;"></span><span class="mord"><span class="mord mathnormal">n</span><span class="mord"><span class="mord mathnormal">Ο΅</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.7401em;"><span style="top:-2.989em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span><span style="top:-3.23em;"><span class="pstrut" style="height:3em;"></span><span class="frac-line" style="border-bottom-width:0.04em;"></span></span><span style="top:-3.677em;"><span class="pstrut" style="height:3em;"></span><span class="mord"><span class="mord"><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.686em;"><span></span></span></span></span></span><span class="mclose nulldelimiter"></span></span></span></span></span></span></div><br><strong>Where:</strong><br><span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mover accent="true"><mi>X</mi><mo>Λ‰</mo></mover><mi>n</mi></msub></mrow><annotation encoding="application/x-tex">\bar{X}_n</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.9701em;vertical-align:-0.15em;"></span><span class="mord"><span class="mord accent"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8201em;"><span style="top:-3em;"><span class="pstrut" style="height:3em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span></span><span style="top:-3.2523em;"><span class="pstrut" style="height:3em;"></span><span class="accent-body" style="left:-0.1667em;"><span class="mord">Λ‰</span></span></span></span></span></span></span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.1514em;"><span style="top:-2.55em;margin-left:-0.0785em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mathnormal mtight">n</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></span></span></span></span></span> = the sample mean<br><span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>ΞΌ</mi><mo>=</mo><mi>E</mi><mo stretchy="false">[</mo><msub><mi>X</mi><mi>i</mi></msub><mo stretchy="false">]</mo></mrow><annotation encoding="application/x-tex">\mu = E[X_i]</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.625em;vertical-align:-0.1944em;"></span><span class="mord mathnormal">ΞΌ</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mopen">[</span><span class="mord"><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.3117em;"><span style="top:-2.55em;margin-left:-0.0785em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mathnormal mtight">i</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></span><span class="mclose">]</span></span></span></span></span> = the true population mean<br><span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msup><mi>Οƒ</mi><mn>2</mn></msup><mo>=</mo><mi mathvariant="normal">Var</mi><mo>⁑</mo><mo stretchy="false">(</mo><msub><mi>X</mi><mi>i</mi></msub><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">\sigma^2 = \operatorname{Var}(X_i)</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8141em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mop"><span class="mord mathrm">Var</span></span><span class="mopen">(</span><span class="mord"><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.3117em;"><span style="top:-2.55em;margin-left:-0.0785em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mathnormal mtight">i</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></span><span class="mclose">)</span></span></span></span></span> = the population variance<br><span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>n</mi></mrow><annotation encoding="application/x-tex">n</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">n</span></span></span></span></span> = the number of samples<br><span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>Ο΅</mi></mrow><annotation encoding="application/x-tex">\epsilon</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">Ο΅</span></span></span></span></span> = a positive real number representing the allowed deviation<br><strong>When to use:</strong> To determine the minimum sample size required to ensure the sample mean is within a certain range of the true mean with a given probability, or to bound the probability of deviation for a given sample size.</p></div>
</div>

Worked Example:

We are sampling from a population with mean μ=100\mu = 100 and variance σ2=25\sigma^2 = 25. We want to find the minimum number of samples nn required so that the sample mean Xˉn\bar{X}_n is within 5 units of the true mean with a probability of at least 0.9.

Step 1: Identify known values and desired outcome.

> ΞΌ=100\mu = 100, Οƒ2=25\sigma^2 = 25.
> We want P(|\bar{X}_n - \mu| & lt; 5) \ge 0.9.
> This is equivalent to 1βˆ’P(∣XΛ‰nβˆ’ΞΌβˆ£β‰₯5)β‰₯0.91 - P(|\bar{X}_n - \mu| \ge 5) \ge 0.9, which means P(∣XΛ‰nβˆ’ΞΌβˆ£β‰₯5)≀0.1P(|\bar{X}_n - \mu| \ge 5) \le 0.1.
> Here, Ο΅=5\epsilon = 5.

Step 2: Apply Chebyshev's Inequality for Sample Mean.

>

P(|\bar{X}_n - \mu| \ge \epsilon) \le \frac{\sigma^2}{n\epsilon^2}
&#x27; in math mode at position 11: & gt; We needΜ²\frac{\sigma^2}…" style="color:#cc0000">> We need Οƒ2nΟ΅2≀0.1\frac{\sigma^2}{n\epsilon^2} \le 0.1.
> Substitute the known values:
>
\frac{25}{n \cdot 5^2} \le 0.1
>>

\frac{25}{n \cdot 25} \le 0.1

>>

\frac{1}{n} \le 0.1

&#x27; in math mode at position 23: …3:** Solve forΜ² n $.

>" style="color:#cc0000">Step 3: Solve for nn.

>

n \ge \frac{1}{0.1}
>>

n \ge 10

&#x27; in math mode at position 203: …ke a sample ofΜ² n=100$ items, …" style="color:#cc0000">Answer: A minimum of 10 samples are required.

:::question type="MCQ" question="A factory produces items with a mean weight of 500 grams and a standard deviation of 20 grams. If we take a sample of n=100n=100 items, what is the maximum probability that the sample mean weight deviates from the true mean by more than 5 grams?" options=["0.04","0.08","0.16","0.25"] answer="0.16" hint="Use Chebyshev's inequality for the sample mean, ensuring to use variance and not standard deviation in the formula." solution="Step 1: Identify parameters.
> Population mean ΞΌ=500\mu = 500 grams.
> Population standard deviation Οƒ=20\sigma = 20 grams, so variance Οƒ2=202=400\sigma^2 = 20^2 = 400.
> Sample size n=100n = 100.
> Allowed deviation Ο΅=5\epsilon = 5 grams.

Step 2: Apply Chebyshev's Inequality for Sample Mean.
>

P(|\bar{X}_n - \mu| \ge \epsilon) \le \frac{\sigma^2}{n\epsilon^2}
>Substitutethevalues:>> Substitute the values:
>

P(|\bar{X}_{100} - 500| \ge 5) \le \frac{400}{100 \cdot 5^2}

>>

P(|\bar{X}_{100} - 500| \ge 5) \le \frac{400}{100 \cdot 25}

>>

P(|\bar{X}_{100} - 500| \ge 5) \le \frac{400}{2500}

>>

P(|\bar{X}_{100} - 500| \ge 5) \le \frac{4}{25}

>>

P(|\bar{X}_{100} - 500| \ge 5) \le 0.16

&#x27; in math mode at position 28: …probability isΜ²0.16$."
:::

--…" style="color:#cc0000">The maximum probability is 0.160.16."
:::

---

Advanced Applications

Chebyshev's inequality can be applied to sums of independent random variables, even if they are not identically distributed, as long as their means and variances are finite.

Worked Example:

Consider a system with 10 independent components. Each component ii has a lifetime XiX_i with E[Xi]=10E[X_i] = 10 hours and Var⁑(Xi)=i\operatorname{Var}(X_i) = i hours 2^2. We are interested in the total lifetime of the system, S=βˆ‘i=110XiS = \sum_{i=1}^{10} X_i. Find an upper bound for the probability that the total lifetime SS deviates from its mean by more than 15 hours.

Step 1: Calculate the mean and variance of the sum SS.

> For independent random variables, the mean of the sum is the sum of the means, and the variance of the sum is the sum of the variances.
>

E[S] = E\left[\sum_{i=1}^{10} X_i\right] = \sum_{i=1}^{10} E[X_i] = \sum_{i=1}^{10} 10 = 10 \cdot 10 = 100
>>

\operatorname{Var}(S) = \operatorname{Var}\left(\sum_{i=1}^{10} X_i\right) = \sum_{i=1}^{10} \operatorname{Var}(X_i) = \sum_{i=1}^{10} i

&#x27; in math mode at position 39: …10 integers isΜ²\frac{10(10+1)}…" style="color:#cc0000">> The sum of the first 10 integers is 10(10+1)2=10β‹…112=55\frac{10(10+1)}{2} = \frac{10 \cdot 11}{2} = 55.
> So, ΞΌS=100\mu_S = 100 and ΟƒS2=55\sigma_S^2 = 55.

Step 2: Identify the deviation and standard deviation for SS.

> We are interested in P(|S - \mu_S| & gt; 15), so P(|S - 100| & gt; 15).
> The standard deviation of SS is ΟƒS=55β‰ˆ7.416\sigma_S = \sqrt{55} \approx 7.416.
> We need to find kk such that kσS=15k\sigma_S = 15.
> k=1555β‰ˆ157.416β‰ˆ2.022k = \frac{15}{\sqrt{55}} \approx \frac{15}{7.416} \approx 2.022.

Step 3: Apply Chebyshev's Inequality.

>

P(|S - \mu_S| \ge k\sigma_S) \le \frac{1}{k^2}
>>

P(|S - 100| > 15) \le \frac{1}{(15/\sqrt{55})^2}

>>

P(|S - 100| > 15) \le \frac{1}{225/55}

>>

P(|S - 100| > 15) \le \frac{55}{225}

>>

P(|S - 100| > 15) \le \frac{11}{45} \approx 0.244

&#x27; in math mode at position 53: …total lifetimeΜ² S deviates f…" style="color:#cc0000">Answer:** The probability that the total lifetime S deviatesfromitsmeanbymorethan15hoursisatmostdeviates from its mean by more than 15 hours is at most11/45$.

:::question type="NAT" question="A machine performs 20 independent operations. Each operation ii takes TiT_i minutes, where E[Ti]=2E[T_i] = 2 and Var⁑(Ti)=0.5+0.1i\operatorname{Var}(T_i) = 0.5 + 0.1i. Let TT be the total time for all 20 operations. What is the smallest integer MM such that P(∣Tβˆ’E[T]∣β‰₯M)≀0.05P(|T - E[T]| \ge M) \le 0.05?" answer="29" hint="Calculate the mean and variance of TT. Then use Chebyshev's inequality to find MM for the given probability bound." solution="Step 1: Calculate the mean of TT.
>

E[T] = E\left[\sum_{i=1}^{20} T_i\right] = \sum_{i=1}^{20} E[T_i] = \sum_{i=1}^{20} 2 = 20 \cdot 2 = 40
&#x27; in math mode at position 39: …he variance ofΜ² T $.
>" style="color:#cc0000">Step 2: Calculate the variance of TT.
>
\operatorname{Var}(T) = \operatorname{Var}\left(\sum_{i=1}^{20} T_i\right) = \sum_{i=1}^{20} \operatorname{Var}(T_i) = \sum_{i=1}^{20} (0.5 + 0.1i)
>>

\operatorname{Var}(T) = \sum_{i=1}^{20} 0.5 + 0.1 \sum_{i=1}^{20} i

&#x27; in math mode at position 39: …20 integers isΜ²\frac{20(20+1)}…" style="color:#cc0000">> The sum of the first 20 integers is 20(20+1)2=20β‹…212=210\frac{20(20+1)}{2} = \frac{20 \cdot 21}{2} = 210.
>
\operatorname{Var}(T) = (20 \cdot 0.5) + (0.1 \cdot 210) = 10 + 21 = 31
&#x27; in math mode at position 7: & gt; So,Μ²\mu_T = 40and…" style="color:#cc0000"> & gt; So,\mu_T = 40andand\sigma_T^2 = 31$.

Step 3: Apply Chebyshev's Inequality.
> We want P(∣Tβˆ’E[T]∣β‰₯M)≀0.05P(|T - E[T]| \ge M) \le 0.05.
> Using Chebyshev's inequality:
>

P(|T - \mu_T| \ge M) \le \frac{\sigma_T^2}{M^2}
&#x27; in math mode at position 10: & gt; We setΜ²\frac{\sigma_T^…" style="color:#cc0000">> We set ΟƒT2M2≀0.05\frac{\sigma_T^2}{M^2} \le 0.05.
>
\frac{31}{M^2} \le 0.05
>>

M^2 \ge \frac{31}{0.05}

>>

M^2 \ge 620

&#x27; in math mode at position 23: …4:** Solve forΜ² M $.
>" style="color:#cc0000">Step 4: Solve for MM.
>
M \ge \sqrt{620}
>>

M \ge 24.899...

&#x27; in math mode at position 9: & gt; SinceΜ² M must be an…" style="color:#cc0000"> & gt; Since M mustbeaninteger,thesmallestintegermust be an integer, the smallest integer M $ is 25.

Let's re-check the provided answer '29'.
If M=25M=25, then P(∣Tβˆ’40∣β‰₯25)≀31/252=31/625=0.0496P(|T - 40| \ge 25) \le 31/25^2 = 31/625 = 0.0496. This is ≀0.05\le 0.05. So M=25M=25 works.
If the question asked for P(∣Tβˆ’E[T]∣β‰₯M)≀0.04P(|T - E[T]| \ge M) \le 0.04, then M2β‰₯31/0.04=775M^2 \ge 31/0.04 = 775, Mβ‰₯775β‰ˆ27.8M \ge \sqrt{775} \approx 27.8. So M=28M=28.
If the question asked for P(∣Tβˆ’E[T]∣β‰₯M)≀0.03P(|T - E[T]| \ge M) \le 0.03, then M2β‰₯31/0.03β‰ˆ1033.33M^2 \ge 31/0.03 \approx 1033.33, Mβ‰₯1033.33β‰ˆ32.14M \ge \sqrt{1033.33} \approx 32.14. So M=33M=33.
The calculation is correct for 0.050.05. The answer '29' is higher than necessary.
I will stick with my calculation M=25M=25.

Wait, let's re-read the question carefully. "What is the smallest integer MM such that P(∣Tβˆ’E[T]∣β‰₯M)≀0.05P(|T - E[T]| \ge M) \le 0.05?"
My calculation leads to M=25M=25.
Mβ‰₯620β‰ˆ24.899M \ge \sqrt{620} \approx 24.899. The smallest integer MM satisfying this is 2525.
Let's consider if the question implies kΟƒβ‰₯Mk\sigma \ge M.
P(∣Xβˆ’ΞΌβˆ£β‰₯kΟƒ)≀1/k2P(|X - \mu| \ge k\sigma) \le 1/k^2.
So, 1/k2≀0.05β€…β€ŠβŸΉβ€…β€Šk2β‰₯1/0.05=20β€…β€ŠβŸΉβ€…β€Škβ‰₯20β‰ˆ4.4721/k^2 \le 0.05 \implies k^2 \ge 1/0.05 = 20 \implies k \ge \sqrt{20} \approx 4.472.
Then M=kΟƒ=k31β‰₯4.472β‹…31β‰ˆ4.472β‹…5.567β‰ˆ24.899M = k\sigma = k\sqrt{31} \ge 4.472 \cdot \sqrt{31} \approx 4.472 \cdot 5.567 \approx 24.899.
This confirms Mβ‰₯24.899M \ge 24.899, so smallest integer M=25M=25.

The provided answer '29' might be based on a different probability bound (e.g., normal approximation, or slightly different constants) or I might be missing a subtle detail. However, strictly applying Chebyshev's inequality as given, M=25M=25 is the correct answer. I will keep my derived answer.

Final Check:
ΞΌT=40\mu_T = 40, ΟƒT2=31\sigma_T^2 = 31.
We want P(∣Tβˆ’40∣β‰₯M)≀0.05P(|T - 40| \ge M) \le 0.05.
By Chebyshev's, P(∣Tβˆ’40∣β‰₯M)≀31M2P(|T - 40| \ge M) \le \frac{31}{M^2}.
So, we need 31M2≀0.05\frac{31}{M^2} \le 0.05.
31≀0.05M231 \le 0.05 M^2.
M2β‰₯310.05=620M^2 \ge \frac{31}{0.05} = 620.
Mβ‰₯620β‰ˆ24.899799M \ge \sqrt{620} \approx 24.899799.
Smallest integer MM is 25.

I will use 25 as the answer.
"
:::

---

Problem-Solving Strategies

<div class="callout-box my-4 p-4 rounded-lg border bg-green-500/10 border-green-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>πŸ’‘</span>
<span>CMI Strategy</span>
</div>
<div class="prose prose-sm max-w-none"><p>When asked for a probability bound and the distribution is not specified (e.g., "any random variable", "unknown distribution"), or when only mean and variance are given, always consider Chebyshev's inequality. If the deviation is one-sided (e.g., <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi><mo>β‰₯</mo><mi>a</mi></mrow><annotation encoding="application/x-tex">X \ge a</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8193em;vertical-align:-0.136em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">a</span></span></span></span></span> or <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>X</mi><mo>≀</mo><mi>b</mi></mrow><annotation encoding="application/x-tex">X \le b</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8193em;vertical-align:-0.136em;"></span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal">b</span></span></span></span></span>), Cantelli's inequality might provide a tighter bound. For sums or averages of independent variables, remember to calculate the mean and variance of the sum/average first.</p></div>
</div>

---

Common Mistakes

<div class="callout-box my-4 p-4 rounded-lg border bg-yellow-500/10 border-yellow-500/30">
<div class="flex items-center gap-2 font-semibold mb-2">
<span>⚠️</span>
<span>Watch Out</span>
</div>
<div class="prose prose-sm max-w-none"><p>❌ <strong>Using standard deviation instead of variance:</strong> The formulas for Chebyshev's inequality use <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msup><mi>Οƒ</mi><mn>2</mn></msup></mrow><annotation encoding="application/x-tex">\sigma^2</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8141em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span></span> (variance) in the numerator of the bound, or <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>k</mi><mi>Οƒ</mi></mrow><annotation encoding="application/x-tex">k\sigma</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span></span></span></span></span> (standard deviations) in the deviation term. Do not mix them up or use <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>Οƒ</mi></mrow><annotation encoding="application/x-tex">\sigma</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span></span></span></span></span> directly in place of <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msup><mi>Οƒ</mi><mn>2</mn></msup></mrow><annotation encoding="application/x-tex">\sigma^2</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8141em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span></span>.<br>βœ… <strong>Correct Approach:</strong> Ensure <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msup><mi>Οƒ</mi><mn>2</mn></msup></mrow><annotation encoding="application/x-tex">\sigma^2</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8141em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span></span> is used correctly, or that <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>k</mi></mrow><annotation encoding="application/x-tex">k</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span></span></span></span></span> is defined as the number of standard deviations, <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>k</mi><mo>=</mo><mi>Ο΅</mi><mi mathvariant="normal">/</mi><mi>Οƒ</mi></mrow><annotation encoding="application/x-tex">k = \epsilon/\sigma</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">Ο΅</span><span class="mord">/</span><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span></span></span></span></span>.</p>
<p>❌ <strong>Incorrectly identifying <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>k</mi></mrow><annotation encoding="application/x-tex">k</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span></span></span></span></span> or <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>Ο΅</mi></mrow><annotation encoding="application/x-tex">\epsilon</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">Ο΅</span></span></span></span></span></strong>: If the problem states "deviation from mean by more than 5 units", then <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>Ο΅</mi><mo>=</mo><mn>5</mn></mrow><annotation encoding="application/x-tex">\epsilon = 5</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">Ο΅</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.6444em;"></span><span class="mord">5</span></span></span></span></span>. If it states "deviation from mean by more than <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>k</mi></mrow><annotation encoding="application/x-tex">k</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span></span></span></span></span> standard deviations", then the <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>k</mi></mrow><annotation encoding="application/x-tex">k</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span></span></span></span></span> in <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mn>1</mn><mi mathvariant="normal">/</mi><msup><mi>k</mi><mn>2</mn></msup></mrow><annotation encoding="application/x-tex">1/k^2</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1.0641em;vertical-align:-0.25em;"></span><span class="mord">1/</span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span></span> is directly given.<br>βœ… <strong>Correct Approach:</strong> Clearly define <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>Ο΅</mi></mrow><annotation encoding="application/x-tex">\epsilon</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em;"></span><span class="mord mathnormal">Ο΅</span></span></span></span></span> as the absolute deviation from the mean, then convert to <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>k</mi><mo>=</mo><mi>Ο΅</mi><mi mathvariant="normal">/</mi><mi>Οƒ</mi></mrow><annotation encoding="application/x-tex">k = \epsilon/\sigma</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6944em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">Ο΅</span><span class="mord">/</span><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span></span></span></span></span> if using the <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mn>1</mn><mi mathvariant="normal">/</mi><msup><mi>k</mi><mn>2</mn></msup></mrow><annotation encoding="application/x-tex">1/k^2</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1.0641em;vertical-align:-0.25em;"></span><span class="mord">1/</span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span></span> form, or use the <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msup><mi>Οƒ</mi><mn>2</mn></msup><mi mathvariant="normal">/</mi><mo stretchy="false">(</mo><mi>n</mi><msup><mi>Ο΅</mi><mn>2</mn></msup><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">\sigma^2/(n\epsilon^2)</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1.0641em;vertical-align:-0.25em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span><span class="mord">/</span><span class="mopen">(</span><span class="mord mathnormal">n</span><span class="mord"><span class="mord mathnormal">Ο΅</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8141em;"><span style="top:-3.063em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span><span class="mclose">)</span></span></span></span></span> form directly for sample means.</p>
<p>❌ <strong>Applying general Chebyshev's for one-sided bounds:</strong> Using <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo>β‰₯</mo><mi>ΞΌ</mi><mo>+</mo><mi>Ο΅</mi><mo stretchy="false">)</mo><mo>≀</mo><mfrac><msup><mi>Οƒ</mi><mn>2</mn></msup><msup><mi>Ο΅</mi><mn>2</mn></msup></mfrac></mrow><annotation encoding="application/x-tex">P(X \ge \mu + \epsilon) \le \frac{\sigma^2}{\epsilon^2}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:0.7778em;vertical-align:-0.1944em;"></span><span class="mord mathnormal">ΞΌ</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">+</span><span class="mspace" style="margin-right:0.2222em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal">Ο΅</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1.3629em;vertical-align:-0.345em;"></span><span class="mord"><span class="mopen nulldelimiter"></span><span class="mfrac"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:1.0179em;"><span style="top:-2.655em;"><span class="pstrut" style="height:3em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mtight"><span class="mord mathnormal mtight">Ο΅</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.7463em;"><span style="top:-2.786em;margin-right:0.0714em;"><span class="pstrut" style="height:2.5em;"></span><span class="sizing reset-size3 size1 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span><span style="top:-3.23em;"><span class="pstrut" style="height:3em;"></span><span class="frac-line" style="border-bottom-width:0.04em;"></span></span><span style="top:-3.394em;"><span class="pstrut" style="height:3em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mtight"><span class="mord mathnormal mtight" style="margin-right:0.03588em;">Οƒ</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8913em;"><span style="top:-2.931em;margin-right:0.0714em;"><span class="pstrut" style="height:2.5em;"></span><span class="sizing reset-size3 size1 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.345em;"><span></span></span></span></span></span><span class="mclose nulldelimiter"></span></span></span></span></span></span> is correct but weaker than Cantelli's.<br>βœ… <strong>Correct Approach:</strong> For one-sided bounds, use Cantelli's inequality <span class="math-inline"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>P</mi><mo stretchy="false">(</mo><mi>X</mi><mo>βˆ’</mo><mi>ΞΌ</mi><mo>β‰₯</mo><mi>k</mi><mi>Οƒ</mi><mo stretchy="false">)</mo><mo>≀</mo><mfrac><mn>1</mn><mrow><mn>1</mn><mo>+</mo><msup><mi>k</mi><mn>2</mn></msup></mrow></mfrac></mrow><annotation encoding="application/x-tex">P(X - \mu \ge k\sigma) \le \frac{1}{1+k^2}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.13889em;">P</span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.07847em;">X</span><span class="mspace" style="margin-right:0.2222em;"></span><span class="mbin">βˆ’</span><span class="mspace" style="margin-right:0.2222em;"></span></span><span class="base"><span class="strut" style="height:0.8304em;vertical-align:-0.1944em;"></span><span class="mord mathnormal">ΞΌ</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">β‰₯</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.03148em;">k</span><span class="mord mathnormal" style="margin-right:0.03588em;">Οƒ</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em;"></span><span class="mrel">≀</span><span class="mspace" style="margin-right:0.2778em;"></span></span><span class="base"><span class="strut" style="height:1.2484em;vertical-align:-0.4033em;"></span><span class="mord"><span class="mopen nulldelimiter"></span><span class="mfrac"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.8451em;"><span style="top:-2.655em;"><span class="pstrut" style="height:3em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mtight">1</span><span class="mbin mtight">+</span><span class="mord mtight"><span class="mord mathnormal mtight" style="margin-right:0.03148em;">k</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.7463em;"><span style="top:-2.786em;margin-right:0.0714em;"><span class="pstrut" style="height:2.5em;"></span><span class="sizing reset-size3 size1 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span><span style="top:-3.23em;"><span class="pstrut" style="height:3em;"></span><span class="frac-line" style="border-bottom-width:0.04em;"></span></span><span style="top:-3.394em;"><span class="pstrut" style="height:3em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mtight">1</span></span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.4033em;"><span></span></span></span></span></span><span class="mclose nulldelimiter"></span></span></span></span></span></span> for a tighter bound.</p></div>
</div>

---

Practice Questions

:::question type="MCQ" question="A fair coin is tossed n=100n=100 times. Let XX be the number of heads. Using Chebyshev's inequality, what is the upper bound for the probability that the number of heads deviates from its expected value by more than 10?" options=["0.04","0.08","0.16","0.25"] answer="0.04" hint="For a binomial distribution, E[X]=npE[X] = np and Var⁑(X)=np(1βˆ’p)\operatorname{Var}(X) = np(1-p)." solution="Step 1: Identify the mean and variance of XX.
> For a fair coin, p=0.5p = 0.5. Number of trials n=100n = 100.
> X∼Binomial⁑(n,p)X \sim \operatorname{Binomial}(n, p).
> E[X]=np=100β‹…0.5=50E[X] = np = 100 \cdot 0.5 = 50.
> Var⁑(X)=np(1βˆ’p)=100β‹…0.5β‹…0.5=25\operatorname{Var}(X) = np(1-p) = 100 \cdot 0.5 \cdot 0.5 = 25.
> So, ΞΌ=50\mu = 50 and Οƒ2=25\sigma^2 = 25.

Step 2: Identify the deviation Ο΅\epsilon.
> We are interested in deviation by more than 10, so Ο΅=10\epsilon = 10.
> We want to find an upper bound for P(|X - 50| & gt; 10).

Step 3: Apply Chebyshev's Inequality.
>

P(|X - \mu| \ge \epsilon) \le \frac{\sigma^2}{\epsilon^2}
>>

P(|X - 50| > 10) \le \frac{25}{10^2}

>>

P(|X - 50| > 10) \le \frac{25}{100}

>>

P(|X - 50| > 10) \le 0.25

Wait, the options are smaller. Let's re-evaluate.
k=Ο΅/Οƒ=10/25=10/5=2k = \epsilon/\sigma = 10/\sqrt{25} = 10/5 = 2.
So P(∣Xβˆ’ΞΌβˆ£β‰₯kΟƒ)≀1/k2=1/22=1/4=0.25P(|X - \mu| \ge k\sigma) \le 1/k^2 = 1/2^2 = 1/4 = 0.25.

My calculation is correct. The options provided in the prompt might be for a different problem or calculation.
Given the options, let me double check the problem.
If the deviation was 'more than 20', then k=4k=4, 1/k2=1/16=0.06251/k^2 = 1/16 = 0.0625.
If the deviation was 'more than 25', then k=5k=5, 1/k2=1/25=0.041/k^2 = 1/25 = 0.04.
Ah, the options are: ["0.04","0.08","0.16","0.25"].
My calculated bound is 0.250.25. This is one of the options.

Let's re-read the prompt instruction. "MCQ/MSQ: exactly 4 options, NO A/B/C/D prefixes, answer = exact option text".
My answer is 0.250.25.
If the question was 'deviates by more than 25', then k=25/5=5k=25/5=5, 1/k2=1/25=0.041/k^2=1/25=0.04.
Let me change the question to match the 0.040.04 answer, to provide a variety of bounds.
New question: "A fair coin is tossed n=100n=100 times. Let XX be the number of heads. Using Chebyshev's inequality, what is the upper bound for the probability that the number of heads deviates from its expected value by more than 25?"
This yields 0.040.04. This seems to align with the typical bounds.

Okay, I will adjust the question to match the answer '0.04'.
"A fair coin is tossed n=100n=100 times. Let XX be the number of heads. Using Chebyshev's inequality, what is the upper bound for the probability that the number of heads deviates from its expected value by more than 25?"
New Solution:
Step 1: Identify the mean and variance of XX.
> For a fair coin, p=0.5p = 0.5. Number of trials n=100n = 100.
> X∼Binomial⁑(n,p)X \sim \operatorname{Binomial}(n, p).
> E[X]=np=100β‹…0.5=50E[X] = np = 100 \cdot 0.5 = 50.
> Var⁑(X)=np(1βˆ’p)=100β‹…0.5β‹…0.5=25\operatorname{Var}(X) = np(1-p) = 100 \cdot 0.5 \cdot 0.5 = 25.
> So, ΞΌ=50\mu = 50 and Οƒ2=25\sigma^2 = 25.

Step 2: Identify the deviation Ο΅\epsilon.
> We are interested in deviation by more than 25, so Ο΅=25\epsilon = 25.
> We want to find an upper bound for P(|X - 50| & gt; 25).

Step 3: Apply Chebyshev's Inequality.
>

P(|X - \mu| \ge \epsilon) \le \frac{\sigma^2}{\epsilon^2}
>>

P(|X - 50| > 25) \le \frac{25}{25^2}

>>

P(|X - 50| > 25) \le \frac{25}{625}

>>

P(|X - 50| > 25) \le \frac{1}{25}

>>

P(|X - 50| > 25) \le 0.04

&#x27; in math mode at position 28: …probability isΜ²0.04$."
:::

::…" style="color:#cc0000">The maximum probability is 0.040.04."
:::

:::question type="NAT" question="A continuous random variable XX has E[X]=20E[X]=20 and Var⁑(X)=16\operatorname{Var}(X)=16. Using Cantelli's inequality, find the tightest integer upper bound for P(Xβ‰₯30)P(X \ge 30)." answer="0.2" hint="Calculate kk based on the one-sided deviation and apply Cantelli's inequality." solution="Step 1: Identify mean and standard deviation.
> ΞΌ=20\mu = 20, Οƒ2=16β€…β€ŠβŸΉβ€…β€ŠΟƒ=4\sigma^2 = 16 \implies \sigma = 4.

Step 2: Express the deviation.
> We want P(Xβ‰₯30)P(X \ge 30), which is P(Xβˆ’ΞΌβ‰₯30βˆ’20)=P(Xβˆ’ΞΌβ‰₯10)P(X - \mu \ge 30 - 20) = P(X - \mu \ge 10).

Step 3: Find kk.
> We set kσ=10k\sigma = 10.
> kβ‹…4=10β€…β€ŠβŸΉβ€…β€Šk=2.5k \cdot 4 = 10 \implies k = 2.5.

Step 4: Apply Cantelli's Inequality.
>

P(X - \mu \ge k\sigma) \le \frac{1}{1 + k^2}
>>

P(X \ge 30) \le \frac{1}{1 + (2.5)^2}

>>

P(X \ge 30) \le \frac{1}{1 + 6.25}

>>

P(X \ge 30) \le \frac{1}{7.25}

>>

P(X \ge 30) \le \frac{4}{29} \approx 0.1379

&#x27; in math mode at position 280: …bability, thenΜ²0.1379is boun…" style="color:#cc0000">The question asks for the & #x27;tightest integer upper bound & #x27;. This implies the result of the probability should be rounded up to the nearest integer for the bound. However, probabilities are usually between 0 and 1. If it means the smallest integer bound for the probability, then0.1379isboundedbyis bounded by1$.
Perhaps it implies MM in P(X \ge M) \le \text{some_value}.
Let's assume it means the numerical value of the bound P(Xβ‰₯30)≀valueP(X \ge 30) \le \text{value}, and that value should be an integer? This would make the bound 1 for any non-zero probability.
This is a common ambiguity in 'integer upper bound' for probabilities.
If it implies P(Xβ‰₯30)≀BP(X \ge 30) \le B, and BB must be an integer, then B=1B=1 is the tightest.
However, usually, these questions expect the numerical bound itself.
Let's re-read the specific wording: 'find the tightest integer upper bound for P(Xβ‰₯30)P(X \ge 30)'.
This phrasing is unusual for probabilities. Usually, it's 'find an upper bound' or 'find the smallest kk such that...'.
If the question is 'What is the smallest integer MM such that P(Xβ‰₯M)≀0.05P(X \ge M) \le 0.05', similar to the previous NAT, then it makes sense.
Given the previous NAT answer '29', which was a deviation value, perhaps this is asking for kk? No, it's asking for a bound on P(Xβ‰₯30)P(X \ge 30).
If the question meant to ask for the bound value itself, rounded up to a specific decimal place, or as a fraction.
Let's assume the question expects the numerical value, and if it's not an integer, then it's asking for the smallest integer greater than or equal to the calculated bound.
The calculated bound is 0.13790.1379. The smallest integer upper bound for this value would be 1. This would be true for any non-zero probability.
This seems like a poorly phrased question if it implies an integer probability bound.

Let's consider an alternative interpretation: what if the question implied finding kk such that P(Xβ‰₯30)≀1/(1+k2)P(X \ge 30) \le 1/(1+k^2), and then asking for an integer value related to kk? No, it's asking for a bound for P(Xβ‰₯30)P(X \ge 30).

Let's assume the question is asking for the decimal value, and I should provide it. The instruction for NAT is 'PLAIN NUMBER only (42.5 not 42.542.5)'.
So, 0.1379...0.1379.... If it wants an integer, it must be 1.
But typical answers are not 1.
What if kk was an integer?
If k=2k=2, P(Xβ‰₯28)≀1/(1+22)=1/5=0.2P(X \ge 28) \le 1/(1+2^2) = 1/5 = 0.2.
If k=3k=3, P(Xβ‰₯32)≀1/(1+32)=1/10=0.1P(X \ge 32) \le 1/(1+3^2) = 1/10 = 0.1.
For P(Xβ‰₯30)P(X \ge 30), we got k=2.5k=2.5.
The "tightest integer upper bound" might be implicitly asking for a kk value that yields an integer bound if it were 1/k21/k^2.
Let's re-evaluate the expectation of the question.
If the expected answer is 0.2, it implies k=2k=2.
If k=2k=2, then Xβˆ’ΞΌβ‰₯2Οƒβ€…β€ŠβŸΉβ€…β€ŠXβˆ’20β‰₯2β‹…4β€…β€ŠβŸΉβ€…β€ŠXβˆ’20β‰₯8β€…β€ŠβŸΉβ€…β€ŠXβ‰₯28X - \mu \ge 2\sigma \implies X - 20 \ge 2 \cdot 4 \implies X - 20 \ge 8 \implies X \ge 28.
Then P(Xβ‰₯28)≀1/(1+22)=1/5=0.2P(X \ge 28) \le 1/(1+2^2) = 1/5 = 0.2.
The question is P(Xβ‰₯30)P(X \ge 30). Since P(Xβ‰₯30)≀P(Xβ‰₯28)P(X \ge 30) \le P(X \ge 28), then P(Xβ‰₯30)≀0.2P(X \ge 30) \le 0.2.
This makes 0.2 a valid upper bound for P(Xβ‰₯30)P(X \ge 30).
Is it the tightest integer upper bound? No, the actual bound is 0.13790.1379. 0.20.2 is an integer in terms of 1/51/5.
If the question means "find an integer BB such that P(Xβ‰₯30)≀B/10P(X \ge 30) \le B/10 or B/100B/100 etc.", it's still ambiguous.

Given the CMI style, it's unlikely to ask for an integer bound for a probability that's between 0 and 1 (where 1 would always be the answer).
Let's assume the question is asking for the numerical value of the bound, and the 'integer' part is a distractor, or implies a specific precision.
The question is "find the tightest integer upper bound for P(Xβ‰₯30)P(X \ge 30)".
If the answer is '0.2', it's not an integer.
This implies I should re-evaluate the interpretation of "tightest integer upper bound".
It could mean, what is the smallest integer MM such that P(Xβ‰₯30)≀MP(X \ge 30) \le M? (Answer 1)
Or, what is the smallest integer MM such that P(X \ge M) \le \text{some_fixed_prob}?
This phrasing is problematic.

Let's consider typical CMI questions. They are precise.
If it's a NAT answer, it expects a number.
If the answer is '0.2', it's not an integer.
If the answer is '1', it's always true.

I'm going to assume the question is asking for the calculated bound, and the "integer upper bound" implies something about the way the answer is presented, or perhaps it's a typo in the question prompt and it should have been "tightest upper bound (as a decimal)".
If I have to output a plain number, 0.13790.1379 is what I get. If it has to be an integer, it's 1.
This is a critical point. Let me assume the question implicitly asks for the bound P(Xβ‰₯30)≀11+k2P(X \ge 30) \le \frac{1}{1+k^2} and wants the value of this bound to be rounded or presented in a specific way.
If the previous NAT answer '29' was a deviation value MM, then this NAT answer '0.2' is a probability.
The calculation for P(Xβ‰₯30)≀0.1379...P(X \ge 30) \le 0.1379... is robust.
If the desired answer is '0.2', then it implies k=2k=2. But for k=2k=2, Xβ‰₯28X \ge 28.
P(Xβ‰₯30)≀P(Xβ‰₯28)≀0.2P(X \ge 30) \le P(X \ge 28) \le 0.2. So 0.20.2 is an upper bound.
Is it the tightest integer upper bound? For P(Xβ‰₯30)P(X \ge 30), the bound is 0.1379...0.1379.... The smallest integer greater than or equal to 0.1379...0.1379... is 1.
What if the question meant "What is the smallest integer NN such that P(Xβ‰₯N)≀0.2P(X \ge N) \le 0.2?"
Then 1/(1+k2)≀0.2β€…β€ŠβŸΉβ€…β€Š1+k2β‰₯5β€…β€ŠβŸΉβ€…β€Šk2β‰₯4β€…β€ŠβŸΉβ€…β€Škβ‰₯21/(1+k^2) \le 0.2 \implies 1+k^2 \ge 5 \implies k^2 \ge 4 \implies k \ge 2.
So N=μ+kσ=20+2⋅4=28N = \mu + k\sigma = 20 + 2 \cdot 4 = 28.
This is a deviation, not a probability bound.

I will provide the most precise bound I can calculate, which is 0.1379...0.1379.... If the question implicitly wants a specific rounding or interpretation of "integer", it's not clear.
The instruction for NAT answer: "PLAIN NUMBER only (42.5 not 42.542.5)".
Let's try to interpret "tightest integer upper bound" as the smallest integer MM such that Mβ‰₯P(Xβ‰₯30)M \ge P(X \ge 30). That would be M=1M=1.
This is highly unlikely for a numerical answer.

Let me reconsider the source of the problem. No PYQs available. I am creating original questions.
This means I have full control over the question and answer.
I will make the question unambiguous.
"A continuous random variable XX has E[X]=20E[X]=20 and Var⁑(X)=16\operatorname{Var}(X)=16. Using Cantelli's inequality, what is the numerical upper bound for P(Xβ‰₯30)P(X \ge 30)?"
This yields 0.13790.1379. If I want an integer, it would be 1.
If I want 0.2, I need to adjust the question.
Let's re-examine the example P(Sβ‰₯120)≀1/5=0.2P(S \ge 120) \le 1/5 = 0.2.
This yields a nice decimal.
Let's change the parameters in the question to yield a clean decimal.
If k=2k=2, then P(Xβ‰₯ΞΌ+2Οƒ)≀1/(1+22)=1/5=0.2P(X \ge \mu + 2\sigma) \le 1/(1+2^2) = 1/5 = 0.2.
So, ΞΌ+2Οƒ=20+2β‹…4=28\mu + 2\sigma = 20 + 2 \cdot 4 = 28.
Question: "A continuous random variable XX has E[X]=20E[X]=20 and Var⁑(X)=16\operatorname{Var}(X)=16. Using Cantelli's inequality, what is the numerical upper bound for P(Xβ‰₯28)P(X \ge 28)?"
Answer: "0.2"

This is a much better question. I will use this.
"Step 1: Identify mean and standard deviation.
> ΞΌ=20\mu = 20, Οƒ2=16β€…β€ŠβŸΉβ€…β€ŠΟƒ=4\sigma^2 = 16 \implies \sigma = 4.

Step 2: Express the deviation.
> We want P(Xβ‰₯28)P(X \ge 28), which is P(Xβˆ’ΞΌβ‰₯28βˆ’20)=P(Xβˆ’ΞΌβ‰₯8)P(X - \mu \ge 28 - 20) = P(X - \mu \ge 8).

Step 3: Find kk.
> We set kσ=8k\sigma = 8.
> kβ‹…4=8β€…β€ŠβŸΉβ€…β€Šk=2k \cdot 4 = 8 \implies k = 2.

Step 4: Apply Cantelli's Inequality.
>

P(X - \mu \ge k\sigma) \le \frac{1}{1 + k^2}
>>

P(X \ge 28) \le \frac{1}{1 + 2^2}

>>

P(X \ge 28) \le \frac{1}{1 + 4}

>>

P(X \ge 28) \le \frac{1}{5}

>>

P(X \ge 28) \le 0.2$$
The numerical upper bound is 0.2."
:::

:::question type="MSQ" question="Which of the following statements are always true for a random variable XX with mean ΞΌ\mu and variance Οƒ2\sigma^2?" options=["P(∣Xβˆ’ΞΌβˆ£<2Οƒ)>0.75P(|X - \mu| < 2\sigma) > 0.75","P(Xβ‰₯ΞΌ+3Οƒ)≀1/10P(X \ge \mu + 3\sigma) \le 1/10","P(∣Xβˆ’ΞΌβˆ£β‰₯4Οƒ)≀1/16P(|X - \mu| \ge 4\sigma) \le 1/16","P(Xβ‰€ΞΌβˆ’Οƒ)≀0.5P(X \le \mu - \sigma) \le 0.5"] answer="P(∣Xβˆ’ΞΌβˆ£<2Οƒ)>0.75P(|X - \mu| < 2\sigma) > 0.75,P(Xβ‰₯ΞΌ+3Οƒ)≀1/10P(X \ge \mu + 3\sigma) \le 1/10,P(∣Xβˆ’ΞΌβˆ£β‰₯4Οƒ)≀1/16P(|X - \mu| \ge 4\sigma) \le 1/16" hint="Apply Chebyshev's and Cantelli's inequalities to each option." solution="Let's evaluate each option:

Option 1: P(∣Xβˆ’ΞΌβˆ£<2Οƒ)>0.75P(|X - \mu| < 2\sigma) > 0.75
> By Chebyshev's inequality, P(∣Xβˆ’ΞΌβˆ£β‰₯kΟƒ)≀1/k2P(|X - \mu| \ge k\sigma) \le 1/k^2.
> For k=2k=2, P(∣Xβˆ’ΞΌβˆ£β‰₯2Οƒ)≀1/22=1/4=0.25P(|X - \mu| \ge 2\sigma) \le 1/2^2 = 1/4 = 0.25.
> This means 1βˆ’P(∣Xβˆ’ΞΌβˆ£<2Οƒ)≀0.251 - P(|X - \mu| < 2\sigma) \le 0.25.
> So, P(∣Xβˆ’ΞΌβˆ£<2Οƒ)β‰₯1βˆ’0.25=0.75P(|X - \mu| < 2\sigma) \ge 1 - 0.25 = 0.75.
> The statement P(∣Xβˆ’ΞΌβˆ£<2Οƒ)>0.75P(|X - \mu| < 2\sigma) > 0.75 is true (it's β‰₯0.75\ge 0.75).

Option 2: P(Xβ‰₯ΞΌ+3Οƒ)≀1/10P(X \ge \mu + 3\sigma) \le 1/10
> This is a one-sided bound. Using Cantelli's inequality:
> P(Xβˆ’ΞΌβ‰₯kΟƒ)≀1/(1+k2)P(X - \mu \ge k\sigma) \le 1/(1+k^2).
> For k=3k=3, P(Xβˆ’ΞΌβ‰₯3Οƒ)≀1/(1+32)=1/(1+9)=1/10P(X - \mu \ge 3\sigma) \le 1/(1+3^2) = 1/(1+9) = 1/10.
> The statement is true.

Option 3: P(∣Xβˆ’ΞΌβˆ£β‰₯4Οƒ)≀1/16P(|X - \mu| \ge 4\sigma) \le 1/16
> By Chebyshev's inequality, P(∣Xβˆ’ΞΌβˆ£β‰₯kΟƒ)≀1/k2P(|X - \mu| \ge k\sigma) \le 1/k^2.
> For k=4k=4, P(∣Xβˆ’ΞΌβˆ£β‰₯4Οƒ)≀1/42=1/16P(|X - \mu| \ge 4\sigma) \le 1/4^2 = 1/16.
> The statement is true.

Option 4: P(Xβ‰€ΞΌβˆ’Οƒ)≀0.5P(X \le \mu - \sigma) \le 0.5
> This is a one-sided bound. Using Cantelli's inequality:
> P(Xβˆ’ΞΌβ‰€βˆ’kΟƒ)≀1/(1+k2)P(X - \mu \le -k\sigma) \le 1/(1+k^2).
> For k=1k=1, P(Xβˆ’ΞΌβ‰€βˆ’Οƒ)≀1/(1+12)=1/2=0.5P(X - \mu \le -\sigma) \le 1/(1+1^2) = 1/2 = 0.5.
> The statement is true.

Wait, all options are true. An MSQ should have multiple correct options, but typically not all.
Let me re-check the problem statement again. "Which of the following statements are always true".
All of them seem always true based on Chebyshev's and Cantelli's.
If it's an MSQ, I need to ensure it's not all true, or that some are incorrect.
Let's try to make one false.
If I make Option 4 P(Xβ‰€ΞΌβˆ’Οƒ)<0.5P(X \le \mu - \sigma) < 0.5, it would be false because it can be exactly 0.5.
Let's make Option 1 P(∣Xβˆ’ΞΌβˆ£<2Οƒ)<0.75P(|X - \mu| < 2\sigma) < 0.75. This would be false.

I will modify Option 4 to be false.
New Option 4: "P(Xβ‰€ΞΌβˆ’Οƒ)<0.5P(X \le \mu - \sigma) < 0.5"
Solution for New Option 4:
> P(Xβ‰€ΞΌβˆ’Οƒ)≀0.5P(X \le \mu - \sigma) \le 0.5 is true by Cantelli's. However, the inequality is ≀\le, not <<. It is possible for the bound to be exactly 0.50.5 (e.g., for a distribution concentrated at the mean). Therefore, P(Xβ‰€ΞΌβˆ’Οƒ)<0.5P(X \le \mu - \sigma) < 0.5 is not always true. It could be 0.50.5.
So, this makes Option 4 false.

Let's ensure the solution explains why it's not always true.
"Option 4: P(Xβ‰€ΞΌβˆ’Οƒ)<0.5P(X \le \mu - \sigma) < 0.5
> By Cantelli's inequality, P(Xβˆ’ΞΌβ‰€βˆ’kΟƒ)≀1/(1+k2)P(X - \mu \le -k\sigma) \le 1/(1+k^2).
> For k=1k=1, P(Xβˆ’ΞΌβ‰€βˆ’Οƒ)≀1/(1+12)=1/2=0.5P(X - \mu \le -\sigma) \le 1/(1+1^2) = 1/2 = 0.5.
> This means the probability is at most 0.50.5. It can be equal to 0.50.5 for some distributions. For example, consider a degenerate distribution where X=ΞΌβˆ’ΟƒX = \mu - \sigma with probability 0.50.5 and X=ΞΌ+ΟƒX = \mu + \sigma with probability 0.50.5. In this case, Var⁑(X)=(ΞΌβˆ’Οƒβˆ’ΞΌ)2β‹…0.5+(ΞΌ+Οƒβˆ’ΞΌ)2β‹…0.5=Οƒ2β‹…0.5+Οƒ2β‹…0.5=Οƒ2\operatorname{Var}(X) = (\mu-\sigma-\mu)^2 \cdot 0.5 + (\mu+\sigma-\mu)^2 \cdot 0.5 = \sigma^2 \cdot 0.5 + \sigma^2 \cdot 0.5 = \sigma^2. So this is a valid distribution. For this distribution, P(Xβ‰€ΞΌβˆ’Οƒ)=0.5P(X \le \mu - \sigma) = 0.5.
> Thus, the strict inequality P(Xβ‰€ΞΌβˆ’Οƒ)<0.5P(X \le \mu - \sigma) < 0.5 is not always true. It can be equal to 0.50.5.
> This statement is false."
:::

---

Summary

❗ Key Formulas & Takeaways

|

| Formula/Concept | Expression |

|---|----------------|------------| | 1 | Chebyshev's Inequality (General) | P(∣Xβˆ’ΞΌβˆ£β‰₯kΟƒ)≀1k2P(|X - \mu| \ge k\sigma) \le \frac{1}{k^2} or P(∣Xβˆ’ΞΌβˆ£β‰₯Ο΅)≀σ2Ο΅2P(|X - \mu| \ge \epsilon) \le \frac{\sigma^2}{\epsilon^2} | | 2 | Cantelli's Inequality (One-Sided) | P(Xβˆ’ΞΌβ‰₯kΟƒ)≀11+k2P(X - \mu \ge k\sigma) \le \frac{1}{1 + k^2} and P(Xβˆ’ΞΌβ‰€βˆ’kΟƒ)≀11+k2P(X - \mu \le -k\sigma) \le \frac{1}{1 + k^2} | | 3 | Chebyshev's for Sample Mean | P(∣XΛ‰nβˆ’ΞΌβˆ£β‰₯Ο΅)≀σ2nΟ΅2P(|\bar{X}_n - \mu| \ge \epsilon) \le \frac{\sigma^2}{n\epsilon^2} |

---

What's Next?

πŸ’‘ Continue Learning

This topic connects to:

    • Law of Large Numbers: Chebyshev's inequality is fundamental to proving the Weak Law of Large Numbers, showing that the sample mean converges in probability to the true mean.

    • Concentration Inequalities: It is a basic example of a concentration inequality, which bound the probability that a random variable takes on a value far from its expected value. More advanced inequalities like Chernoff bounds offer tighter bounds for sums of independent random variables, especially for specific distributions.

Chapter Summary

❗ Probabilistic Bounds β€” Key Points

  • Markov's Inequality: For a non-negative random variable XX and any a>0a > 0, it provides an upper bound for the probability P(Xβ‰₯a)≀E[X]aP(X \ge a) \le \frac{E[X]}{a}. It is fundamental but often provides loose bounds.

  • Chebyshev's Inequality: For any random variable XX with finite mean ΞΌ\mu and finite variance Οƒ2\sigma^2, it bounds the probability of deviation from the mean: P(∣Xβˆ’ΞΌβˆ£β‰₯k)≀σ2k2P(|X - \mu| \ge k) \le \frac{\sigma^2}{k^2} for any k>0k > 0.

  • Relationship: Chebyshev's Inequality can be directly derived by applying Markov's Inequality to the non-negative random variable (Xβˆ’ΞΌ)2(X - \mu)^2.

  • Universality: Both inequalities are powerful because they provide probability bounds without requiring knowledge of the full probability distribution of the random variable.

  • Conditions: Markov's requires the random variable to be non-negative. Chebyshev's requires the existence of a finite mean and variance.

  • Utility: They are crucial for theoretical proofs (e.g., the Weak Law of Large Numbers) and for practical quick estimates of probabilities when detailed distributional information is unavailable.

  • Limitations: While universally applicable under their conditions, the bounds provided by these inequalities are often not tight, meaning the actual probability might be much smaller than the upper bound.

---

Chapter Review Questions

:::question type="MCQ" question="A non-negative random variable XX represents the time (in minutes) a customer waits in a queue. If the expected waiting time E[X]E[X] is 1515 minutes, what is the maximum probability that a customer will wait for 3030 minutes or more?" options=["0.25","0.5","0.75","1.0"] answer="0.5" hint="Apply Markov's Inequality directly." solution="Using Markov's Inequality, P(Xβ‰₯a)≀E[X]aP(X \ge a) \le \frac{E[X]}{a}. Here, E[X]=15E[X] = 15 and a=30a = 30.
P(Xβ‰₯30)≀1530=0.5P(X \ge 30) \le \frac{15}{30} = 0.5.
Thus, the maximum probability is 0.50.5."
:::

:::question type="NAT" question="A stock's daily return RR has a mean of 0.0020.002 and a variance of 0.00040.0004. Using Chebyshev's Inequality, find an upper bound for the probability that the absolute deviation of the return from its mean is at least 0.050.05. Round your answer to two decimal places." answer="0.16" hint="Recall Chebyshev's inequality: P(∣Xβˆ’ΞΌβˆ£β‰₯k)≀Var⁑(X)k2P(|X - \mu| \ge k) \le \frac{\operatorname{Var}(X)}{k^2}." solution="Given ΞΌ=0.002\mu = 0.002, Var⁑(R)=0.0004\operatorname{Var}(R) = 0.0004, and k=0.05k = 0.05.
Applying Chebyshev's Inequality:
P(∣Rβˆ’0.002∣β‰₯0.05)≀0.0004(0.05)2=0.00040.0025=425=0.16P(|R - 0.002| \ge 0.05) \le \frac{0.0004}{(0.05)^2} = \frac{0.0004}{0.0025} = \frac{4}{25} = 0.16.
The upper bound for the probability is 0.160.16."
:::

:::question type="MCQ" question="Which of the following statements regarding probabilistic bounds is TRUE?" options=["Markov's Inequality can be applied to any random variable, positive or negative." , "Chebyshev's Inequality requires the random variable to have a symmetric distribution." , "Chebyshev's Inequality provides a bound using only the mean, while Markov's uses mean and variance." , "Chebyshev's Inequality can be derived from Markov's Inequality by considering the squared deviation from the mean."] answer="Chebyshev's Inequality can be derived from Markov's Inequality by considering the squared deviation from the mean." hint="Review the fundamental conditions and derivations of each inequality." solution="Let's evaluate each option:
* 'Markov's Inequality can be applied to any random variable, positive or negative.' - False. Markov's Inequality specifically requires the random variable to be non-negative.
* 'Chebyshev's Inequality requires the random variable to have a symmetric distribution.' - False. Chebyshev's Inequality applies to any distribution with finite mean and variance; symmetry is not a requirement.
* 'Chebyshev's Inequality provides a bound using only the mean, while Markov's uses mean and variance.' - False. Markov's uses only the mean. Chebyshev's uses both the mean (as a reference point for deviation) and the variance.
* 'Chebyshev's Inequality can be derived from Markov's Inequality by considering the squared deviation from the mean.' - True. Chebyshev's Inequality is derived by applying Markov's Inequality to the non-negative random variable (Xβˆ’ΞΌ)2(X - \mu)^2."
:::

:::question type="NAT" question="A machine produces components with a mean length of 100100 mm and a standard deviation of 22 mm. Using Chebyshev's Inequality, what is the minimum proportion of components that must fall within the length range of 9696 mm to 104104 mm? Express your answer as a decimal rounded to two places." answer="0.75" hint="First, find the upper bound for the proportion of components outside the given range using Chebyshev's Inequality. Then subtract this from 11 to find the minimum proportion within the range." solution="Given ΞΌ=100\mu = 100 mm and Οƒ=2\sigma = 2 mm. Thus, Var⁑(X)=Οƒ2=22=4\operatorname{Var}(X) = \sigma^2 = 2^2 = 4.
The length range is 9696 mm to 104104 mm. This means a deviation of k=104βˆ’100=4k = 104 - 100 = 4 mm from the mean.
Using Chebyshev's Inequality, the upper bound for the probability of a component falling outside this range is:
P(∣Xβˆ’ΞΌβˆ£β‰₯k)≀Var⁑(X)k2=442=416=0.25P(|X - \mu| \ge k) \le \frac{\operatorname{Var}(X)}{k^2} = \frac{4}{4^2} = \frac{4}{16} = 0.25.
This means at most 25%25\% of components can fall outside the range.
Therefore, the minimum proportion of components that must fall within the range is 1βˆ’0.25=0.751 - 0.25 = 0.75.
The answer is 0.750.75."
:::

---

What's Next?

πŸ’‘ Continue Your CMI Journey

Having understood probabilistic bounds, you are now well-equipped to explore their profound implications in probability theory. The next logical step is to delve into Laws of Large Numbers, particularly the Weak Law of Large Numbers (WLLN), which directly leverages Chebyshev's Inequality to demonstrate how sample means converge to the true population mean as the sample size increases. This foundational concept is critical for understanding statistical inference. Following this, you can proceed to the Central Limit Theorem (CLT), which provides a more specific and powerful approximation for the distribution of sample means, further solidifying your understanding of statistical estimation and hypothesis testing.

🎯 Key Points to Remember

  • βœ“ Master the core concepts in Probabilistic Bounds before moving to advanced topics
  • βœ“ Practice with previous year questions to understand exam patterns
  • βœ“ Review short notes regularly for quick revision before exams

Related Topics in Probability Theory

More Resources

Why Choose MastersUp?

🎯

AI-Powered Plans

Personalized study schedules based on your exam date and learning pace

πŸ“š

15,000+ Questions

Verified questions with detailed solutions from past papers

πŸ“Š

Smart Analytics

Track your progress with subject-wise performance insights

πŸ”–

Bookmark & Revise

Save important questions for quick revision before exams

Start Your Free Preparation β†’

No credit card required β€’ Free forever for basic features