Planning a revision session? Use our study places near me map to find libraries, community study rooms, and late-night spots.
Q: What does H2 Maths Notes (JC 1-2): 6.3) Normal Distribution cover? A: Standardisation, symmetry, inverse normal, and linear transformations for normal models in the 2026 H2 Maths syllabus.
Before you revise Bookmark the GC normal menu (normalcdf, invNorm) and keep a sketch pad handy-exam scripts still expect hand-drawn bell curves with shaded regions. The 2026 syllabus excludes normal approximation to binomial distribution, so treat binomial and normal questions as separate models.
Status: SEAB H2 Mathematics (9758, first exam 2026) syllabus last checked 2026-01-13 (PDF last modified 2024-10-16). Topic 6.3 is assessed in Paper 2 Section B (Probability & Statistics, 60 marks); normal approximation to binomial distribution is excluded.
Core Concepts
A normal model is written X∼N(μ,σ2) with mean μ and variance σ2
.
Standardisation converts X to Z=σX−μ∼N(0,1); tables and graphing calculator (GC) functions assume this form.
Symmetry gives P(Z≤−a)=P(Z≥a) and P(∣Z∣≤a)=2P(Z≤a)−1.
For Y=aX+b: E(Y)=aE(X)+b and Var(Y)=a2Var(X).
For independent X and Y: E(aX+bY)=aE(X)+bE(Y) and Var(aX+bY)=a2Var(X)+b2Var(Y).
The 2026 syllabus excludes normal approximation to binomial distribution (so continuity correction is not required).
Standardisation Workflow
Sketch the bell curve, mark μ and shade the requested region.
Convert bounds using z=σx−μ.
Evaluate the corresponding standard normal probability with the table or GC.
State the final probability to three significant figures unless otherwise required.
Example -- Tail probability
Industrial bearings have X∼N(45.0,1.22) mm. Bearings longer than 46.5 mm are scrapped. Find the scrap rate.
Compute z=1.246.5−45.0=1.25.
P(X≥46.5)=P(Z≥1.25)=1−Φ(1.25)≈0.106.
About 10.6% exceed the upper tolerance.
Inverse Normal Problems
Typical prompt: find x such that P(X≤x)=p.
Use x=μ+zpσ, where zp satisfies Φ(zp)=p.
Example -- Percentile target
Chemistry practical scores obey X∼N(68.5,4.22). What is the minimum score for the top 5%?
Need p=0.95, so z0.95=1.645 (from tables or invNorm(0.95, 0, 1)).
x=68.5+1.645×4.2≈75.4.
Scores ≥75.4 lie in the top 5%.
Linear Transformations and Sums
If X∼N(μX,σX2) and Y∼N(μY,σY2) are independent, then X+Y∼N(μX+μY,σX2+σY2).
Example -- Total mass
Let the content mass X∼N(52.0,3.22) g and packaging mass Y∼N(10.0,1.52) g be independent. Find P(X+Y>64).
Total T=X+Y∼N(62.0,3.22+1.52)=N(62.0,12.49).
σT=12.49=3.534.
Standardise: z=3.53464−62=0.566.
P(T>64)=1−Φ(0.566)≈0.286.
Calculator Workflows
Casio (fx-CG / fx-9860): NORMALCD(a, b, μ, σ) returns P(a≤X≤b); set a = -1E99 for −∞.
TI (84/89): normalcdf(lower, upper, μ, σ) and invNorm(area, μ, σ) cover forward and inverse queries.
Document the command in working: e.g. normalcdf(64, 10^99, 62, √12.49) for the total-mass example.
Exam Watch Points
Always draw the diagram first; SEAB mark schemes allocate method marks for the sketch.
Quote the standardisation line explicitly, e.g. “Let Z=1.2X−45.0∼N(0,1).”
If asked to solve for μ or σ, rewrite the statement as Φ(z)=p first, then use invNorm (or table values) carefully.
Normal approximation to binomial distribution is excluded for 2026, so do not introduce continuity correction in exam solutions.
Round intermediate z-values to at least 3 decimal places; round the final probability at the end.
Practice Quiz
Put normal standardisation, percentile inverses, and linear-combination questions into timed practice.
Quick Revision Checklist
Convert raw bounds to z-scores confidently and use symmetry shortcuts.
Use inverse normal commands to retrieve critical values for percentiles and control limits.
Combine independent normal variables by adding means and variances before standardising.
Explain modelling decisions: why a normal model fits the context, and which assumptions were made.
Want weekly guided practice on Normal Distribution? Our H2 Maths tuition programme builds fluency in this topic through structured problem sets and exam-style drills.
Common exam mistakes
Standardising when the GC can handle the original parameters directly: Many students convert to Z-scores unnecessarily. GC commands like normalcdf(lower, upper, μ, σ) accept the original distribution directly - no standardisation needed for probability questions unless the question explicitly asks for a z-score.
Adding variances instead of scaling them when multiplying a variable: For Y=2X, Var(Y)=4Var(X), not 2Var(X). Forgetting to square the constant is a very common error in linear transformation questions.
Using Var(X+X)=2Var(X) instead of Var(2X)=4Var(X)
Forgetting to sketch the bell curve: SEAB mark schemes award a method mark for a correct shaded diagram even when the final probability is wrong. Always draw the curve, mark μ, and shade the region.
Rounding intermediate z-values to only 2 decimal places: Rounding z to 2 d.p. before looking up Φ(z) introduces avoidable error. Keep at least 3 decimal places for z until the final answer is stated.
Frequently asked questions
Is the normal distribution in Paper 1 or Paper 2? Topic 6.3 is part of Probability & Statistics and is assessed in Paper 2 Section B (60 marks). Paper 1 is Pure Mathematics only.
Is normal approximation to the binomial examinable in 2026? No. The 2026 H2 Maths (9758) syllabus explicitly excludes normal approximation to the binomial distribution, so continuity correction is not needed. Treat the two distributions as entirely separate.
Do I need to show the standardisation step if I use the GC directly? You still need to write the distribution model (e.g. "X∼N(45,1.44)") and the probability statement (e.g. "P(X>46.5)") before quoting the GC output. The GC result alone is not sufficient for method marks.
: X+X and 2X are algebraically equal for a single observation, but when X1 and X2 are independent copies, Var(X1+X2)=2Var(X)=4Var(X). Read the question carefully to know which scenario applies.