Photo AI

Last Updated Sep 26, 2025

The Binomial Distribution Simplified Revision Notes

Revision notes with simplified explanations to understand The Binomial Distribution quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

338+ students studying

4.2.1 The Binomial Distribution

The binomial distribution describes a game with two outcomes, "win" or "lose." This game is to be played a fixed number of times irrespective of outcomes.

Notation

XB(n,p)X \sim B(n, p)

The above notation describes such a game played n times where the probability of success on each go is pp. XX refers to the number of wins obtained.

XB(n,p)X \sim B(n, p)
  • pp: This is the probability of a win each time.
  • nn: Number of trials.
  • XX: Number of wins. (Has a binomial distribution)

Assumptions

  • Trials are independent.
  • Fixed probability of winning each time.
infoNote

Example: Consider a game in which a dice is rolled 2020 timestimes. Let XX be the number of "sixes" rolled in total.

  • Consider XX to be the number of "sixes".
  • We have P(win)=16P(\text{win}) = \frac{1}{6}.

Thus,

XB(20,16)X \sim B(20, \frac{1}{6})

In the previous scenario, find the probability we roll exactly seven 6s in the twenty throws.

P(X=7)=(16)7(56)13×(207)=:highlight[0.02588]P(X = 7) = \left(\frac{1}{6}\right)^7 \left(\frac{5}{6}\right)^{13} \times \binom{20}{7} = :highlight[0.02588]

Explanation:

  • Seven 6s6s
  • Seven wins
  • Thirteen losses
  • Number of different orders events can happen in

The Binomial Distribution

If XB(n,p) then P(X=x)=(nx)px(1p)nx,mean of Xis :highlight[np],variance of X is :highlight[np(1p)].\text{If}\ X \sim B(n, p)\ \text{then}\ P(X = x) = \binom{n}{x} p^x (1-p)^{n-x}, \\ \text{mean of}\ X \text{is}\ :highlight[np],\text{variance of}\ X\ \text{is}\ :highlight[np(1-p)]. Where nCr=nCr=(nr)=n!r!(nr)!\text{Where}\ ^n{C_r} = _nC_r = \binom{n}{r} = \frac{n!}{r!(n-r)!}
infoNote

Example: The random variable XB(8,13)X \sim B(8, \frac{1}{3}).

Questions:

Find:

a) P(X=2)P(X = 2)

b) P(X=5)P(X = 5)

c) P(X1)P(X \leq 1)


  1. Find P(X=2)P(X = 2) Step 1: Use the Binomial Probability Formula

For a binomial distribution, the probability of getting r successes in n trials is given by:

P(X=x)=(nx)px(1p)nxP(X = x) = \binom{n}{x} p^x (1-p)^{n-x}

Where:

  • n=8n = 8 (the number of trials)
  • p=13p = \frac{1}{3} (the probability of success on each trial)
  • r=2r = 2 (the number of successes we want)

Step 2: Substitute the Values and Calculate the Result

P(X=2)=(13)2(23)6×C28P(X = 2) = \left(\frac{1}{3}\right)^2 \left(\frac{2}{3}\right)^6 \times C_2^8 P(X=2)=7926561:success[0.273]P(X = 2)= \frac{792}{6561} \approx :success[0.273]

Instructions for Calculator:

  1. Go to "DistDist" by pressing [SHIFTSHIFT] then [11].
  2. Select [4:Binomial4:Binomial PDPD].
  3. Enter X=2,n=8,p=1/3X = 2, n = 8, p = 1/3.
  4. Calculate P=:success[0.2731290962]P = :success[0.2731290962].

b. Find P(X=5)P(X=5)

P(X=5)=(13)5(23)3×C58P(X = 5) = \left(\frac{1}{3}\right)^5 \left(\frac{2}{3}\right)^3 \times C_5^8 P(X=5)=4686561:success[0.06828]P(X=5)= \frac{468}{6561} \approx :success[0.06828]

c. Find P(X1)P(X \leq 1)

Step 1: Understand the Question

We are asked to find the probability that X is less than or equal to 1.

This can be shown in this notation:

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

Step 2: Use the Binomial Formula for P(X=0) P(X=0) and P(X=1)P(X=1)

For P(X=0)P(X=0)

P(X=0)=(13)0(23)8×8C0P(X = 0) = \left(\frac{1}{3}\right)^0 \left(\frac{2}{3}\right)^8 \times ^8{C_0}

For P(X=1)P(X=1)

P(X=1)=(13)1(23)7×8C1P(X=1)=\left(\frac{1}{3}\right)^1 \left(\frac{2}{3}\right)^7 \times ^8{C_1}

Step 3: Calculate the Result

P(X1)=12806561:success[0.1951]P(X \leq 1) = \frac{1280}{6561} \approx :success[0.1951]
infoNote

Example: The probability of a switch being faulty is 0.080.08. A random sample of 1010 switches is taken from the production line.

Questions:

a) Define a suitable distribution to model the number of faulty switches in this sample, and justify your choice.

b) Find the probability that the sample contains 44 faulty switches.


a) Define a suitable distribution to model the number of faulty switches in this sample, and justify your choice.

Step 1: Identify the Distribution

We are asked to model the number of faulty switches in a random sample of 1010 switches, with the probability of any switch being faulty given as 0.080.08.

This is a binomial distribution because:

  • There is a fixed number of trials (1010 switches)
  • Each switch is either faulty or not faulty (a binary outcome)
  • The probability of a switch being faulty is constant at 0.080.08
  • The switches are independent of each other. Thus, the number of faulty switches X follows the binomial distribution:
XB(10,0.08)X \sim B(10, 0.08)

Where:

  • 1010 is the number of trials (switches)
  • 0.080.08 is the probability of success (faulty switch)

Step 2: Justify the Choice

  • The trials (checking each switch) are independent because whether one switch is faulty does not affect the others.
  • The probability of finding a faulty switch remains constant at 0.080.08 for each switch.

b) Find the probability that the sample contains 4 faulty switches.

Step 1: Use the Binomial Formula

We need to calculate P(X=4)P(X=4) where XB(10,0.08)X \sim B(10, 0.08)

P(X=x)=(nx)px(1p)nxP(X = x) = \binom{n}{x} p^x (1-p)^{n-x}

Where:

  • n=10n = 10 (the number of switches)
  • p=0.08p = 0.08 (the probability of a switch being faulty)
  • r=4r = 4 (the number of faulty switches)

Step 2: Substitute the Values and Calculate the Result

P(X=4)=0.084×0.926×10C4P(X = 4) = 0.08^4 \times 0.92^6 \times ^{10}{C}_4=210×(0.08)4×(0.92)6= 210 \times (0.08)^4 \times (0.92)^6=:success[5.216×103]= :success[5.216 \times 10^{-3}]

Thus, the probability that the sample contains 44 faulty switches is approximately 0.0052160.005216 or 5.216×1035.216 \times 10^{-3}

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master The Binomial Distribution

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

30 flashcards

Flashcards on The Binomial Distribution

Revise key concepts with interactive flashcards.

Try Maths Statistics Flashcards

3 quizzes

Quizzes on The Binomial Distribution

Test your knowledge with fun and engaging quizzes.

Try Maths Statistics Quizzes

29 questions

Exam questions on The Binomial Distribution

Boost your confidence with real exam questions.

Try Maths Statistics Questions

27 exams created

Exam Builder on The Binomial Distribution

Create custom exams across topics for better practice!

Try Maths Statistics exam builder

12 papers

Past Papers on The Binomial Distribution

Practice past papers to reinforce exam experience.

Try Maths Statistics Past Papers

Other Revision Notes related to The Binomial Distribution you should explore

Discover More Revision Notes Related to The Binomial Distribution to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Binomial Distribution

Calculating Binomial Probabilities

user avatar
user avatar
user avatar
user avatar
user avatar

208+ studying

184KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered