4. Statistics and Probability

Calculations With The Normal Distribution

Calculations with the Normal Distribution 📈

In statistics, students, one of the most important models is the normal distribution. It appears in many real-life situations such as test scores, heights, measurement errors, and many natural variables. In this lesson, you will learn how to calculate probabilities and percentiles using the normal distribution, how to standardize values with the $z$-score, and how these ideas fit into IB Mathematics: Analysis and Approaches HL. By the end, you should be able to interpret normal-distribution results clearly and use them to solve exam-style questions.

Objectives

  • Understand the meaning of the normal distribution and its main terminology.
  • Calculate probabilities using the normal distribution.
  • Use the standard normal distribution and the $z$-score transformation.
  • Find percentiles and inverse probabilities.
  • Connect normal-distribution calculations to broader statistics ideas like data modelling and interpretation.

What Is the Normal Distribution? 🧠

The normal distribution is a continuous probability distribution with a symmetric, bell-shaped curve. It is completely described by two parameters: the mean $\mu$ and the standard deviation $\sigma$. The mean gives the center of the distribution, while the standard deviation tells us how spread out the values are.

A random variable $X$ that follows a normal distribution is written as $X \sim N(\mu, \sigma^2)$. The variance is $\sigma^2$, so the notation uses $\sigma^2$ rather than $\sigma$.

Key features:

  • The curve is symmetric about $\mu$.
  • The mean, median, and mode are all equal.
  • The total area under the curve is $1$.
  • Probabilities correspond to areas under the curve.

This “area equals probability” idea is essential. For example, $P(X < a)$ means the area under the normal curve to the left of $a$.

The normal distribution is used because many variables are approximately normal, especially when many small random effects combine. For example, if a teacher measures the same object many times, small measurement errors may produce values that look normally distributed.

Standardizing Values with the $z$-Score ✨

A major calculation in this topic is converting a value from any normal distribution into the standard normal distribution. The standard normal distribution is the normal distribution with mean $0$ and standard deviation $1$, written as $Z \sim N(0,1)$.

To convert a value $x$ from $X \sim N(\mu, \sigma^2)$ into a $z$-score, use

$$z = \frac{x - \mu}{\sigma}$$

This formula shows how many standard deviations $x$ is above or below the mean.

  • If $z > 0$, then $x$ is above the mean.
  • If $z < 0$, then $x$ is below the mean.
  • If $z = 0$, then $x = \mu$.

Example: Suppose exam scores are normally distributed with mean $70$ and standard deviation $8$. A score of $82$ has

$$z = \frac{82 - 70}{8} = 1.5$$

So $82$ is $1.5$ standard deviations above the mean.

Why is standardizing useful? Because once a value is converted to a $z$-score, we can use a standard normal table or technology to find probabilities. This means one method works for all normal distributions.

Calculating Probabilities from Normal Curves 🎯

In IB Mathematics, you are often asked to find probabilities such as $P(X < a)$, $P(X > a)$, or $P(a < X < b)$.

Because the normal distribution is continuous:

  • $P(X = a) = 0$
  • Probability is found by area, not by counting individual values.

Left-tail probability

If $X \sim N(\mu, \sigma^2)$, then to find $P(X < a)$, first convert $a$ to a $z$-score:

$$z = \frac{a - \mu}{\sigma}$$

Then use the standard normal distribution to find $P(Z < z)$.

Right-tail probability

To find $P(X > a)$, you can use the complement rule:

$$P(X > a) = 1 - P(X < a)$$

Probability between two values

To find $P(a < X < b)$, subtract left-tail areas:

$$P(a < X < b) = P(X < b) - P(X < a)$$

Example

Suppose $X \sim N(100, 15^2)$. Find $P(X < 115)$.

First calculate

$$z = \frac{115 - 100}{15} = 1$$

So

$$P(X < 115) = P(Z < 1)$$

From standard normal values, this is about $0.8413$. That means about $84.13\%$ of values lie below $115$.

This kind of calculation is useful in real life. For example, if $X$ represents reaction times in milliseconds, $P(X < 115)$ gives the proportion of people faster than $115$ ms.

Finding Percentiles and Using Inverse Normal Ideas 📊

Sometimes the question is reversed. Instead of asking for probability from a value, the question gives a probability and asks for the value.

For example, what value $x$ satisfies $P(X < x) = 0.90$?

This is called finding a percentile. The $90$th percentile is the value below which $90\%$ of the data lie.

For the standard normal distribution, find the $z$ value such that

$$P(Z < z) = 0.90$$

This gives approximately $z = 1.28$.

Then convert back to the original distribution using

$$x = \mu + z\sigma$$

If $X \sim N(50, 6^2)$, the $90$th percentile is

$$x = 50 + (1.28)(6) = 57.68$$

So about $90\%$ of values are below $57.68$.

Inverse normal calculations are especially important in exams because they test whether you understand the relationship between probability and value. If a company wants only the top $5\%$ of products to pass a test, you may need to find the cutoff score that separates the best $5\%$ from the rest.

Working Carefully with Context and Interpretation 📝

students, a correct numerical answer is not enough in statistics. You must also interpret the result in context.

For example, if a question says that battery life is normally distributed with mean $10$ hours and standard deviation $2$ hours, and you find

$$P(X > 12) = 0.1587$$

you should interpret this as:

“About $15.87\%$ of batteries last more than $12$ hours.”

Good interpretation includes:

  • stating what the random variable represents,
  • describing the probability or percentile in words,
  • using units if they are given,
  • connecting the result to the situation.

Also be careful about wording. A probability like $0.1587$ does not mean exactly $15.87\%$ of every sample will behave that way; it means that in the long run, the model predicts that proportion.

In exams, technology may be allowed or expected. Even when using calculators, you still need to know the meaning of the normal model, how to set up the probability, and how to interpret the final answer.

How the Normal Distribution Fits into Statistics and Probability 🔗

This topic is part of the broader study of statistics because it helps us model real data and make decisions from it. It also connects to probability because it assigns probabilities to ranges of outcomes.

The normal distribution is closely related to data collection and statistical description:

  • If sample data appear symmetric and bell-shaped, a normal model may be appropriate.
  • Mean and standard deviation help summarize the center and spread of data.
  • Outliers and skewness can make the normal model less suitable.

It also connects to regression and correlation, because the normal distribution is often used in the background when analyzing residuals in statistical models.

In addition, the normal distribution is a foundation for later ideas such as the central limit theorem, which explains why sample means often become approximately normal even when the original data are not perfectly normal.

So this lesson is not isolated. It supports later work in inference, modelling, and decision-making.

Conclusion ✅

Calculations with the normal distribution are a core skill in IB Mathematics: Analysis and Approaches HL. You should understand what a normal distribution looks like, how $\mu$ and $\sigma$ shape it, and how to use the $z$-score formula

$$z = \frac{x - \mu}{\sigma}$$

to standardize values. From there, you can find probabilities, compare scores across different distributions, and calculate percentiles.

Remember the big idea: area under the curve represents probability. Whether you are finding a left-tail probability, a range probability, or an inverse normal cutoff, the same structure applies. With practice, these calculations become a powerful way to describe and interpret real-world data.

Study Notes

  • The normal distribution is a continuous, symmetric, bell-shaped distribution.
  • It is written as $X \sim N(\mu, \sigma^2)$.
  • The mean $\mu$ is the center; the standard deviation $\sigma$ measures spread.
  • Probabilities are areas under the curve.
  • For a continuous variable, $P(X = a) = 0$.
  • Standardization uses $z = \frac{x - \mu}{\sigma}$.
  • The standard normal distribution is $Z \sim N(0,1)$.
  • Use $P(X < a)$ for left-tail probabilities and $P(X > a) = 1 - P(X < a)$ for right-tail probabilities.
  • For ranges, use $P(a < X < b) = P(X < b) - P(X < a)$.
  • Percentiles are found by reversing the process: probability first, then value.
  • Convert back from a $z$-score with $x = \mu + z\sigma$.
  • Always interpret answers in context with units and meaning.
  • The normal distribution is an important tool in statistics, modelling, and decision-making.

Practice Quiz

5 questions to test your understanding

Calculations With The Normal Distribution — IB Mathematics Analysis And Approaches HL | A-Warded