MHT-CET Maths · Probability Distribution
Discrete Random Variables, PMF and CDF
A random variable assigns a number to each outcome; its probability mass function lists P(X=x) for every value, obeys 0 ≤ P ≤ 1 and ΣP = 1, and its cumulative distribution function F(x) = P(X ≤ x) accumulates those probabilities.
Why this matters
This is the technique-richest subtopic of the chapter: 29 PYQs (3 EASY, 22 MODERATE, 4 HARD). The bank tests four separate skills that all begin from ΣP = 1 — solving a linear-k table, a quadratic-in-k table (the 6k²+5k−1 and 10k²+9k−1 factorings recur almost every year), an exponential pmf, and an infinite arithmetico-geometric pmf — plus building a distribution from a coin/card/draw experiment, reading a CDF, and normalising a continuous pdf. Expectation and variance are taught separately; here the whole game is finding the constant, reading a range probability, and constructing the table correctly.
Concept 1 of 9
Discrete Random Variable and Its Probability Mass Function
Intuition
Definition
A probability mass function of a discrete random variable must satisfy TWO axioms:
- Each probability is valid: for every value .
- The total mass is one: — summed over ALL values the variable can take.
These two rules are the engine of the whole subtopic: every 'find the constant' question is just ΣP = 1 solved for the unknown, and every 'is this a valid distribution?' check is these two axioms.
The two pmf axioms
- Xthe discrete random variable
- x_ieach value X can take
- P(X=x_i)the probability mass at that value
Worked example
A pmf must sum to exactly 1, over ALL values
Probabilities can never exceed 1 or go negative
Concept 2 of 9
Finding the Constant k from a Linear Probability Table
Intuition
Definition
When the pmf entries are linear in (e.g. , or a piecewise rule /):
- Sum all entries and set the total equal to 1: .
- Solve the resulting LINEAR equation for — a single step.
- Substitute back to read off any required probability or range.
If a fixed number appears (e.g. with the rest in ), include it in the sum: .
Linear normalisation
Worked example
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q109 · 3rd May 2nd Shift · 2023]
Include every row — even a fixed number — in ΣP = 1
Match the range operator exactly: strict vs inclusive
Concept 3 of 9
Reading a Range Probability from the pmf Table
Intuition
Definition
Translate the inequality into exactly which values to add:
- : all values strictly below .
- : from up to but NOT including .
- — use the complement to avoid adding a long tail.
- .
The complement rule is the workhorse whenever the 'up to' side has fewer cells than the 'from' side.
Complement for a tail probability
Worked example
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q115 · 19 April Shift I · 2025]
and are not the same
Use the complement only when it has fewer terms
Concept 4 of 9
Finding k from a Quadratic Probability Table
Intuition
Definition
The two standard quadratics and their admissible roots:
- (reject ).
- (reject ).
Always reject the negative root — a negative would make some negative. After finding k, evaluate the required range, remembering the terms: e.g. .
The two recurring MHT-CET quadratics
Worked example
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q146 · 25 April Shift I · 2025]
Reject the negative root of the k-quadratic
Don't drop the terms when evaluating a range
, not
Concept 5 of 9
Finding k for an Exponential pmf on a Finite Range
Intuition
Definition
For on :
- Finite geometric sum: (for ).
- Set and solve for .
For : , so and .
Finite geometric normalisation
Worked example
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q129 · May Shift 1 · 2021]
Sum a FINITE range fully — don't stop early
A finite exponential pmf is NOT the infinite geometric sum
Concept 6 of 9
Finding k for an Infinite pmf k(x+1)rˣ
Intuition
Definition
For the infinite pmf :
- Key AGP sum (memorise): for .
- Set , so .
- For : . For : .
Then any follows by direct substitution — e.g. .
AGP normalisation for k(x+1)rˣ
- rthe common ratio,
- (x+1)the arithmetic factor
- kthe normalising constant
Worked example
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q145 · 20 April Shift II · 2025]
, NOT
The range is INFINITE here — use
Concept 7 of 9
Constructing a Probability Distribution from an Experiment
Intuition
Definition
Identify the values takes, then find each by the right counting rule:
- With-replacement draws (independent trials): binomial — . Two cards with replacement, jack has : .
- Without-replacement draws: hypergeometric — . 4 defective + 16 good, draw 3: , and so on.
- Counting outcomes (equally likely): three fair coins, heads: , giving .
- Sequential 'until' experiments: multiply along each branch — a coin tossed until a head or 4 tails gives for (the last cell pools TTTH and TTTT).
Binomial and hypergeometric building blocks
Worked example
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q148 · 22 April Shift II · 2025]
With replacement is binomial; without replacement is hypergeometric
counts BOTH orders — include the factor of 2
In a bounded 'until' experiment, the last cell POOLS two branches
Concept 8 of 9
Cumulative Distribution Function and pmf ↔ CDF Differencing
Intuition
Definition
For a discrete random variable with values :
- Definition: ; it is non-decreasing and reaches 1 at the top value.
- Recover the pmf (differencing): , with .
- Tail from the CDF: ; .
CDF definition and differencing
Worked example
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q120 · 21 April Shift II · 2025]
Read as a CDF DIFFERENCE, not the CDF value
;
Concept 9 of 9
Continuous Random Variables — pdf, Normalisation, CDF and P(a < X < b)
Intuition
Definition
The continuous analogues of the pmf rules:
- Normalisation (find the constant): , integrated over the support only.
- CDF: ; rises from 0 to 1, and .
- Interval probability: . For continuous , and give the same value.
- Two-condition pdf: if the pdf has TWO unknowns, use AND a given point value (like ) to solve the pair.
Continuous normalisation, CDF, interval
- f(x)probability density function
- F(x)cumulative distribution function,
Worked example
Practice this conceptself-check · 4 quick reps
From the bank · past-year question
[Q134 · 26 April Shift I · 2025]
Integrate over the SUPPORT only
A two-unknown pdf needs TWO equations
The CDF is the running integral, and
is a symmetric integral
Summary — formulas & gotchas at a glance
A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.
Formulas (9)
- Discrete Random Variable and Its Probability Mass Function
The two pmf axioms
- Finding the Constant k from a Linear Probability Table
Linear normalisation
- Reading a Range Probability from the pmf Table
Complement for a tail probability
- Finding k from a Quadratic Probability Table
The two recurring MHT-CET quadratics
- Finding k for an Exponential pmf on a Finite Range
Finite geometric normalisation
- Finding k for an Infinite pmf k(x+1)rˣ
AGP normalisation for k(x+1)rˣ
- Constructing a Probability Distribution from an Experiment
Binomial and hypergeometric building blocks
- Cumulative Distribution Function and pmf ↔ CDF Differencing
CDF definition and differencing
- Continuous Random Variables — pdf, Normalisation, CDF and P(a < X < b)
Continuous normalisation, CDF, interval
Watch out for (22)
- A pmf must sum to exactly 1, over ALL values→ Discrete Random Variable and Its Probability Mass Function
- Probabilities can never exceed 1 or go negative→ Discrete Random Variable and Its Probability Mass Function
- Include every row — even a fixed number — in ΣP = 1→ Finding the Constant k from a Linear Probability Table
- Match the range operator exactly: strict vs inclusive→ Finding the Constant k from a Linear Probability Table
- and are not the same→ Reading a Range Probability from the pmf Table
- Use the complement only when it has fewer terms→ Reading a Range Probability from the pmf Table
- Reject the negative root of the k-quadratic→ Finding k from a Quadratic Probability Table
- Don't drop the terms when evaluating a range→ Finding k from a Quadratic Probability Table
- , not→ Finding k from a Quadratic Probability Table
- Sum a FINITE range fully — don't stop early→ Finding k for an Exponential pmf on a Finite Range
- A finite exponential pmf is NOT the infinite geometric sum→ Finding k for an Exponential pmf on a Finite Range
- , NOT→ Finding k for an Infinite pmf k(x+1)rˣ
- The range is INFINITE here — use→ Finding k for an Infinite pmf k(x+1)rˣ
- With replacement is binomial; without replacement is hypergeometric→ Constructing a Probability Distribution from an Experiment
- counts BOTH orders — include the factor of 2→ Constructing a Probability Distribution from an Experiment
- In a bounded 'until' experiment, the last cell POOLS two branches→ Constructing a Probability Distribution from an Experiment
- Read as a CDF DIFFERENCE, not the CDF value→ Cumulative Distribution Function and pmf ↔ CDF Differencing
- ;→ Cumulative Distribution Function and pmf ↔ CDF Differencing
- Integrate over the SUPPORT only→ Continuous Random Variables — pdf, Normalisation, CDF and P(a < X < b)
- A two-unknown pdf needs TWO equations→ Continuous Random Variables — pdf, Normalisation, CDF and P(a < X < b)
- The CDF is the running integral, and→ Continuous Random Variables — pdf, Normalisation, CDF and P(a < X < b)
- is a symmetric integral→ Continuous Random Variables — pdf, Normalisation, CDF and P(a < X < b)
Drill every past-year question on this subtopic
31 questions from the bank — paginated, with cart and Word-export support.