Active booklet

HSC Distributions

Home

HSC Distributions: Study Guide & Outline

A comprehensive HTML syllabus guide and chapter summaries compiled from the LaTeX source files.

Booklet Overview

This booklet provides a comprehensive guide to probability distributions for the NSW HSC Mathematics Extension 1 and 2 courses. It covers discrete and continuous random variables, with detailed treatments of binomial and normal distributions, including normal approximations and sampling distributions. Through worked problems and challenge exercises, students develop both computational fluency and conceptual understanding, bridging to advanced topics like moment calculations and simulations.

Syllabus & Chapter Summaries

1 Introduction

This chapter sets the foundation by reviewing prerequisite probability concepts from the Extension 1 syllabus. It defines random experiments and random variables, distinguishes discrete and continuous types, and recalls discrete probability distributions, including the uniform discrete distribution. Bernoulli trials and binomial experiments are introduced as key building blocks. The chapter also prepares students for continuous distributions by covering improper integrals and gives a first look at the Central Limit Theorem, leading to Gaussian (normal) distributions and the empirical rule. Core formulas and ideas are summarised for quick reference.

Key Skills Developed:
  • Random experiments and random variables
  • Discrete probability distributions (uniform, Bernoulli, binomial)
  • Improper integrals for continuous models
  • Central Limit Theorem preview and normal distribution

2 Continuous Probability Distributions

This chapter formalises continuous random variables through relative frequency and probability density functions (PDFs). It defines the mean and variance of a continuous distribution via integration, establishing the expected value E(X)=xf(x)dxE(X) = \int x f(x)\,dx and Var(X)=E(X2)[E(X)]2\operatorname{Var}(X) = E(X^2) - [E(X)]^2. The standard normal distribution is introduced with its bell-shaped PDF ϕ(z)=12πez2/2\phi(z) = \frac{1}{\sqrt{2\pi}} e^{-z^2/2} and cumulative probabilities are explored using statistical tables or technology. General normal distributions N(μ,σ2)N(\mu,\sigma^2) are then treated through standardisation Z=XμσZ = \frac{X-\mu}{\sigma}, enabling applications to real-world data. Investigations encourage empirical exploration of normality and the 68–95–99.7 rule.

Key Skills Developed:
  • Probability density functions and integration
  • Expected value and variance of continuous random variables
  • Standard normal distribution and Z-scores
  • General normal distributions and real-world applications

3 Binomial Distributions

Building on Bernoulli trials, this chapter defines the binomial random variable XBin(n,p)X \sim \operatorname{Bin}(n,p) and its probability mass function P(X=k)=(nk)pk(1p)nkP(X=k) = \binom{n}{k} p^k (1-p)^{n-k}. The mean npnp and variance np(1p)np(1-p) are derived. It then investigates the shape of binomial distributions for different nn and pp, leading to the normal approximation when npnp and n(1p)n(1-p) are sufficiently large, justified by the Central Limit Theorem. The concept of sample proportions p^=X/n\hat{p} = X/n is introduced, and its approximate normal distribution p^N(p,p(1p)n)\hat{p} \approx N(p, \frac{p(1-p)}{n}) is used for inference.

Key Skills Developed:
  • Binomial probability formula and calculations
  • Mean and variance of a binomial distribution
  • Normal approximation to the binomial (CLT)
  • Sampling distribution of a sample proportion

4 Advanced Topics

This chapter extends students' understanding with more sophisticated probability models and computational techniques. Monte Carlo simulations are introduced as a method for approximating probabilities using random number generation. The hypergeometric distribution is examined as an alternative to the binomial when sampling without replacement, with its probability formula P(X=k)=(Mk)(NMnk)(Nn)P(X=k) = \frac{\binom{M}{k}\binom{N-M}{n-k}}{\binom{N}{n}}. A spreadsheet lab guides students in simulating the Central Limit Theorem by repeatedly sampling from non-normal populations and observing the convergence of sample means to normality.

Key Skills Developed:
  • Monte Carlo simulation methods
  • Hypergeometric distribution and without-replacement sampling
  • Simulating the Central Limit Theorem with spreadsheets
  • Empirical verification of theoretical distributions

5 Part 1: Worked Problems

This section provides detailed, step-by-step solutions to a graduated set of problems. Basic problems reinforce core skills: generating and interpreting random numbers, applying linear transformations E(aX+b)=aE(X)+bE(aX+b)=aE(X)+b, Var(aX+b)=a2Var(X)\operatorname{Var}(aX+b)=a^2\operatorname{Var}(X), and working with stepped probability density functions. Medium problems tackle transformed uniform distributions, asymmetric triangular distributions, the variance identity Var(X)=E[(Xμ)2]\operatorname{Var}(X)=E[(X-\mu)^2], and real-world scenarios like clinical trials and fundraising. Advanced problems delve into the exponential distribution f(x)=λeλxf(x)=\lambda e^{-\lambda x}, higher moments E(Xk)E(X^k), kurtosis of the normal distribution, and statistical analysis of heart rate data, introducing moment generating functions and integration techniques for continuous models.

Key Skills Developed:
  • Linear transformations of random variables
  • Piecewise PDFs and integration
  • Moment generating functions and higher moments
  • Applied statistical reasoning in real contexts

6 Part 2: Practice and Challenge Bank

This chapter offers a wide range of exercises for consolidation and extension. Warm-up drills start with simple probability using spinners. Stretch problems cover dice probabilities, simulating binomial distributions with coin tosses, calculating normal probabilities with Python code, rare blue variants under sample proportions, complex inheritance scenarios, and the memoryless property of the geometric distribution P(X>k)=(1p)kP(X>k) = (1-p)^k. The Challenge Corner presents advanced mathematical curiosities: Benford's law for leading digits P(d)=log10(1+1/d)P(d)=\log_{10}(1+1/d) and the squared Cauchy distribution, inviting students to explore non-standard distributions and their properties.

Key Skills Developed:
  • Binomial and normal probability practice
  • Simulations and programming (Python) for distributions
  • Geometric distribution and memoryless property
  • Benford's law and Cauchy distribution exploration

7 Conclusion

The final chapter summarises the key learning points of the booklet, connecting discrete and continuous distributions and highlighting the unifying role of the Central Limit Theorem. It reflects on the journey from basic probability to advanced simulations and distributions, encouraging students to appreciate the power of statistical thinking. Suggestions for further reading and university-level topics are provided.

Key Skills Developed:
  • Synthesis of discrete and continuous distributions
  • Central Limit Theorem as a bridge
  • Reflection on statistical methods
  • Pathways to further study

A The standard normal distribution

This appendix provides a comprehensive table of the standard normal cumulative distribution function Φ(z)=P(Zz)\Phi(z) = P(Z \le z), essential for solving problems without technology. It includes instructions on using the table to find probabilities and zz-scores.

Key Skills Developed:
  • Standard normal cumulative probabilities table
  • Finding probabilities and percentiles
  • Z-score calculations

B University preview: advanced continuous distributions

Offering a bridge to tertiary statistics, this appendix introduces continuous distributions beyond the HSC syllabus. The exponential, gamma, and beta distributions are presented with their probability density functions, parameters, and typical applications (e.g., waiting times, Bayesian analysis). Mathematical Expectation and moment generating functions are briefly reviewed to unify the treatment.

Key Skills Developed:
  • Exponential distribution for waiting times
  • Gamma distribution and its relationship to exponential
  • Beta distribution for proportions
  • Moment generating function approach

Author & Syllabus Alignment

This study guide and outline were curated by Vu Hung Nguyen, a mathematics educator and ML engineer. The content is explicitly mapped to the NSW Education Standards Authority (NESA) Mathematics Extension 1 and Extension 2 syllabuses.

Licensed under CC BY 4.0. Source latex codes are publicly available on our GitHub repository.

Table of Contents