Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Worked examples · Probability Distribution

Probability Distribution, Worked Examples (easy)

These easy Probability Distribution examples work the two workhorses of the chapter, the binomial distribution for counting successes in a fixed number of trials, and the normal distribution for a continuous quantity. You will find a binomial probability, the mean and standard deviation of a binomial variable, and two normal probabilities from the standard score.

Try each on paper first, then check every line against our full solution.

What these examples cover

These four easy Probability Distribution examples rehearse the two workhorses of the chapter: the binomial distribution for counting successes in a fixed number of trials, and the normal distribution for a continuous quantity such as mass or height. You will compute one binomial probability, find the mean, variance and standard deviation of a binomial variable, and read two straightforward normal probabilities from the standard score ZZ.

Every number here is small and clean, so you can follow each line without wrestling the calculator. Cover the solution, attempt the question fully on paper, and only then check line by line.

Where your answer parts from ours, find the exact step, that single line is usually where the real learning sits.

Worked examples

Work through all four. Attempt each fully before you read the matching solution, and watch how the same routine, name the distribution and its parameters, write the formula, substitute, then simplify, carries every question.

Reading the standard normal table

The standard normal table gives the left-hand area P(Z<z)P(Z<z) for positive zz. Everything else is built from that one fact: a right tail is 1P(Z<z)1-P(Z<z); a negative score uses symmetry, P(Z<z)=1P(Z<z)P(Z<-z)=1-P(Z<z); and an interval is the difference of two left-areas.

Sketching a quick bell curve and shading the region you want stops almost every sign error before it starts.

Q1[3 marks]

A biased coin lands on heads with probability 0.40.4. It is tossed 33 times.

If XX is the number of heads obtained, find P(X=2)P(X=2).

Show worked solution

Here XX follows a binomial distribution with n=3n=3 trials and success probability p=0.4p=0.4, so q=1p=0.6q=1-p=0.6. Use the binomial probability formula with r=2r=2:

P(X=r)=nCrprqnrP(X=r)={}^{n}C_{r}\,p^{r}q^{n-r}

Substitute n=3n=3, r=2r=2, p=0.4p=0.4 and q=0.6q=0.6:

P(X=2)=3C2(0.4)2(0.6)1=3×0.16×0.6P(X=2)={}^{3}C_{2}(0.4)^{2}(0.6)^{1}=3\times 0.16\times 0.6
P(X=2)=3×0.096=0.288P(X=2)=3\times 0.096=0.288

Answer

P(X=2)=0.288P(X=2)=0.288. As a check, the four probabilities P(0)=0.216P(0)=0.216, P(1)=0.432P(1)=0.432, P(2)=0.288P(2)=0.288 and P(3)=0.064P(3)=0.064 add to exactly 11, which confirms the working.

Q2[4 marks]

A type of seed germinates with probability 0.250.25. A gardener plants 1616 such seeds.

If XX is the number that germinate, find the mean, the variance and the standard deviation of XX.

Show worked solution

XX is binomial with n=16n=16 and p=0.25p=0.25, so q=0.75q=0.75. Use mean=np\text{mean}=np, variance=npq\text{variance}=npq and standard deviation=npq\text{standard deviation}=\sqrt{npq}.

μ=np=16×0.25=4\mu=np=16\times 0.25=4
σ2=npq=16×0.25×0.75=3\sigma^{2}=npq=16\times 0.25\times 0.75=3
σ=3=1.732\sigma=\sqrt{3}=1.732

Answer

The mean is 44, the variance is 33, and the standard deviation is 31.732\sqrt{3}\approx 1.732. The mean of 44 matches intuition: a quarter of 1616 seeds is expected to germinate.

Q3[3 marks]

The mass of a fruit, XX grams, is normally distributed with mean 5050 g and standard deviation 88 g. Find P(X<58)P(X<58).

Show worked solution

Standardise with Z=XμσZ=\dfrac{X-\mu}{\sigma}, using μ=50\mu=50 and σ=8\sigma=8. Convert X=58X=58 to a ZZ-score:

Z=58508=88=1Z=\frac{58-50}{8}=\frac{8}{8}=1

So P(X<58)=P(Z<1)P(X<58)=P(Z<1). Read this directly from the standard normal table:

P(Z<1)=0.8413P(Z<1)=0.8413

Answer

P(X<58)=0.8413P(X<58)=0.8413. Because 5858 is exactly one standard deviation above the mean, just over 84%84\% of the fruit lie below it.

Q4[3 marks]

The height of a plant, XX cm, is normally distributed with mean 100100 cm and standard deviation 1515 cm. Find P(X>130)P(X>130).

Show worked solution

Standardise X=130X=130 using μ=100\mu=100 and σ=15\sigma=15:

Z=13010015=3015=2Z=\frac{130-100}{15}=\frac{30}{15}=2

So P(X>130)=P(Z>2)P(X>130)=P(Z>2). The table gives the area to the left, so subtract from 11:

P(Z>2)=1P(Z<2)=10.9772=0.0228P(Z>2)=1-P(Z<2)=1-0.9772=0.0228

Answer

P(X>130)=0.0228P(X>130)=0.0228. A height above 130130 cm is two standard deviations above the mean, so only about 2.3%2.3\% of plants reach it.

Two distributions, one habit: state which distribution you are using and its parameters first, then the rest is careful substitution. That single opening line often decides whether the marks come easily or slip away.

Common slips to avoid

Two mistakes cost the most marks here. The first is mixing up the distributions, counting a fixed number of trials calls for the binomial, while a measured quantity calls for the normal.

The second is forgetting that the table reads left: for P(X>a)P(X>a) you must subtract from 11. Name the distribution, write the formula, and check the direction of the tail, and both errors disappear.

Q5[3 marks]

A factory produces LED bulbs, and the probability that a bulb is defective is 0.20.2. A random sample of 44 bulbs is selected.

If XX is the number of defective bulbs, find P(X1)P(X\geq 1).

Show worked solution

XX follows a binomial distribution with n=4n=4 trials and defective probability p=0.2p=0.2, so q=1p=0.8q=1-p=0.8. Use the complement rule, since "at least one" is the opposite of "none":

P(X1)=1P(X=0)P(X\geq 1)=1-P(X=0)

Substitute n=4n=4, r=0r=0, p=0.2p=0.2 and q=0.8q=0.8:

P(X=0)=4C0(0.2)0(0.8)4=0.4096    P(X1)=10.4096=0.5904P(X=0)={}^{4}C_{0}(0.2)^{0}(0.8)^{4}=0.4096\;\Rightarrow\;P(X\geq 1)=1-0.4096=0.5904

Answer

P(X1)=0.5904P(X\geq 1)=0.5904. Finding the complement P(X=0)P(X=0) first is far quicker than adding P(X=1)+P(X=2)+P(X=3)+P(X=4)P(X=1)+P(X=2)+P(X=3)+P(X=4) separately.

Q6[3 marks]

The time taken by students to complete a quiz, XX minutes, is normally distributed with mean 4040 minutes and standard deviation 55 minutes. Find P(35<X<45)P(35<X<45).

Show worked solution

Standardise both boundaries with Z=XμσZ=\dfrac{X-\mu}{\sigma}, using μ=40\mu=40 and σ=5\sigma=5.

Z1=35405=1,Z2=45405=1Z_{1}=\frac{35-40}{5}=-1,\qquad Z_{2}=\frac{45-40}{5}=1

So P(35<X<45)=P(1<Z<1)=P(Z<1)P(Z<1)P(35<X<45)=P(-1<Z<1)=P(Z<1)-P(Z<-1). Use symmetry for the negative value: P(Z<1)=1P(Z<1)=10.8413=0.1587P(Z<-1)=1-P(Z<1)=1-0.8413=0.1587.

P(1<Z<1)=0.84130.1587=0.6826P(-1<Z<1)=0.8413-0.1587=0.6826

Answer

P(35<X<45)=0.6826P(35<X<45)=0.6826. This matches the familiar rule that about 68%68\% of values in a normal distribution lie within one standard deviation of the mean.

Q7[3 marks]

The lifespan of a certain type of battery, XX hours, is normally distributed with mean 200200 hours and standard deviation 1010 hours. Given that P(X<k)=0.9332P(X<k)=0.9332, find the value of kk.

Show worked solution

Since P(X<k)=0.9332P(X<k)=0.9332 is more than 0.50.5, kk must lie above the mean. From the standard normal table, the ZZ-value with P(Z<Z)=0.9332P(Z<Z)=0.9332 is Z=1.5Z=1.5.

P(Z<1.5)=0.9332    Z=1.5P(Z<1.5)=0.9332\;\Rightarrow\;Z=1.5

Rearrange the standardisation formula Z=XμσZ=\dfrac{X-\mu}{\sigma} to solve for kk, using μ=200\mu=200 and σ=10\sigma=10:

k=μ+Zσ=200+1.5×10=215k=\mu+Z\sigma=200+1.5\times 10=215

Answer

k=215k=215 hours. Since Z=1.5Z=1.5 is positive, kk should lie above the mean of 200200, and 215215 does.

Q8[3 marks]

In a multiple-choice quiz, the probability that a student answers a question correctly by guessing is 0.30.3. If a student guesses the answers to 55 independent questions, and XX is the number of correct guesses, find P(X1)P(X\leq 1).

Show worked solution

XX follows a binomial distribution with n=5n=5, p=0.3p=0.3, q=0.7q=0.7. P(X1)=P(X=0)+P(X=1)P(X\leq 1)=P(X=0)+P(X=1), the sum of the two lowest outcomes.

P(X1)=P(X=0)+P(X=1)P(X\leq 1)=P(X=0)+P(X=1)

Substitute n=5n=5, p=0.3p=0.3, q=0.7q=0.7 into each term:

P(X1)=5C0(0.3)0(0.7)5+5C1(0.3)1(0.7)4=0.16807+0.36015=0.528220.5282P(X\leq 1)={}^{5}C_{0}(0.3)^{0}(0.7)^{5}+{}^{5}C_{1}(0.3)^{1}(0.7)^{4}=0.16807+0.36015=0.52822\approx 0.5282

Answer

P(X1)0.5282P(X\leq 1)\approx 0.5282. "At most 1" always means adding every outcome from 00 up to that value, unlike "at least 1", which is quicker to find using the complement.

Key method points

These four examples rehearse the everyday moves that open almost every Probability Distribution question in Add Math. Keep the following points in mind as you practise more.

  • Name the distribution and its parameters before anything else, binomial needs nn and pp; normal needs μ\mu and σ\sigma.
  • For a binomial probability, use P(X=r)=nCrprqnrP(X=r)={}^{n}C_{r}\,p^{r}q^{n-r} with q=1pq=1-p.
  • For a binomial variable, mean=np\text{mean}=np, variance=npq\text{variance}=npq and standard deviation=npq\text{standard deviation}=\sqrt{npq}.
  • For any normal probability, first standardise with Z=XμσZ=\dfrac{X-\mu}{\sigma}.
  • The table gives the left area P(Z<z)P(Z<z); for a right tail use 1P(Z<z)1-P(Z<z).
  • Because marking is analytic, a correct formula and substitution can earn method marks even if the final figure slips.

How a teacher helps

On easy Probability Distribution questions, marks are usually lost to one of two habits: reaching for the wrong distribution, or misreading the standard normal table. In a one-to-one lesson our teacher checks the very first line, the distribution and its parameters, and the exact table entry, so a small slip is corrected before it becomes routine.

Our teachers are experienced, so you learn the reasoning, not just the steps. Lessons are taught in English, while SPM papers are set in Malay and English, so the notation reads the same to you either way.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

How do I know whether to use the binomial or the normal distribution?

Use the binomial when you count successes in a fixed number of separate trials, each with the same probability, such as heads in 33 tosses. Use the normal for a continuous measurement like mass or height that clusters around a mean.

What are pp and qq in the binomial formula?

pp is the probability of success on a single trial and q=1pq=1-p is the probability of failure. They always add to 11, so once you know one you know the other.

Why do I subtract from 11 for P(X>a)P(X>a) in the normal distribution?

The standard normal table lists the area to the left, P(Z<z)P(Z<z). Since the total area is 11, the right tail is P(Z>z)=1P(Z<z)P(Z>z)=1-P(Z<z).

Do I need to check that my binomial probabilities add to 11?

It is not required, but it is a fast, reliable check. If the probabilities for all possible values sum to 11, your individual figures are almost certainly right.

Source:SRC-DSKP-EN

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