The Binomial Distribution (Edexcel GCSE Statistics)

Revision Note

Roger

Author

Roger

Expertise

Maths

Characteristics of the Binomial Distribution

What is a probability distribution?

  • A probability distribution is a list of all the possible outcomes of an experiment, along with the probabilities for each outcome

  • For example, if the experiment is flipping a fair coin then the distribution can be represented in a table

    • x stands for a possible outcome

    • P(x) is the probability of that outcome occurring

x

heads

tails

P(x)

1 half

1 half

  • Or if the experiment is rolling a fair dice then the distribution can also be given in a table as

x

1

2

3

4

5

6

P(x)

1 over 6

1 over 6

1 over 6

1 over 6

1 over 6

1 over 6

What is a binomial distribution?

  • A binomial distribution can describe an experiment where

    • Something is repeated a number of times

      • For example, flipping a fair coin 10 times

      • Each repeat is called a trial

    • The number of successes is counted

      • For example, counting the number of heads you get in the 10 tosses

      • A success doesn't have to be a good thing

        • It's just the name used for one of the outcomes

  • To use a binomial distribution, the following conditions must be met

    • The number of trials is fixed

    • Each trial has two possible outcomes ('success' and 'failure')

    • The trials are independent

    • The probability of success in each trial is constant

  • The notation B(n, p) is used to denote a binomial distribution

    • n is the number of trials

    • p is the probability of success

  • Because there are only two possible outcomes

    • the probability of failure is 1-p

    • The probability of failure is often denoted by q

      • where q = 1-p

  • The mean of the binomial distribution B(n, p) is np

    • This is the expected frequency for the number of successes in n trials

Exam Tip

  • Be sure to learn the conditions for when a binomial distribution is appropriate

    • Exam questions often ask about these specifically

Worked Example

Hannah is a snowboarder who is trying to perform the Poptart trick.

Hannah would like to use a binomial distribution to find the probabilities for how many times she will successfully complete the Poptart trick, out of her next 12 attempts.

(a) Give a reason why the binomial distribution might be suitable in this case.

Consider the list of necessary conditions for using a binomial distribution
Write down one that is definitely met here
Relate it to the context

There are a fixed number of trials (her 12 attempts)

'There are only two possible outcomes, success (doing the trick) and failure (not doing the trick)' would also get the mark

(b) Suggest a reason why the binomial distribution may not be suitable in this case.

Consider the list of necessary conditions for using a binomial distribution
Write down one that might not be met here

The trials might not be independent, because she might get better each time from practising the trick

'The probability of success might not be constant' (for the same reason) would also get the mark

Hannah successfully performs the Poptart trick 20% of the time.

(c) Assuming that using a binomial distribution is suitable, write down the distribution that Hannah could use in the form B(n, p).

The number of trials, n, is 12
The probability of success, p, is 0.2 (20% as a decimal)

straight B left parenthesis 12 comma space 0.2 right parenthesis

straight B open parentheses 12 comma fraction numerator space 1 over denominator 5 end fraction close parentheses would also get the mark

Calculating Binomial Probabilities

What are the probabilities for a binomial distribution?

  • The probabilities for a binomial distribution B(n, p) can be found by expanding the bracket open parentheses p plus q close parentheses to the power of n

    • n is the number of trials

    • p is the probability of success

    • q = 1-p is the probability of failure

  • The terms in the expansion give the probabilities for the different numbers of successes
     

  • For n=1, open parentheses p plus q close parentheses to the power of 1 equals p plus q

    • So if x is the number of successes then the distribution for B(1, p) is

x

1

0

P(x)

p

q

 

  • For n=2, open parentheses p plus q close parentheses squared equals p squared plus 2 p q plus q squared

    • So if x is the number of successes then the distribution for B(2, p) is

x

2

1

0

P(x)

p squared

2 p q

q squared

 

  • For n=3, open parentheses p plus q close parentheses cubed equals p cubed plus 3 p squared q plus 3 p q squared plus q cubed

    • So if x is the number of successes then the distribution for B(3, p) is

x

3

2

1

0

P(x)

p cubed

3 p squared q

3 p q squared

q cubed

 

  • For n=4, open parentheses p plus q close parentheses to the power of 4 equals p to the power of 4 plus 4 p cubed q plus 6 p squared q squared plus 4 p q cubed plus q to the power of 4

    • So if x is the number of successes then the distribution for B(4, p) is

x

4

3

2

1

0

P(x)

p to the power of 4

4 p cubed q

6 p squared q squared

4 p q cubed

q to the power of 4

 

  • For n=5, open parentheses p plus q close parentheses to the power of 5 equals p to the power of 5 plus 5 p to the power of 4 q plus 10 p cubed q squared plus 10 p squared q cubed plus 5 p q to the power of 4 plus q to the power of 5

    • So if x is the number of successes then the distribution for B(4, p) is

x

5

4

3

2

1

0

P(x)

p to the power of 5

5 p to the power of 4 q

10 p cubed q squared

10 p squared q cubed

5 p q to the power of 4

q to the power of 5

 

  • You don't actually need to expand the brackets algebraically to find these however

    • You can use Pascal's Triangle or the nCr button on your calculator (see below)

How can I calculate binomial probabilities using Pascal's triangle?

  • Pascal’s triangle is a way of finding the numbers in front of the powers of p and q when expanding open parentheses p plus q close parentheses to the power of n

    • The first row has just the number 1

    • Each row begins and ends with the number 1

    • From the third row each number in between the 1s is the sum of the two numbers above it

An image showing the numbers in the first six rows of Pascal's Triangle
  • The first row is the n=0 row

    • open parentheses p plus q close parentheses to the power of 0 equals 1

      • You won't need this for the binomial distribution!

  • The second row is the n=1 row

    • open parentheses p plus q close parentheses to the power of 1 equals p plus q

  • The third row is the n=2 row

    • open parentheses p plus q close parentheses squared equals p squared plus 2 p q plus q squared

  • The fourth row is the n=3 row

    • open parentheses p plus q close parentheses cubed equals p cubed plus 3 p squared q plus 3 p q squared plus q cubed

  • And so on for the other rows in Pascal's triangle

    • You can also add extra rows to the bottom of the triangle

    • Just follow the rules

      • Begin and end each row with a 1

      • Every other number in the row is the sum of the two numbers above it

How can I calculate binomial probabilities using the nCr button on my calculator?

  • The nCr button on your calculator can also calculate the numbers in front of the powers of p and q when expanding open parentheses p plus q close parentheses to the power of n

    • This is useful for finding a particular probability instead of finding all the probabilities

  • For a binomial distribution B(n, p), the probability of getting r successes is

    • Error converting from MathML to accessible text.

      • n is the number of trials

      • r is the number of successes

      • p is the probability of success

      • q = 1-p is the probability of failure

  • For example, for the B(4, 0.4) distribution find the probability of getting 3 successes in the 4 trials

    • n equals 4,  r equals 3,  p equals 0.4,  q equals 1 minus 0.4 equals 0.6

    • The calculator gives  4 straight C 3 equals 4

    • So the probability is

      • 4 open parentheses 0.4 close parentheses cubed open parentheses 0.6 close parentheses to the power of 4 minus 3 end exponent equals 4 open parentheses 0.4 close parentheses cubed open parentheses 0.6 close parentheses to the power of 1 equals 0.1536

Worked Example

A game is played with 4 fair six-sided dice.

Each dice is rolled once, and the number of dice that land on a 1 is recorded.

Using an appropriate binomial distribution, calculate the probability that

(a) none of the dice land on a 1

There are 4 dice being rolled, so there are 4 trials (n=4)

Let a success be 'lands on a 1'
The probability of getting 1 on a fair dice is 1 over 6 (so that is the value of p)

So the distribution to use is straight B open parentheses 4 comma fraction numerator space 1 over denominator 6 end fraction close parentheses
The probability of failure is  q equals 1 minus p equals 1 minus 1 over 6 equals 5 over 6

'None of the dice lands on a 1' means there are 0 successes (r=0)

Use  Error converting from MathML to accessible text. to find the probability
(You could also use Pascal's triangle)

4 straight C 0 equals 1  (from your calculator)

open parentheses 1 close parentheses open parentheses 1 over 6 close parentheses to the power of 0 open parentheses 5 over 6 close parentheses to the power of 4 minus 0 end exponent equals open parentheses 5 over 6 close parentheses to the power of 4 equals 625 over 1296

625 over 1296

decimal or percentage answers would also be accepted

(b) at least 2 of the dice land on a 1.

'At least 2 dice land on 1' means either 2 dice land on 1, or 3 dice land on 1, or all 4 dice land on 1

Use  Error converting from MathML to accessible text. to find the probabilities
(You could also use Pascal's triangle)

For 2 dice land on 1 (r=2)

4 straight C 2 equals 6 (from your calculator)

open parentheses 6 close parentheses open parentheses 1 over 6 close parentheses squared open parentheses 5 over 6 close parentheses squared equals open parentheses 6 close parentheses open parentheses 1 over 6 close parentheses squared open parentheses 5 over 6 close parentheses squared equals 25 over 216

For 3 dice land on 1 (r=3)

4 straight C 3 equals 4 (from your calculator)

open parentheses 4 close parentheses open parentheses 1 over 6 close parentheses cubed open parentheses 5 over 6 close parentheses to the power of 4 minus 3 end exponent equals open parentheses 4 close parentheses open parentheses 1 over 6 close parentheses cubed open parentheses 5 over 6 close parentheses to the power of 1 equals 5 over 324

For 4 dice land on 1 (r=4)

4 straight C 4 equals 1 (from your calculator)

open parentheses 1 close parentheses open parentheses 1 over 6 close parentheses to the power of 4 open parentheses 5 over 6 close parentheses to the power of 4 minus 4 end exponent equals open parentheses 1 over 6 close parentheses to the power of 4 equals 1 over 1296

Add those together to find the total probability

25 over 216 plus 5 over 324 plus 1 over 1296 equals 19 over 144

Note that 'at least 2 dice land on 1' is the same as '0 or 1 dice didn't land on 1'
So you could also work this out by

  • finding the probabilities for 0 or 1 dice landing on one (you already know the answer for 0 dice from part (a)!)

  • adding those together

  • and subtracting that total from 1

19 over 144

decimal or percentage answers would also be accepted

You've read 0 of your 0 free revision notes

Get unlimited access

to absolutely everything:

  • Downloadable PDFs
  • Unlimited Revision Notes
  • Topic Questions
  • Past Papers
  • Model Answers
  • Videos (Maths and Science)

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Did this page help you?

Roger

Author: Roger

Roger's teaching experience stretches all the way back to 1992, and in that time he has taught students at all levels between Year 7 and university undergraduate. Having conducted and published postgraduate research into the mathematical theory behind quantum computing, he is more than confident in dealing with mathematics at any level the exam boards might throw at you.