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.12
Unit 4 · Statistics & Probability · Topic 4.12

IB Math AA — z-values & inverse normal

Topic 4.12 of IB Mathematics: Analysis and Approaches covers z-values & inverse normal, which is part of Unit 4: Statistics & Probability. Students explore key concepts including z-values, Inverse normal. A strong understanding of z-values & inverse normal is essential for IB Math AA exams and builds the foundation for connected topics across the syllabus.

Exam technique guidePractice questions

Key concepts in z-values & inverse normal

Key Idea: This topic links a value to its probability in a normal distribution: z-values measure how far a value sits from the mean, and the inverse normal turns a probability back into a value — a heavy Paper-2 GDC skill.

📏 z-values: standardising

z=x−μσz = \frac{x - \mu}{\sigma}z=σx−μ​
xxx
the value you are standardising
μ\muμ
the mean of the distribution
σ\sigmaσ
the standard deviation
zzz
number of standard deviations from the mean (sign = side)
Positive z → above the mean; negative z → below. z is unitless (a count of standard deviations), so it lets you compare results from different distributions — the larger z is the better relative result. Standardising turns any X ~ N(μ, σ²) into the standard normal Z ~ N(0, 1).

🔁 Inverse normal: area → value

Important: invNorm(area, μ, σ) takes the lower / left-tail probability P(X < x) and returns the value x. Convert anything else first: • P(X > x) = p → use the left area 1 − p. • Middle proportion → split the leftover equally into two tails.
Asked forLeft area to enterGDC call
P(X < x) = 0.900.90invNorm(0.90, μ, σ)
P(X > x) = 0.10 (top 10%)1 − 0.10 = 0.90invNorm(0.90, μ, σ)
Central 90%0.05 and 0.95invNorm(0.05,…) & invNorm(0.95,…)
Unknown σ or μuse the given pz = invNorm(p, 0, 1)
Tip: Find the standardised z = invNorm(p, 0, 1), then rearrange z = (x − μ)/σ: σ = (x − μ)/z or μ = x − zσ. You cannot feed the unknown σ straight into invNorm.

✏️ IB-style worked examples

IB-style question — find a z-value

The heights of seedlings are X ~ N(60, 8²) mm. Find the z-value of a seedling that is 72 mm tall.

Step by step:

  1. Substitute into z = (x − μ)/σ.

    z=72−608z = \frac{72 - 60}{8}z=872−60​
  2. Work it out.

    z=1.5z = 1.5z=1.5
Final answer:

z = 1.5 — the seedling is 1.5 standard deviations above the mean.

IB-style question — compare across distributions

In Maths (mean 70, sd 5) Leah scores 80. In History (mean 60, sd 10) she scores 75. Relative to each class, which result is stronger?

Step by step:

  1. Standardise each score.

    zM=80−705=2,zH=75−6010=1.5z_M = \frac{80-70}{5} = 2,\quad z_H = \frac{75-60}{10} = 1.5zM​=580−70​=2,zH​=1075−60​=1.5
  2. The larger z is further above its own mean.

    zM>zHz_M > z_HzM​>zH​
Final answer:

Maths is the stronger result (z = 2 beats z = 1.5), even though 75 < 80 in raw marks.

IB-style question — inverse normal (left tail)

The mass of an apple is X ~ N(50, 10²) g. Find the value x such that P(X < x) = 0.9.

Step by step:

  1. P(X < x) is already a left area — use invNorm.

    x=invNorm(0.9, 50, 10)x = \text{invNorm}(0.9,\ 50,\ 10)x=invNorm(0.9, 50, 10)
  2. Read the GDC result.

    x≈62.8x \approx 62.8x≈62.8
Final answer:

x ≈ 62.8 g.

🔒 GDC walkthrough

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

Unlock free for 7 days →

IB-style question — 'greater than' probability

For the same apples X ~ N(50, 10²) g, find x such that P(X > x) = 0.05 (the heaviest 5%).

Step by step:

  1. invNorm needs the LEFT area — convert.

    P(X<x)=1−0.05=0.95P(X < x) = 1 - 0.05 = 0.95P(X<x)=1−0.05=0.95
  2. Apply invNorm with 0.95.

    x=invNorm(0.95, 50, 10)≈66.4x = \text{invNorm}(0.95,\ 50,\ 10) \approx 66.4x=invNorm(0.95, 50, 10)≈66.4
Final answer:

x ≈ 66.4 g.

IB-style question — find an unknown σ

X ~ N(100, σ²) and P(X < 118) = 0.8. Find the standard deviation σ.

Step by step:

  1. Get the standardised z for a left area of 0.8.

    z=invNorm(0.8, 0, 1)≈0.8416z = \text{invNorm}(0.8,\ 0,\ 1) \approx 0.8416z=invNorm(0.8, 0, 1)≈0.8416
  2. Rearrange z = (x − μ)/σ to σ = (x − μ)/z.

    σ=118−1000.8416≈21.4\sigma = \frac{118 - 100}{0.8416} \approx 21.4σ=0.8416118−100​≈21.4
Final answer:

σ ≈ 21.4.

IB-style question — find an unknown μ

X ~ N(μ, 5²) and P(X < 20) = 0.1. Find the mean μ.

Step by step:

  1. Get z for a left area of 0.1 (it is negative).

    z=invNorm(0.1, 0, 1)≈−1.2816z = \text{invNorm}(0.1,\ 0,\ 1) \approx -1.2816z=invNorm(0.1, 0, 1)≈−1.2816
  2. Rearrange to μ = x − zσ.

    μ=20−(−1.2816)(5)≈26.4\mu = 20 - (-1.2816)(5) \approx 26.4μ=20−(−1.2816)(5)≈26.4
Final answer:

μ ≈ 26.4 — since 20 lies in the lower tail, the mean is above it.


Important: invNorm always works on the lower / left-tail probability. 'Top 10%' is NOT area 0.10 — it is P(X > x) = 0.10, so the left area is 1 − 0.10 = 0.90. Convert every 'greater than' or 'top %' to a left area before you type it in.

Tap each card to reveal the answer.

X ~ N(60, 8²). z-value of x = 50? z = −1.25 — (50 − 60)/8; the minus sign means below the mean.

What is z = 0? Exactly the mean — standardising sends μ to 0 in N(0, 1).

Which GDC area for P(X > x) = 0.25? Left area 0.75 — use invNorm(0.75, μ, σ); 1 − 0.25 = 0.75.

Left areas for the central 80%? 0.10 and 0.90 — each tail is (1 − 0.80)/2 = 0.10.

Unknown σ: which invNorm gives z? invNorm(p, 0, 1) — use the standard normal, then σ = (x − μ)/z.

P(X < 20) = 0.1 — is z positive or negative? Negative (z ≈ −1.28) — any left area below 0.5 gives a negative z.

Exam Tips

  • z = (x − μ)/σ: positive is above the mean, negative below; z has no units.
  • Compare results from different distributions by z, never by raw scores.
  • invNorm(area, μ, σ) uses the LEFT-tail area — convert 'greater than' to 1 − p.
  • For an unknown σ or μ, get z = invNorm(p, 0, 1), then use z = (x − μ)/σ.
  • A left area below 0.5 returns a negative z — keep the sign in your rearrangement.

What you'll learn in Topic 4.12

  • 4.12.1 z-values
  • 4.12.2 Inverse normal
Suggested study order: Read the notes for each sub-topic below → test yourself with flashcards → attempt practice questions → review exam technique.

Study resources — 4.12 z-values & inverse normal

4.12.1

z-values

Notes
4.12.2

Inverse normal

Notes

Ready to study z-values & inverse normal?

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

Start studying free

Topic 4.12 z-values & inverse normal 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.11 Conditional probability
Next topic
5.1 Introduction to derivatives
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