H2 Maths Discrete Random Variables Formula Sheet

Study guideUpdated 17 Jul 2026

H2 Maths discrete random variables formula sheet: probability distributions, expectation E(X), variance Var(X), the binomial distribution and its four conditions, linear transfo...

Q: What does H2 Maths Notes (JC 1-2): 6.2) Discrete Random Variables cover?
A: Expectation, variance, binomial modelling, and calculator workflows for H2 discrete distributions.
Download: Get the H2 Maths Discrete Random Variables formula sheet (PDF) for quick revision, or the complete notes (PDF) for the full walkthrough.
Study cadence
Re-derive the expectation and variance formulas from first principles once per week so you remember why each term appears. Keep a small table template in your notes for probability mass functions (PMFs) so you can slot in values quickly during exams.
  • A discrete random variable counts possible outcomes: List the values it can take.
  • Expectation is the long-run average: Multiply each value by its probability.
  • Binomial questions need fixed trials, constant probability, independence, and success/failure outcomes: Check the four conditions before using the formula.

Concrete example: If 12 candidates each independently accept with probability 0.3, the number who accept is binomial. If one acceptance affects another, it is not.

Status: SEAB's current H2 Mathematics (9758) syllabus PDF is labelled for 2026. Topic 6.2 is assessed in Paper 2 Section B (Probability and Statistics, 60 marks) and focuses on discrete distributions and the binomial model.


Formulas at a glance

Every result the 9758 syllabus expects you to recall, on one screen. MF27 supplies the binomial probability mass formula and its mean and variance, but you still need to recall the general expectation and variance definitions, linear-transformation rules, and binomial conditions. Worked examples for each appear in the sections below.

Expectation and variance

QuantityFormula
ExpectationE(X)=xiP(X=xi) E(X) = \sum x_i P(X = x_i)

Linear transformations

QuantityFormula
Mean of Y=aX+b Y = aX + b E(Y)=aE(X)+b E(Y) = aE(X) + b

Binomial distribution

QuantityFormula
NotationXBin(n,p) X \sim \operatorname{Bin}(n, p)
Probability massP(X=r)=(nr)pr(1p)nr P(X = r) = \binom{n}{r} p^r (1-p)^{n-r}

Core Concepts

  • A discrete random variable X X takes countable values x1,x2, x_1, x_2, \dots with probabilities P(X=xi) P\left(X = x_{\mathrm{i}}\right)
A bar chart of the probability distribution of a discrete random variable X taking values 0 to 4. Each bar height is the probability P(X = x), and the heights add up to 1.0.100.2510.320.230.154xP(X = x)
The probability distribution of a discrete random variable lists each value x with its probability P(X = x); the probabilities are non-negative and sum to 1. The expectation E(X) is the balance point Σ x·P(X = x), and the variance measures the spread about it.

Binomial Model

Use XBin(n,p) X \sim \operatorname{Bin}(n, p) when you have n n independent Bernoulli trials with success probability p p .

  • Probability mass: P(X=r)=(nr)pr(1p)nr P\left( X = r \right) = \binom{n}{r} p^r (1 - p)^{n - r}

Example -- Hiring round

A firm interviews n=12 n = 12 candidates. Each has a 0.3 probability of accepting an offer. Let X X be the number who accept.

  1. P(X=4)=(124)0.340.780.231 P\left( X = 4 \right) = \binom{12}{4} 0.3^4 0.7^8 \approx 0.231

Binomial-condition failure checkpoint

Before declaring XBin(n,p)X \sim \operatorname{Bin}(n,p), test the wording against all four binomial conditions. If one condition fails, write the reason instead of forcing the formula.

Wording clueCondition at riskWhat to write insteadCommon trap
"Without replacement" from a small groupIndependence and constant pp may failUse a tree diagram or hypergeometric-style counting from the changing group.Keeping the same probability on every branch.
"Until the first success"Fixed number of trials failsModel the stopping rule directly instead of using a fixed nn.Treating the number of trials as known before the experiment starts.
Success probability changes by roundConstant pp

Worked check: drawing 33 students without replacement from a group of 88 boys and 77 girls is not automatically binomial. After one boy is drawn, the probability of another boy changes from 8/158/15 to 7/147/14, so independence and constant pp fail.

Misconception check: "counting successes" is not enough for a binomial model. The trials must also be fixed, independent, have constant success probability, and have only success/failure outcomes.

Binomial Tail Checkpoint

Translate the wording before opening the calculator menu.

Question wordingProbability to enterSafer calculator route
"Exactly rr"P(X=r)P(X = r)Use the probability distribution value for rr.
"At most rr

Misconception check: the complement boundary moves by one when the inequality is inclusive. For P(X3)P(X \geq 3), subtract P(X2)P(X \leq 2), not P(X3)P(X \leq 3).


Custom PMFs

When the PMF is tabulated (common in H2 questions):

Use this order before touching the calculator:

StepWhat to computeWhy it comes first
1Check P(X=x)=1\sum P(X = x) = 1.A PMF that does not total 1 cannot be used for expectation or variance.
2Find E(X)=xP(X=x)E(X) = \sum xP(X = x)

The sequence matters: normalise first, then compute the mean, then compute the second moment, then finish the variance.

Unknown-parameter PMF checkpoint

When a probability is written as kk, akak, or 1k1 - k, find the parameter before calculating any mean or variance.

Clue in the tableFirst equation to writeCheck before moving on
One unknown probability, such as kk.Total the known probabilities and set the full sum equal to 11.The final kk must lie between 00 and 11

Worked check: suppose XX takes values 0,1,2,30, 1, 2, 3 with probabilities 0.2,k,2k,0.10.2, k, 2k, 0.1. The total-probability equation is

0.2+k+2k+0.1=1. 0.2 + k + 2k + 0.1 = 1.

So 3k=0.73k = 0.7, giving k=730k = \frac{7}{30}. Only after this check should you compute E(X)E(X)

E(X)=0(0.2)+1(730)+2(1430)+3(0.1). E(X) = 0(0.2) + 1\left(\frac{7}{30}\right) + 2\left(\frac{14}{30}\right) + 3(0.1).

Misconception check: do not treat kk as the value of XX. It is part of the probability row, so it is fixed by total probability before the random variable calculations start.

x x 0 0 1 1 2 2 3 3
P(X=x) P\left( X = x \right)
  1. Use the total probability condition to find k=0.2 k = 0.2 .
  2. E(X)=0×0.1+1×0.3+2×0.4+3×0.2=1.7 E(X) = 0 \times 0.1 + 1 \times 0.3 + 2 \times 0.4 + 3 \times 0.2 = 1.7

Transformations

Before applying a linear transformation, decide whether the question asks for a mean, a variance, or a standard deviation. They do not scale in the same way.

Quantity asked forIf Y=aX+bY = aX + b, useCommon trap
MeanE(Y)=aE(X)+bE(Y) = aE(X) + b

Misconception check: a fixed allowance, fee, or stipend shifts every outcome by the same amount. It changes the mean, but it does not change spread.

  • For Y=aX+b Y = aX + b : E(Y)=aE(X)+b E(Y) = a E(X) + b and Var(Y)=a2Var(X) \operatorname{Var}(Y) = a^2 \operatorname{Var}(X)

Example -- Bonus payouts

Let X X be binomial Bin(8,0.4) \operatorname{Bin}(8, 0.4) . Each success triggers a 200 dollar bonus plus a fixed 150 dollar stipend. Total payout T=200X+150 T = 200 X + 150 .

  • E(T)=200×8×0.4+150=790 E(T) = 200 \times 8 \times 0.4 + 150 = 790 dollars.
  • Var(T)=2002×8×0.4×0.6=76800 \operatorname{Var}(T) = 200^2 \times 8 \times 0.4 \times 0.6 = 76800

Independent-sum variance checkpoint

When a question combines two random variables, separate the mean calculation from the spread calculation. The signs and constants do not behave the same way.

SituationMean ruleVariance ruleTrap to avoid
T=X+YT = X + Y, with independent XX and YYE(T)=E(X)+E(Y)E(T) = E(X) + E(Y)

Worked check: if E(X)=4E(X) = 4, Var(X)=2\operatorname{Var}(X) = 2, E(Y)=7E(Y) = 7, and Var(Y)=5\operatorname{Var}(Y) = 5

Misconception check: independence is needed before adding variances. If the variables are linked, the simple variance-addition rule is not justified.


Calculator Workflows

  • Casio: BPD (binomial probability distribution) for individual terms, BCD (binomial cumulative distribution) for cumulative sums. Store n and p in variables for quick reuse.
  • TI: binompdf(n, p, r) and binomcdf(n, p, r) functions in the DISTR menu. For PMF tables, program a short list-based routine to multiply L1 (values) and L2 (probabilities).
  • Cross-check expectation and variance using calculator built-ins but still show the manual summation in working.

Exam Watch Points

  • State whether a binomial model is appropriate; include independence and constant probability statements.
  • When a question mentions "at least one" or "no more than", use complements to reduce calculator input.
  • For custom PMFs, ensure probabilities sum to 1 before computing expectation.
  • Payout or cost problems often require a linear transformation-write the transformation before substituting.

Practice Quiz

Check your understanding of discrete PMFs, expectation/variance, and binomial modelling decisions.


Quick Revision Checklist

  • Identify when binomial modelling fits and articulate the assumptions.
  • Compute expectation and variance efficiently, including from tables.
  • Execute linear transformations and interpret the resulting mean and variance.
  • Use calculator functions accurately while documenting the method in words.
  • Use complements to simplify “at least/at most” binomial probabilities.

Want weekly guided practice on Discrete Random Variables? Our H2 Maths tuition programme builds fluency in this topic through structured problem sets and exam-style drills.


Common exam mistakes

  • Using the binomial model without checking the conditions: Jumping to XBin(n,p)X \sim \operatorname{Bin}(n, p) without stating that trials are independent, pp is constant, and outcomes are success/failure will cost the "state conditions" mark. Always write out all four conditions.
  • Computing Var(X)\operatorname{Var}(X) as E(X2)E(X)E(X^2) - E(X)

Frequently asked questions

Is there a formula sheet for H2 Maths discrete random variables?
Yes - the "Formulas at a glance" section near the top of this page collects every result you need: the general expectation and variance definitions, linear transformation rules, independent-sum variance, and the full binomial distribution. MF27 provides the binomial probability mass formula (nr)pr(1p)nr\binom{n}{r}p^r(1-p)^{n-r}

Is Topic 6.2 in Paper 1 or Paper 2?
Topic 6.2 is part of Probability & Statistics and is assessed in Paper 2 Section B (60 marks). Paper 1 covers Pure Mathematics only.

Can I use the GC for binomial probability calculations?
Yes. binompdf and binomcdf (TI) or BPD and BCD (Casio) are expected tools. You must still write down the model XBin(n,p)X \sim \operatorname{Bin}(n, p), state the probability expression (e.g. P(X3)P(X \geq 3)), and show that you are using the complement or cumulative form correctly.

What is the difference between a discrete random variable question and a binomial question?
A general discrete random variable question gives you a custom PMF table, while a binomial question describes a scenario with nn independent trials. The binomial is a special case of a discrete random variable. For a custom PMF, you work directly from the table; for binomial, you use the formula (nr)pr(1p)nr\binom{n}{r}p^r(1-p)^{n-r}


Other H2 Maths formula sheets

Revising more than one topic? Grab the matching one-page formula sheet:

For the official SEAB reference booklet, see the H2 Maths MF27 formula list.


Sources

  • SEAB H2 Mathematics syllabus (9758), examinations from 2026 - Topic 6 Probability and statistics sub-topic 6.2 Discrete random variables (expectation, variance, binomial distribution, linear transformations): SEAB H2 Mathematics syllabus PDF

Next steps: follow the H2 Maths notes hub into Topic 6.3 - Normal distribution for approximation workflows.

Keep studying with Eclat

Join the Telegram study group for new notes, quizzes, and study resources.

Join our Telegram study group
Marcus Pang
Reviewed by
Marcus Pang·Managing Director (Maths)