Statistics

Secondary 2 Mathematics  ·  Topic Summary  ·  Esmeralda Oliversen
Contents
  1. Types of Data
  2. Organising Data
  3. Measures of Central Tendency
  4. Measures of Spread
  5. Graphs
  6. Common Mistakes
1 Types of Data
TypeDescriptionExamples
Qualitative (categorical)Describes a category or quality — not a numberEye colour, favourite sport, gender
Quantitative (numerical)Expressed as a number — can be measured or countedHeight, temperature, number of siblings
DiscreteCountable, specific values onlyNumber of students: 0, 1, 2, 3 …
ContinuousCan take any value in a range (measured)Height: 162.3 cm, time: 4.72 s
🔑Ask: "Can I measure it with a ruler/scale/stopwatch?" → likely continuous. "Can I only count it?" → discrete.

Population vs Sample

2 Organising Data

Frequency Table

Lists each value and how many times it occurs (frequency). A relative frequency table shows the fraction or percent of the total.

ScoreFrequency (f)Relative frequency
6033/20 = 15%
7077/20 = 35%
8066/20 = 30%
9044/20 = 20%
Total20100%

Stem-and-Leaf Plot

Displays data in order. The stem is the leading digit(s); the leaf is the last digit.

✏️
Data: 23, 25, 31, 34, 38, 42
2 | 3 5
3 | 1 4 8
4 | 2
3 Measures of Central Tendency
Mean (average)
mean = sum of all values / number of values
Median
middle value when data is sorted in order
Mode
value that appears most often

Finding the Median

✏️
Data: 4, 8, 6, 5, 3, 9, 6
Sorted: 3, 4, 5, 6, 6, 8, 9 (7 values)
Mean = (3+4+5+6+6+8+9)/7 = 41/7 ≈ 5.86
Median = 4th value = 6
Mode = 6 (appears twice)

Choosing the Right Measure

MeasureBest used whenWeakness
MeanData is symmetric with no outliersAffected by extreme values (outliers)
MedianData has outliers or is skewedIgnores most of the data
ModeData is categorical, or you want most commonMay not exist, or multiple modes
4 Measures of Spread
Range
range = maximum − minimum

The range shows how spread out the data is. A large range means data is more variable.

💡Two data sets can have the same mean but very different spreads. Always report both central tendency and spread for a complete picture.
5 Graphs
Graph typeBest forKey feature
Bar graphComparing categories (qualitative or discrete data)Bars do not touch; height = frequency
HistogramContinuous data grouped in intervalsBars touch; no gaps between them
Line graphData over time (showing trends)Points connected by lines
Circle/pie chartParts of a whole (relative frequencies)Sector angle = (freq/total) × 360°
Stem-and-leafShowing distribution of small data setsPreserves original values

Sector Angles for Pie Charts

Sector angle
angle = (frequency / total) × 360°
✏️30 students surveyed. 12 chose hockey. Sector angle = (12/30) × 360° = 144°
6 Common Mistakes to Avoid
MistakeWhat to do instead
Not sorting data before finding medianAlways sort the data in ascending order first.
Using mean when there are outliersAn outlier skews the mean. Use median for data with extreme values.
Confusing bar graph and histogramBar graph: gaps between bars (categorical). Histogram: no gaps (continuous/grouped).
Forgetting to check total frequencyAll frequencies in a table must sum to the total number of data points.
Sector angle adding up wrongAll sector angles must sum to exactly 360°.
Confusing discrete and continuousDiscrete = counted (whole numbers). Continuous = measured (any value). This determines the correct graph type.