aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Stay in the loop

Study tips, product updates, and early access to new features.

aimnova.

AI-powered IB study platform with personalised plans, instant feedback, and examiner-style marking.

IB Subjects
  • All IB Subjects
  • IB Diploma
  • IB ESS
  • IB Economics
  • IB Business Management
  • IB Math AI
  • IB Math AA
  • IB Physics
  • IB Biology
  • IB Chemistry
  • IB History
  • IB History (2028+)
  • IB Global Politics
  • IB Psychology
  • IB Philosophy
  • IB Geography
  • IB Spanish B
  • IB German B
  • IB Italian B
  • IB French B
  • IB English B
  • IB English A Lang & Lit
  • IB Spanish A Lang & Lit
  • IB French A Lang & Lit
Question Banks
  • ESS Question Bank
  • Economics Question Bank
  • Business Management Question Bank
  • Math AI Question Bank
  • Math AA Question Bank
  • Physics Question Bank
  • Biology Question Bank
  • Chemistry Question Bank
  • History Question Bank
  • History (2028+) Question Bank
  • Global Politics Question Bank
  • Psychology Question Bank
  • Philosophy Question Bank
  • Geography Question Bank
  • Spanish B Question Bank
  • German B Question Bank
  • Italian B Question Bank
  • French B Question Bank
  • English B Question Bank
  • English A Lang & Lit Question Bank
  • Spanish A Lang & Lit Question Bank
  • French A Lang & Lit Question Bank
Predicted Topics 2026
  • ESS Predictions 2026
  • Economics Predictions 2026
  • Business Management Predictions 2026
  • Math AI Predictions 2026
  • Math AA Predictions 2026
  • Physics Predictions 2026
  • Geography Predictions 2026
  • Spanish B Predictions 2026
  • German B Predictions 2026
  • Italian B Predictions 2026
  • French B Predictions 2026
  • English B Predictions 2026

Study Resources

  • Free Study Notes
  • Mock Exams
  • Revision Guide
  • Flashcards
  • Exam Skills
  • Command Terms
  • Past Paper Feedback
  • Grade Calculator
  • Exam Timetable 2026

Company

  • Features
  • Pricing
  • About Us
  • Blog
  • Contact
  • Terms
  • Privacy
  • Cookies

© 2026 Aimnova. All rights reserved.

Made with 💜 for IB students worldwide

c059741
NotesMath AI HLTopic 4.3
Unit 4 · Statistics & Probability · Topic 4.3

IB Math AI HL — Mean, median, and mode

IB Mathematics AI SL topic covering core concepts and exam-style applications.

Higher Level students should use this topic hub as a map: start with the shared sub-topics, then follow the HL-only extensions and exam-skill links where this topic asks for deeper analysis.

Exam technique guidePractice questions

Key concepts in Mean, median, and mode

Key Idea: Topic 4.3 focuses on measuring the centre and spread of a dataset. The mean, median, and mode each describe the 'typical' value differently. Standard deviation measures how far values spread from the mean. Understanding how these statistics change when you transform the data (e.g., add a constant, multiply) is a key skill tested in exams.

✅ Measures of central tendency

MeasureHow to findWhen to use
Mean (x̄)x̄ = Σ(f×x) / ΣfUse midpoint for grouped data. Sensitive to outliers.
MedianMiddle value in ordered dataNot affected by outliers. Use n/2 from cumulative frequency.
ModeMost frequently occurring valueCan be used for any data type including categorical.

✅ Measures of spread

Range
Maximum − Minimum. Simple but very sensitive to outliers.
Standard deviation (σ)
Average distance of each data point from the mean. Larger σ = more spread out. Always non-negative. GDC 1-Var Stats gives σₓ (population) and Sₓ (sample) — use σₓ for IB unless told otherwise.
Effect of adding a constant c
If every value increases by c: mean increases by c, but σ is unchanged (spread does not change).
Effect of multiplying by constant a
If every value is multiplied by a: mean is multiplied by a, and σ is multiplied by |a| (spread scales too).
Example: Grouped data mean: Class intervals: 0–10 (f=5), 10–20 (f=8), 20–30 (f=7). Midpoints: 5, 15, 25. x̄ = (5×5 + 8×15 + 7×25) / (5+8+7) = (25 + 120 + 175) / 20 = 320/20 = 16 Transformation: If x̄ = 50 and σ = 8, and each value is scaled by 1.1 then increased by 5: New mean = 50×1.1 + 5 = 60 New σ = 8×1.1 = 8.8
Use the GDC for standard deviation on real data — the manual formula is slow and error-prone. For skewed distributions: mean is pulled toward the tail, median stays near the centre. Use median when data is skewed or has outliers.
Paper 2 (GDC allowed): Enter all values in a list. Run 1-Var Stats to get x̄, σₓ, Sₓ, Q1, Q3 all at once. Write down the values you use. Paper 1: You may be asked to calculate the mean from a frequency table by hand — show the Σ(f×x) calculation step explicitly.

IB-style question [6 marks]

A courier company records the delivery times (minutes) of 30 parcels in the grouped table below. Time: [0,10) freq 4, [10,20) freq 9, [20,30) freq 12, [30,40) freq 5. (a) Use the midpoints of each class to estimate the mean delivery time. (b) The standard deviation of the delivery times is found to be 8.4 minutes. The company calculates a delivery charge using charge = 0.5 × time + 2. Find the mean and standard deviation of the delivery charges.

Step by step:

  1. (a) For grouped data, estimate the mean using the class midpoints as the representative x-values.

    xˉ=∑fx∑f\bar{x} = \frac{\sum f x}{\sum f}xˉ=∑f∑fx​
  2. The midpoints are 5, 15, 25, 35. Compute Σfx and Σf.

    ∑fx=4(5)+9(15)+12(25)+5(35)=20+135+300+175=630\sum f x = 4(5) + 9(15) + 12(25) + 5(35) = 20 + 135 + 300 + 175 = 630∑fx=4(5)+9(15)+12(25)+5(35)=20+135+300+175=630
  3. Divide by the total frequency (30) to get the estimated mean.

    xˉ=63030=21 minutes\bar{x} = \frac{630}{30} = 21\ \text{minutes}xˉ=30630​=21 minutes
  4. (b) The charge is a linear transformation Y = 0.5X + 2, so the mean uses the full rule.

    yˉ=0.5(21)+2=10.5+2=12.5\bar{y} = 0.5(21) + 2 = 10.5 + 2 = 12.5yˉ​=0.5(21)+2=10.5+2=12.5
  5. The standard deviation scales by the multiplier only — the +2 shift does not affect spread.

    σy=∣0.5∣×8.4=4.2\sigma_y = |0.5| \times 8.4 = 4.2σy​=∣0.5∣×8.4=4.2
Final answer:

(a) Estimated mean = 21 minutes. (b) Mean charge = $12.50, standard deviation = $4.20.

What you'll learn in Topic 4.3

  • 4.3.1 Mean (Average)
  • 4.3.2 Median
  • 4.3.3 Mode
  • 4.3.4 Range and Standard Deviation
  • 4.3.5 Effect of Transformations
Suggested study order: Read the notes for each sub-topic below → test yourself with flashcards → attempt practice questions → review exam technique.

Study resources — 4.3 Mean, median, and mode

4.3.1

Mean (Average)

Notes
4.3.2

Median

Notes
4.3.3

Mode

Notes
4.3.4

Range and Standard Deviation

Notes
4.3.5

Effect of Transformations

Notes

Ready to study Mean, median, and mode?

Get expert practice questions with instant AI feedback, and a study planner tailored to your IB Math AI HL exam date.

Start studying free

Topic 4.3 Mean, median, and mode forms a core part of Unit 4: Statistics & Probability in IB Math AI HL. Mastering these concepts will strengthen your understanding of connected topics across the syllabus and prepare you for exam questions that require analysis, evaluation, and real-world application.

Previous topic
4.2 Presentation of data
Next topic
4.4 Correlation of data
All Math AI HL topics
Exam technique

Ready to practice?

Get AI-graded practice questions, mock exams, flashcards, and a personalised study plan — all aligned to your IB syllabus.

Start Studying Free

No credit card required · Cancel anytime