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

v0.1.1506
NotesMath AATopic 4.3
Unit 4 · Statistics & Probability · Topic 4.3

IB Math AA — Central tendency & spread

Topic 4.3 of IB Mathematics: Analysis and Approaches covers Central tendency & spread, which is part of Unit 4: Statistics & Probability. Students explore key concepts including Mean, median & mode, Grouped data, Quartiles & IQR, Standard deviation. A strong understanding of central tendency & spread is essential for IB Math AA exams and builds the foundation for connected topics across the syllabus.

Exam technique guidePractice questions

Key concepts in Central tendency & spread

Key Idea: This topic is about summarising a data set with a few numbers — an average (centre) and a spread. It runs through both papers: by-hand work on Paper 1 and 1-Var Stats on the GDC for Paper 2.

📊 The three averages

AverageWhat it isExample: 4, 7, 7, 9, 13
Mean x̄Sum of values ÷ how many (n).(4+7+7+9+13) ÷ 5 = 8
MedianMiddle value once the data is ordered.7 (the 3rd of 5)
ModeValue that occurs most often.7 (appears twice)
xˉ=∑fx∑f\bar{x} = \frac{\sum f x}{\sum f}xˉ=∑f∑fx​
xxx
each value (or class **midpoint** for grouped data)
fff
the frequency of that value
∑f\sum f∑f
the total frequency = how many data items
Multiply each value by its frequency, add up Σfx, then divide by the total frequency Σf — not by the number of rows. The mean also gives the total: sum = mean × n, which is how you find a missing value.

📦 Spread: range, IQR & standard deviation

range=max⁡−min⁡,IQR=Q3−Q1\text{range} = \max - \min, \qquad \text{IQR} = Q_3 - Q_1range=max−min,IQR=Q3​−Q1​
Q1Q_1Q1​
lower quartile — median of the lower half
Q3Q_3Q3​
upper quartile — median of the upper half
σ\sigmaσ
standard deviation — typical distance from the mean (variance = σ²)
MeasureUsesOutlier?
Range = max − minThe two extremes.Sensitive
IQR = Q₃ − Q₁Middle 50% of the data.Resists outliers
Std deviation σEvery value, spread about the mean.Pulled by extremes
Add c to every value → mean + c, σ unchanged (the spread doesn't move). Multiply by k → mean and σ both × |k|. On the GDC read σx (population SD — the IB syllabus value), never Sx. If one value is far from the rest, quote the median, which resists outliers.

✏️ IB-style worked examples

IB-style question — mean from a frequency table (4.3.1)

The number of pets owned by 30 students is recorded: 0 → 11, 1 → 9, 2 → 7, 3 → 3. Find the mean number of pets.

Step by step:

  1. Form Σfx — multiply each value by its frequency and add.

    0(11)+1(9)+2(7)+3(3)=0+9+14+9=320(11)+1(9)+2(7)+3(3) = 0+9+14+9 = 320(11)+1(9)+2(7)+3(3)=0+9+14+9=32
  2. Divide by the total frequency Σf = 30.

    xˉ=3230≈1.07\bar{x} = \frac{32}{30} \approx 1.07xˉ=3032​≈1.07
Final answer:

Mean ≈ 1.07 pets.

IB-style question — estimated mean of grouped data (4.3.2)

Journey times (minutes) for 40 commuters are grouped: 0–10 → 6, 10–20 → 14, 20–30 → 12, 30–40 → 8. Estimate the mean and state the modal class.

Step by step:

  1. Use class midpoints 5, 15, 25, 35 as the values, then form Σfx.

    5(6)+15(14)+25(12)+35(8)=30+210+300+280=8205(6)+15(14)+25(12)+35(8) = 30+210+300+280 = 8205(6)+15(14)+25(12)+35(8)=30+210+300+280=820
  2. Divide by Σf = 40 for the estimated mean.

    xˉ≈82040=20.5\bar{x} \approx \frac{820}{40} = 20.5xˉ≈40820​=20.5
  3. The modal class has the greatest frequency (14).

    10≤t<2010 \le t < 2010≤t<20
Final answer:

Estimated mean ≈ 20.5 min; modal class 10 ≤ t < 20.

IB-style question — median, quartiles & IQR (4.3.3)

Find the median, Q₁, Q₃ and the IQR of 6, 9, 9, 11, 14, 17, 21.

Step by step:

  1. n = 7 (already ordered); the median is the 4th value.

    median=11\text{median} = 11median=11
  2. Leave the median out: lower half 6, 9, 9 and upper half 14, 17, 21.

    Q1=9,Q3=17Q_1 = 9, \quad Q_3 = 17Q1​=9,Q3​=17
  3. IQR is the spread of the middle 50%.

    IQR=17−9=8\text{IQR} = 17 - 9 = 8IQR=17−9=8
Final answer:

Median = 11, Q₁ = 9, Q₃ = 17, IQR = 8.

IB-style question — shift and scale the data (4.3.4)

A data set has mean 30 and standard deviation 6. Every value is decreased by 4, then the result is multiplied by 3. Find the new mean and standard deviation.

Step by step:

  1. Subtract 4: the mean drops by 4, the spread (σ) is unchanged.

    mean=26,σ=6\text{mean} = 26, \quad \sigma = 6mean=26,σ=6
  2. Multiply by 3: both the mean and σ are multiplied by |3|.

    mean=78,σ=18\text{mean} = 78, \quad \sigma = 18mean=78,σ=18
Final answer:

New mean = 78, new standard deviation = 18.

🔒 GDC walkthrough

Step through the exact calculator keystrokes, screen by screen, in study mode.

Unlock free for 7 days →
Important: For Σfx ÷ Σf, the denominator is the total frequency (add up the f-column), not the number of different values. In the pets example divide by 30, not 4. The same trap hits grouped data — divide by Σf, and remember the answer is only an estimate because you used midpoints.

Tap each card to reveal the answer.

Median of 4, 8, 8, 10, 12, 15 9 — even n, so average the two middle values (8 and 10).

Five numbers have mean 12; four are 9, 11, 13, 15. Find the fifth. 12 — total = 12 × 5 = 60, then 60 − (9+11+13+15) = 12.

Q₁ = 9, Q₃ = 17 — what is the IQR? 8 — IQR = Q₃ − Q₁ = 17 − 9.

Which is unaffected by an outlier: range or IQR? IQR — it uses only the middle 50%, so an extreme value barely moves it.

Mean 20, σ = 4; add 5 to every value. New mean and σ? Mean = 25, σ = 4 — adding shifts the mean but leaves the spread unchanged.

Which 1-Var Stats output is the IB standard deviation? σx — the population standard deviation, not Sx.

Exam Tips

  • Order the data before finding the median or quartiles; for odd n, leave the median out of both halves.
  • Mean from a table = Σfx ÷ Σf — divide by the TOTAL frequency, not the number of rows.
  • Grouped data: use class midpoints; the mean is an ESTIMATE because exact values are lost.
  • Adding c leaves σ unchanged; multiplying by k multiplies the mean and σ by |k|.
  • On Paper 2, one 1-Var Stats run gives x̄, σx and Q₁/Med/Q₃ — read σx, not Sx.

What you'll learn in Topic 4.3

  • 4.3.1 Mean, median & mode
  • 4.3.2 Grouped data
  • 4.3.3 Quartiles & IQR
  • 4.3.4 Standard deviation
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 Central tendency & spread

4.3.1

Mean, median & mode

Notes
4.3.2

Grouped data

Notes
4.3.3

Quartiles & IQR

Notes
4.3.4

Standard deviation

Notes

Ready to study Central tendency & spread?

Get AI-powered practice questions, personalised feedback, and a study planner tailored to your IB Math AA exam date.

Start studying free

Topic 4.3 Central tendency & spread forms a core part of Unit 4: Statistics & Probability in IB Math AA. 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 Data presentation
Next topic
4.4 Correlation & regression
All Math AA 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