Photo AI

Last Updated Sep 26, 2025

Discrete Probability Distributions Simplified Revision Notes

Revision notes with simplified explanations to understand Discrete Probability Distributions quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

232+ students studying

4.1.1 Discrete Probability Distributions

Discrete Random Variables

A discrete random variable is a quantity that can randomly take a discrete (not continuous) set of values.

  • e.g: XX is the outcomes possible on a fair die.
  • XX is a discrete random variable because its value is assigned by chance and there are a number of discrete outcomes {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}. The distribution for XX is a list of probabilities and associated outcomes:
x123456P(X=x)161616161616\boxed {\begin{array}{c|c|c|c|c|c|c} x & 1 & 2 & 3 & 4 & 5 & 6 \\ \hline P(X = x) & \frac{1}{6} & \frac{1}{6} & \frac{1}{6} & \frac{1}{6} & \frac{1}{6} & \frac{1}{6} \end{array} }

(Referred to as "distribution of XX")

  • Small xx for particular outcome.
  • Capital XX for the value of the variable.

A probability distribution for a function could be given as a formula:

P(X=x)={2kx1x40otherwiseP(X = x) = \begin{cases} 2kx & 1 \leq x \leq 4 \\ 0 & \text{otherwise} \end{cases}

It is highly desirable to put such distribution functions in table form:

x1234P(X=x)2k4k6k8k\boxed {\begin{array}{c|c|c|c|c} x & 1 & 2 & 3 & 4 \\ \hline P(X = x) & 2k & 4k & 6k & 8k \end{array}}
infoNote

All probabilities sum to 1. It is possible to calculate kk using 2k+4k+6k+8k=12k + 4k + 6k + 8k = 1.


lightbulbExample

Example Q1 (OCR 4766, Jun 2016, Q4) [Modified] The probability distribution of the random variable X is given by the formula:

P(X=r)=kr(r1)forr=2,3,4,5,6.P(X = r) = \frac{k}{r(r-1)} \quad \text{for} \, r = 2, 3, 4, 5, 6.

Question: Show that the value of k is 1.2. Using this value of k, show the probability distribution of XX in a table.


Step 1: Set up the Total Probability Equation

Since the total probability must sum to 1, we write

P(X=2)+P(X=3)+P(X=4)+P(X=5)+P(X=6)=1P(X=2) + P(X=3) + P(X=4) + P(X=5) + P(X=6) = 1

Substitute the formula for each P(X = r)

k2+k6+k12+k20+k30=1\frac{k}{2} + \frac{k}{6} + \frac{k}{12} + \frac{k}{20} + \frac{k}{30} = 1

You can also show this in a table:

r23456P(X=r)k2k6k12k20k30\boxed {\begin{array}{c|c|c|c|c|c} r & 2 & 3 & 4 & 5 & 6 \\ \hline P(X = r) & \frac{k}{2} & \frac{k}{6} & \frac{k}{12} & \frac{k}{20} & \frac{k}{30} \end{array} }

Step 2: Simplify and Solve for k

Combine the fractions by finding a common denominator

5k6=1\Rightarrow \frac{5k}{6} = 1

Solve for k:

k=65=:success[1.2]\quad \Rightarrow k = \frac{6}{5} = :success[1.2]

Step 3: Calculate the Probabilities

Using k = 1.2, calculate the probabilities for each value of r:

P(X=2)=1.22=:success[0.6]P(X=2)=\frac{1.2}{2}=:success[0.6]P(X=3)=1.26=:success[0.2]P(X=3)=\frac{1.2}{6}=:success[0.2]P(X=4)=1.212=:success[0.1]P(X=4)=\frac{1.2}{12}=:success[0.1]P(X=5)=1.220=:success[0.06]P(X=5)=\frac{1.2}{20}=:success[0.06]P(X=6)=1.230=:success[0.04]P(X=6)=\frac{1.2}{30}=:success[0.04]

Put this into a table:

r23456P(X=r)0.60.20.10.060.04\boxed {\begin{array}{c|c|c|c|c|c} r & 2 & 3 & 4 & 5 & 6 \\ \hline P(X = r) & 0.6 & 0.2 & 0.1 & 0.06 & 0.04 \end{array} }

infoNote

Example: Calculate P(X>3)P(X>3) using the table below Using the above table, perform the following calculations:

r23456P(X=r)0.60.20.10.060.04\boxed {\begin{array}{c|c|c|c|c|c|c} r & 2 & 3 & 4 & 5 & 6 \\ \hline P(X = r) & 0.6 & 0.2 & 0.1 & 0.06 & 0.04 \end{array}}

Step 1: Identify the relevant probabilities

We need to calculate the probability that the random variable X is greater than 3.

Therefore we need the probabilities for X=4X=4, X=5X=5 and X=6 X=6

From the table we can see these probabilities:

P(X=4)=0.1P(X=4)=0.1P(X=5)=0.06P(X=5)=0.06P(X=6)=0.04P(X=6)=0.04

Step 2: Add the probabilities

P(X>3)=0.1+0.06+0.04P(X > 3) = 0.1 + 0.06 + 0.04 P(X>3)=:success[0.2]P(X>3)= :success[0.2]
infoNote

Example: Calculate P(4X<6)P(4 \leq X < 6) using the table below

r23456P(X=r)0.60.20.10.060.04\boxed {\begin{array}{c|c|c|c|c|c|c} r & 2 & 3 & 4 & 5 & 6 \\ \hline P(X = r) & 0.6 & 0.2 & 0.1 & 0.06 & 0.04 \end{array}}

Step 1: Identify the relevant probabilities

We need to calculate the probability that X is between 4 and 6, inclusive of 4 (\leq) but excluding 6 (<<).

This means we are interested in the probabilities for X=4X=4 and X=5X=5

From the table we can see these probabilities:

P(X=4)=0.1P(X=4)=0.1P(X=5)=0.06P(X=5)=0.06

Step 2: Add the probabilities

P(4X<6)=0.1+0.06P(4 \leq X < 6) = 0.1 + 0.06 P(4X<6)=:success[0.16]P(4 \leq X < 6) = :success[0.16]
infoNote

Example: Calculate P(2.5X4.6)P(2.5 \leq X \leq 4.6) using the table below

r23456P(X=r)0.60.20.10.060.04\boxed {\begin{array}{c|c|c|c|c|c|c} r & 2 & 3 & 4 & 5 & 6 \\ \hline P(X = r) & 0.6 & 0.2 & 0.1 & 0.06 & 0.04 \end{array}}

Step 1: Identify the relevant probabilities

We need to calculate the probability that XX is between 2.5 and 4.6, inclusive of both 3 and 4 since XX is a discrete random variable.

This means we are interested in the probabilities for X=3X=3 and X=4X=4

From the table we can see these probabilities:

P(X=3)=0.2P(X=3)=0.2P(X=4)=0.1P(X=4)=0.1

Step 2: Add the probabilities

P(2.5X4.6)=0.2+0.1P(2.5 \leq X \leq 4.6) = 0.2 + 0.1 P(2.5X4.6)=:success[0.3]P(2.5 \leq X \leq 4.6)= :success[0.3]
infoNote

Example: Combined Events Say XX has the distribution as was previously:

r23456P(X=r)0.60.20.10.060.04\boxed {\begin{array}{c|c|c|c|c|c|c} r & 2 & 3 & 4 & 5 & 6 \\ \hline P(X = r) & 0.6 & 0.2 & 0.1 & 0.06 & 0.04 \end{array}}

Consider the situation where two independent values of XX are sampled: X1X_1 and X2X_2.

Question: Find P(X1=X2)P(X_1 = X_2)


Step 1: Understand the Question

We are asked to find the probability that two independent values, X1X_1 and X2X_2, sampled from the same probability distribution are equal.

This means we are looking for the probability that X1=X2X_1 = X_2, where both values come from the given distribution of XX.


Step 2: Identify the Relevant Outcomes

The values of X1X_1 and X2X_2 can both be one of the following: 2, 3, 4, 5 or 6.

We are interested in the probability that X1X_1 equals X2X_2 for each of these outcomes.

These are the cases where X1=X2X_1 = X_2 for each value of rr.

This can be demonstrated in this table:

X1,23456X2,23456\boxed {\begin{array}{c|c|c|c|c|c|c} X_1, & 2 & 3 & 4 & 5 & 6 \\ X_2, & 2 & 3 & 4 & 5 & 6 \end{array}}

Step 3: Multiply the Probabilities

Since the two values X1X_1 and X2X_2 are independent, the probability that X1=X2X_1=X_2 for each value of r is the product of the individual probabilities P(X=r)P(X=r).

For each possible value of r, the corresponding probabilities are:

P(X1=X2=2)=0.62P(X_1=X_2=2)=0.6^2P(X1=X2=3)=0.22P(X_1=X_2=3)=0.2^2P(X1=X2=4)=0.12P(X_1=X_2=4)=0.1^2P(X1=X2=5)=0.062P(X_1=X_2=5)=0.06^2P(X1=X2=6)=0.042P(X_1=X_2=6)=0.04^2

Step 4: Add the Probabilities

P(X1=X2)=0.62+0.22+0.12+0.062+0.042P(X_1 = X_2) = 0.6^2 + 0.2^2 + 0.1^2 + 0.06^2 + 0.04^2 P(X1=X2)=:success[0.4152]P(X_1 = X_2)= :success[0.4152]
infoNote

Example: Probability of each outcome Say XX has the distribution as was previously:

r23456P(X=r)0.60.20.10.060.04\boxed {\begin{array}{c|c|c|c|c|c|c} r & 2 & 3 & 4 & 5 & 6 \\ \hline P(X = r) & 0.6 & 0.2 & 0.1 & 0.06 & 0.04 \end{array}}

Consider the situation where two independent values of XX are sampled: X1X_1 and X2X_2.

Question: Find P(X1+X2=5)P(X_1 + X_2 = 5)


Step 1: Understand the Question

We are asked to find the probability that the sum of two independent values, X1X_1 and X2X_2, equals 5.

We need to find all the combinations of X1X_1 and X2X_2 that satisfy this condition.


Step 2: Identify the Relevant Outcomes

From the table, the combinations of X1X_1 and X2X_2 that sum to 5 are:

X1=2 and X2=3X_1=2\ \text{and}\ X_2=3X1=3 and X2=2X_1=3\ \text{and}\ X_2=2

Step 3: Multiply the Probabilities for Each Combination

Since X1X_1 and X2X_2 are independent, the probability of each outcome is the product of the individual probabilities:

P(X1=2 and X2=3)=0.6×0.2=0.12P(X_1=2\ \text{and}\ X_2=3) = 0.6 \times 0.2 = 0.12P(X1=3 and X2=2)=0.2×0.6=0.12P(X_1=3\ \text{and}\ X_2=2) = 0.2 \times 0.6 = 0.12

Step 4: Add the Probabilities

P(X1+X2=5)=0.12+0.12P(X_1 + X_2 = 5) = 0.12+0.12P(X1+X2=5)=:success[0.24]P(X_1 + X_2 = 5)=:success[0.24]
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 Discrete Probability Distributions

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

20 flashcards

Flashcards on Discrete Probability Distributions

Revise key concepts with interactive flashcards.

Try Maths Statistics Flashcards

2 quizzes

Quizzes on Discrete Probability Distributions

Test your knowledge with fun and engaging quizzes.

Try Maths Statistics Quizzes

29 questions

Exam questions on Discrete Probability Distributions

Boost your confidence with real exam questions.

Try Maths Statistics Questions

27 exams created

Exam Builder on Discrete Probability Distributions

Create custom exams across topics for better practice!

Try Maths Statistics exam builder

15 papers

Past Papers on Discrete Probability Distributions

Practice past papers to reinforce exam experience.

Try Maths Statistics Past Papers

Other Revision Notes related to Discrete Probability Distributions you should explore

Discover More Revision Notes Related to Discrete Probability Distributions to Deepen Your Understanding and Improve Your Mastery

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