4 Statistics and probability

Syllabus
First assessment 2021
Section
4
Level
SL

Exam analysis

No tagged past-paper evidence yet

Published Concept pages under this syllabus area do not have tagged past-paper appearances in the selected level yet.

Recent 5 years

In this section

Topic 4.1

4.1 Statistics and probability - SL content

Objectives in this topic

Sampling asks who was observed and how they were chosen

Sampling asks who was observed and how they were chosen.

A sample can describe a population only when the selection method limits systematic bias; random, stratified and quota designs answer different practical constraints.

Example

To estimate a school’s mean travel time, sample students from each year group rather than surveying only the nearest classroom.

Name the population, sampling frame and possible bias before calculating a statistic.

A large convenience sample can still be biased; sample size does not repair a distorted frame.

Boundary checklist: a population is the full group of interest and a sample is the observed subset; discrete data take countable values while continuous data can vary across an interval. An outlier lies more than 1.5×IQR1.5\times IQR below Q1Q_1 or above Q3Q_3, but context decides whether it is valid or an error. Distinguish simple random, convenience, systematic, quota and stratified sampling, and inspect missing data and the sampling frame before generalising.

Choose a display that preserves distribution and comparison

Choose a display that preserves distribution and comparison.

Frequency tables organise discrete or continuous data; equal-class-width histograms show continuous frequency, cumulative-frequency graphs locate medians, quartiles and percentiles, and box plots compare centre, spread, symmetry and outliers.

Example

If a cumulative-frequency graph for 80 values gives Q1=18Q_1=18 and Q3=30Q_3=30, then IQR=12IQR=12 and the outlier fences are 00 and 4848. Mark any value outside those fences with a cross on the box plot.

Read class inequalities without gaps, use the cumulative total to locate the required percentile, then compare box plots using median, IQR, range, symmetry and outliers.

For this syllabus section, frequency-density histograms are not required; a scatter plot belongs to bivariate correlation, not one-variable distribution display.

Summary statistics compress data without telling the whole story

Summary statistics compress data without telling the whole story.

Mean, median, quartiles and standard deviation answer different questions about centre and spread, especially when outliers or skew are present.

Example

For 2,3,3,4,18 the mean is pulled upward while the median remains 3; median and IQR better describe a typical value.

Choose a resistant summary for skewed data and state what information the statistic loses.

Standard deviation is not a universal error bar and does not imply a normal distribution.

For grouped data, estimate the mean with xˉfm/f\bar x\approx\sum fm/\sum f, where mm is each class midpoint. Adding a constant cc to every value adds cc to the mean and median but leaves standard deviation and IQR unchanged; multiplying every value by kk multiplies centre by kk and spread by k|k|, while variance is multiplied by k2k^2. Technology and hand methods may use different quartile conventions.

Correlation measures association, not a causal mechanism

Correlation measures association, not a causal mechanism.

A correlation coefficient describes the direction and strength of a linear association, while regression predicts one variable from another under model assumptions.

Example

Ice-cream sales and sunburn may rise together because temperature affects both; the correlation does not make sales the cause.

Plot the relationship, inspect outliers and direction, then state whether the regression is for prediction or explanation.

A strong correlation can be nonlinear or confounded; it does not prove causation.

Pearson's rr lies between 1-1 and 11 and measures only linear association; its sign gives direction and r|r| gives linear strength. For a fitted line y=ax+by=ax+b, aa is the predicted change in yy for one unit of xx and bb is the predicted value at x=0x=0 when that interpretation is meaningful. Use the yy-on-xx line to predict yy from xx, avoid unjustified extrapolation, and never infer causation from correlation alone.

Probability starts with a defined sample space

Probability starts with a defined sample space.

An event is a set of outcomes, and probabilities must be non-negative, sum to one across the sample space and reflect the stated model.

Example

For a fair die, P(even)=3/6=1/2 because the event {2,4,6} contains three equally likely outcomes.

Define the outcomes before using complements, unions or counting rules.

Equally likely is an assumption, not a property of every list of outcomes.

For equally likely outcomes in sample space UU, P(A)=n(A)/n(U)P(A)=n(A)/n(U) and P(A)=1P(A)P(A')=1-P(A). Relative frequency estimates probability from observed trials. If an event has probability pp on each of NN comparable occasions, its expected number of occurrences is NpNp; for example, 128(0.1)=12.8128(0.1)=12.8 means a long-run average, not that exactly 12.8 people can occur.

Combine events by matching the rule to their relationship

Combine events by matching the rule to their relationship.

Use addition for mutually exclusive alternatives, multiplication for a sequence, and conditional probability when the first event changes the sample space.

Example

If P(A)=0.4 and P(B|A)=0.5, then P(A∩B)=0.2; independence would require P(B|A)=P(B).

Draw a tree or table and label whether each branch is conditional or independent.

P(A∩B)=P(A)P(B) only when independence is justified, not merely because events are different.

General addition rule: P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B); only mutually exclusive events have P(AB)=0P(A\cap B)=0. Conditional probability is P(AB)=P(AB)/P(B)P(A|B)=P(A\cap B)/P(B), so P(AB)=P(B)P(AB)P(A\cap B)=P(B)P(A|B). Independence requires P(AB)=P(A)P(B)P(A\cap B)=P(A)P(B). Without replacement normally changes later branch probabilities; with replacement can preserve them.

A discrete random variable assigns values to countable outcomes

A discrete random variable assigns values to countable outcomes.

A discrete probability distribution lists countable values xx and probabilities P(X=x)P(X=x) that sum to 1. Its expected value is E(X)=xP(X=x)E(X)=\sum xP(X=x), a weighted long-run mean rather than a guaranteed single outcome.

Example

If X is 0,1,2 with probabilities .2,.5,.3, E(X)=0(.2)+1(.5)+2(.3)=1.1.

Check that all probabilities are non-negative and sum to 1, then calculate E(X)=xP(X=x)E(X)=\sum xP(X=x). If XX is a player's gain, E(X)=0E(X)=0 describes a fair game in the long run.

Expected value need not be attainable in one play, and variance is not a required calculation in this specific SL 4.7 objective.

The binomial model counts successes in fixed independent trials

The binomial model counts successes in fixed independent trials.

It requires a fixed n, two outcomes per trial, constant success probability p and independence; then P(X=k)=nCk pᵏ(1−p)ⁿ⁻ᵏ.

Example

For five independent shots with p=.4, P(X=2)=10(.4)²(.6)³≈.3456.

Test the four assumptions before using the formula or technology.

Repeated trials from a changing population or with different p are not binomial just because they count successes.

If XB(n,p)X\sim B(n,p), then E(X)=npE(X)=np and Var(X)=np(1p)Var(X)=np(1-p), so SD(X)=np(1p)SD(X)=\sqrt{np(1-p)}. For the five-shot example, the mean number of successes is 5(0.4)=25(0.4)=2 and the variance is 5(0.4)(0.6)=1.25(0.4)(0.6)=1.2. Technology may calculate cumulative or interval probabilities, but the fixed-nn, two-outcome, constant-pp and independence assumptions must be checked first.

The normal model turns a continuous measurement into areas

The normal model turns a continuous measurement into areas.

A normal variable is described by mean μ and standard deviation σ; probabilities are areas between cut-offs, not point probabilities.

Example

If XN(70,52)X\sim N(70,5^2), approximately 68% of values lie from 65 to 75, 95% from 60 to 80 and 99.7% from 55 to 85. For other probabilities or an inverse-normal cut-off, enter the mean and standard deviation directly in technology.

Sketch and shade the required area, use normal or inverse-normal technology with the stated μ\mu and σ\sigma, and check that the output lies on the expected side of the mean.

The 68–95–99.7 rule is approximate. In this SL 4.9 objective, inverse-normal calculations use the given mean and standard deviation without first transforming to zz; standardisation belongs to SL 4.12.

Regression direction matters when predicting one variable from another

Regression direction matters when predicting one variable from another.

The regression of xx on yy predicts xx from a known value of yy and minimises squared residuals measured in the xx-direction. It is not interchangeable with the regression of yy on xx.

Example

If xx is fuel used and yy is distance, an xx-on-yy line may predict fuel from a given distance. It should not be rearranged to predict distance from fuel; use the separately fitted yy-on-xx line for that direction.

State which variable is being predicted, choose that variable 'on' the known variable, and keep prediction within a defensible data range.

A high correlation does not make the two regression lines identical.

Conditional probability restricts the denominator

Conditional probability restricts the denominator.

P(A|B)=P(A∩B)/P(B) describes A inside the cases where B has occurred, so the reference population changes.

Example

Among 100 tested devices, 20 are defective and 8 of those are overheating: P(overheating|defective)=8/20, not 8/100.

Write the conditioning event under the denominator and use a two-way table when possible.

P(A|B) and P(B|A) answer different questions.

Equivalent multiplication form: P(AB)=P(B)P(AB)P(A\cap B)=P(B)P(A|B). Events are independent exactly when conditioning does not change the probability, for example P(AB)=P(A)P(A|B)=P(A) (with P(B)>0P(B)>0); the syllabus also permits comparison with P(AB)P(A|B'). A numerical equality must be shown rather than assuming independence from the wording.

Standardisation measures distance from the mean in standard deviations

Standardisation measures distance from the mean in standard deviations.

For X with mean μ and standard deviation σ, z=(X−μ)/σ lets normal probabilities be read on a common scale.

Example

A score 85 from N(70,10²) has z=1.5, so it is 1.5 standard deviations above the mean.

Keep the sign: negative z-values lie below the mean, and convert back with X=μ+σz.

A z-score is relative position, not a percentage or a guarantee of rarity.

Unknown-parameter example: suppose a normal model assigns z=1z=-1 to x=70x=70 and z=2z=2 to x=100x=100. Then (70μ)/σ=1(70-\mu)/\sigma=-1 and (100μ)/σ=2(100-\mu)/\sigma=2. Subtracting gives 30/σ=330/\sigma=3, so σ=10\sigma=10 and then μ=80\mu=80. Use technology to obtain the needed inverse-normal cut-offs, then solve the resulting z-equations with σ>0\sigma>0.