Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Chapter explainer · Probability Distribution

Making probability distributions make sense

A probability distribution simply pairs every possible value of a random variable with its chance of happening. Two shapes carry most of this chapter: the binomial distribution, for counting successes in a fixed number of trials, and the normal distribution, whose bell curve you standardise with Z=XμσZ=\frac{X-\mu}{\sigma}.

What makes a variable random

In earlier chapters, a variable such as xx simply stood in for a number you were solving for. In this chapter, a random variable stands for the numerical outcome of a chance experiment, something you cannot know in advance, only describe the possible values of.

Toss three coins and count the heads, and the outcome could be 0, 1, 2 or 3; that count is a random variable, usually written XX.

Add Math splits random variables into two families. A discrete random variable can only take separate, countable values, you can list them with commas, like X={x:x=0,1,2,3}X = \{x : x = 0, 1, 2, 3\} for the coin example, or the number of defective items in a batch, or the number of correct guesses on a quiz.

A continuous random variable is measured on a scale rather than counted, and its possible values fill an interval, like X={x:x is the height of a student in cm,140<x<180}X = \{x : x \text{ is the height of a student in cm}, 140 < x < 180\}. Heights, times, and masses are continuous; anything you count on your fingers is discrete.

A quick way to tell them apart

If you can write out every possible value on one line, it's discrete. If you'd need a ruler, a stopwatch, or a weighing scale to record it, it's continuous.

Once you have a random variable, a probability distribution is just the pairing of every value it can take with the probability of that value happening, shown as a table, or as a graph with a bar or point for each value. Whatever form it takes, the probabilities across all possible values must add up to exactly 1, because something in the sample space always happens.

That single check, do the probabilities sum to 1, is worth running on almost every distribution question you meet.

The binomial distribution: counting successes in fixed trials

A binomial distribution appears whenever four conditions hold together: a fixed number of trials nn, each trial has only two outcomes (call them success and failure), the trials are independent of each other, and the probability of success pp stays the same on every trial. Guessing answers on a multiple-choice quiz, checking items off a production line for a fixed batch size, or shooting a fixed number of free throws with a constant success rate, all of these fit the binomial pattern, with XX counting the number of successes.

binomial probability (given in the formula list)Given in the exam
P(X=r)=nCrprqnrP(X=r) = {}^{n}C_{r}\, p^{r} q^{\,n-r}

Here q=1pq = 1-p is the probability of failure, and nCr{}^{n}C_{r} counts the number of different orders the rr successes could land in among the nn trials. Say a student guesses on 5 multiple-choice questions, each with 4 options, so p=14p=\frac{1}{4} and q=34q=\frac{3}{4}.

The chance of getting exactly 2 correct is P(X=2)=5C2(14)2(34)3=10×116×27640.264P(X=2) = {}^{5}C_{2}\left(\frac{1}{4}\right)^{2}\left(\frac{3}{4}\right)^{3} = 10 \times \frac{1}{16} \times \frac{27}{64} \approx 0.264.

Because it's a distribution, the mean, variance, and standard deviation are also worth knowing: mean =np=np, variance =npq=npq, standard deviation =npq=\sqrt{npq}. These aren't in the given formula list, so they're worth committing to memory.

The mean is best read as an expected average, not a certain outcome, if a fair coin is tossed 20 times, the mean number of heads is 10, but any individual set of 20 tosses could easily land on 8, 11, or 13.

binomial mean and variance (memorise)Must memorise
mean=np,variance=npq\text{mean} = np,\qquad \text{variance} = npq

The normal distribution: when data clusters around an average

The normal distribution describes continuous data that clusters symmetrically around a central value, exam scores, heights in a large population, or measurement errors often behave this way. Plotted as a graph, it forms the familiar bell shape: a peak at the mean μ\mu, falling away evenly on both sides, with the spread controlled by the standard deviation σ\sigma.

A small σ\sigma gives a tall, narrow bell; a large σ\sigma gives a wide, flat one.

Because XX is continuous here, you can't list separate values and add up their probabilities the way you did for the binomial distribution. Instead, probability is read as an area under the curve, the area between two values of XX is the probability that the outcome falls between them, and the total area under the whole curve is exactly 1, just like the discrete case.

Discrete counts, continuous areas

For a discrete distribution you add probabilities at separate points. For the normal distribution you find an area under a curve.

Mixing the two up, trying to use nCr{}^{n}C_{r} on a normal-distribution question, is a sign to stop and re-read the question.

Turning any normal distribution into the standard one

Every normal distribution has its own mean and standard deviation, which would mean a different area calculation for every single question, except for one shortcut. Any normal distribution can be converted into the standard normal distribution, which always has mean 0 and standard deviation 1, using the standard score:

standard score (given in the formula list)Given in the exam
Z=XμσZ = \dfrac{X-\mu}{\sigma}

ZZ tells you how many standard deviations XX sits above or below the mean. Suppose exam scores are normally distributed with mean μ=65\mu=65 and standard deviation σ=8\sigma=8, and you want P(X>75)P(X>75).

First standardise: Z=75658=1.25Z = \frac{75-65}{8}=1.25. Then use your calculator's normal-distribution function (or a standard normal table, if the question supplies one) to read off P(Z>1.25)P(Z>1.25), which comes out to roughly 0.1060.106, about a 10.6% chance of scoring above 75.

The reverse direction matters just as often: you're given a probability and asked to find the corresponding ZZ, then work back to find XX, μ\mu, or σ\sigma. Rearranging Z=XμσZ=\frac{X-\mu}{\sigma} into X=μ+ZσX = \mu + Z\sigma handles that direction.

Whichever way the question runs, sketching a quick bell curve and shading the region you need, even roughly, makes it far easier to see whether you should be adding, subtracting, or using the complement 1P()1-P(\cdot).

A worked example from start to finish

It helps to see the reading and the calculation work together in one question. Suppose a quiz has 8 multiple-choice questions, each with 4 options, and a student guesses every answer.

What is the probability of getting at least 2 correct? This is binomial with n=8n=8, p=14p=\frac{1}{4}, and q=34q=\frac{3}{4}, and "at least 2" means X2X \ge 2.

Adding P(X=2)P(X=2) all the way to P(X=8)P(X=8) would be seven separate calculations. The complement is far shorter: P(X2)=1P(X=0)P(X=1)P(X \ge 2) = 1 - P(X=0) - P(X=1).

Work out the two easy terms first, P(X=0)=(34)80.1001P(X=0) = \left(\frac{3}{4}\right)^{8} \approx 0.1001, and P(X=1)=8C1(14)(34)70.2670P(X=1) = {}^{8}C_{1}\left(\frac{1}{4}\right)\left(\frac{3}{4}\right)^{7} \approx 0.2670.

P(X2)=10.10010.26700.633P(X \ge 2) = 1 - 0.1001 - 0.2670 \approx 0.633

So a pure guesser has about a 63% chance of getting at least two right, a result that feels reasonable once you see it, and a good example of why the complement rule is usually the quicker road. Notice the discipline: name the distribution, write the complement expression in full, then reach for the calculator.

Even if a decimal slips, the method line has already earned its marks.

The same care pays off in the other direction. If the question instead told you that only the top 15% of students scored above a certain mark and asked for that mark, you would read the probability first, find the matching ZZ from your calculator (here Z1.04Z \approx 1.04), and only then substitute into X=μ+ZσX = \mu + Z\sigma.

Reading before calculating is the habit that keeps these questions from unravelling.

Reading a distribution question in the exam

Distribution questions are as much about reading carefully as calculating. A handful of phrases decide which inequality you need:

  • "At least" 2 means X2X \ge 2, which includes 2 itself.
  • "More than" 2 means X>2X > 2, which does not include 2.
  • "At most" or "no more than" 2 means X2X \le 2.
  • "Exactly" 2 means X=2X = 2, a single value, not a range.

The complement rule is worth reaching for often: P(X1)=1P(X=0)P(X \ge 1) = 1 - P(X=0) is almost always faster than adding up P(X=1)P(X=1) through P(X=n)P(X=n) individually, especially for a large nn.

Because SPM Add Math is marked analytically, a correctly set-up expression earns method marks even if a later decimal comes out slightly off. Writing P(X2)=1P(X=0)P(X=1)P(X \ge 2) = 1 - P(X=0) - P(X=1) clearly, before you touch a calculator, protects most of the marks even on a bad arithmetic day.

How one-to-one teaching can help

Probability distribution is a chapter where the maths is rarely the hard part, most students can substitute into a formula. What trips people up is the reading: discrete or continuous, at least or more than, and whether the calculator is set up to give a normal-distribution area rather than a single point value.

A teacher watching you work through a problem live can catch exactly which of those you're missing, far faster than a mark scheme alone can explain it. Our teachers are experienced, and lessons run online in English, which also builds comfort with the English terms used throughout this chapter, while SPM papers themselves are set bilingually in Bahasa Melayu and English.

If you'd like to try a session, the first lesson is a one-hour paid class at the teacher's rate, from RM50 an hour, depending on the teacher's experience, quoted on WhatsApp. We meet you wherever you are in the chapter, whether that's the discrete/continuous split or standardising a normal distribution, and build outward at your own pace.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

What is the difference between a discrete and a continuous random variable?

A discrete random variable takes separate, countable values you can list, like the number of correct answers on a quiz. A continuous random variable is measured on a scale and can take any value in an interval, like height or time.

When should I use the binomial distribution instead of the normal distribution?

Use the binomial distribution when you're counting successes over a fixed number of independent trials with a constant probability of success, like guessing on 5 questions. Use the normal distribution for continuous data that clusters symmetrically around a mean, like exam scores across a large group.

How do I calculate and interpret a z-score?

Use Z=XμσZ=\dfrac{X-\mu}{\sigma}, which is given in the formula list. ZZ tells you how many standard deviations XX is above (positive) or below (negative) the mean μ\mu, which lets you read the matching probability from your calculator's normal-distribution function.

Is the binomial probability formula given in the exam?

Yes, P(X=r)=nCrprqnrP(X=r) = {}^{n}C_{r}\,p^{r}q^{\,n-r} is one of the 24 formulae supplied. The mean (npnp) and variance (npqnpq) of a binomial distribution are not on that list, so they are worth memorising.

Source:SRC-FORMAT

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply
Book a Trial ClassOne-hour paid trial · Same-day reply