Introduction to Discrete Probability Distributions

Hi there! Welcome to one of the most practical chapters in your A Level Statistics journey. In this section, we are going to look at Discrete Probability Distributions. Don't let the long name scare you! Essentially, we are just looking at how we can list out all the possible things that could happen in an experiment and how likely each of those things is.

Think of it like a "probability map." If you know the map, you can predict the future (well, statistically speaking!). This is used everywhere from predicting how many goals a team might score to how many faulty items a factory might produce.

1. What is a Discrete Random Variable?

Before we look at the distributions, we need to understand the two parts of the name:

  • Discrete: This means the data can only take specific, separate values. You can count them. For example, you can have 1, 2, or 3 siblings, but you can’t have 2.47 siblings!
  • Random Variable: This is a quantity whose value depends on the outcome of a random event. We usually use a capital letter like \(X\) to represent the "idea" of the variable (e.g., the number on a die) and a lowercase letter like \(x\) to represent the actual value we get (e.g., "I rolled a 4").

The "Big X" vs "Small x" Trick

Students often find the notation confusing. Try this analogy:
\(X\) is like the label on a box (e.g., "Number of Heads").
\(x\) is the actual number you find inside the box after you flip the coins (e.g., "2").
So, \(P(X = x)\) just means: "What is the probability that the Number of Heads equals 2?"

Key Takeaway:

A Discrete Random Variable is a numerical value from a random experiment that you can count (like 0, 1, 2, 3...).

2. Probability Distributions in Tables

A probability distribution is simply a way of showing every possible value of \(x\) and its corresponding probability. The most common way to show this is in a table.

Example: Imagine a biased four-sided spinner. The distribution might look like this:

\(x\): 1, 2, 3, 4
\(P(X = x)\): 0.1, 0.3, 0.4, 0.2

The Golden Rule of Probabilities

For any valid probability distribution, the sum of all probabilities must equal exactly 1. In math symbols, we write this as:
\(\sum P(X = x) = 1\)

Quick Review: If your table adds up to 0.9 or 1.1, something is wrong! Always check this first in an exam question.

Common Mistake to Avoid:

Don't confuse the \(x\) values with the probabilities. The \(x\) values can be anything (like -1, 0, 5, 10), but the probabilities \(P(X=x)\) must always be between 0 and 1 inclusive.

Key Takeaway:

A probability distribution table lists all possible outcomes and ensures their total probability is 1.

3. Probability Functions (Algebraic Form)

Sometimes, instead of a table, the exam will give you a "rule" or a probability mass function. It looks like a little piece of algebra.

Example: \(P(X = x) = kx\) for \(x = 1, 2, 3\).

How to solve "Find the value of \(k\)" questions:

Don't worry if this seems tricky at first; it's just a puzzle! Here is the step-by-step process:

  1. List the values: Plugin each \(x\) into the function.
    • When \(x = 1\), \(P(X=1) = k(1) = k\)
    • When \(x = 2\), \(P(X=2) = k(2) = 2k\)
    • When \(x = 3\), \(P(X=3) = k(3) = 3k\)
  2. Use the Golden Rule: Add them up and set the total to 1.
    \(k + 2k + 3k = 1\)
  3. Solve for \(k\):
    \(6k = 1\)
    \(k = \frac{1}{6}\)
Key Takeaway:

To find an unknown constant in a function, plug in all \(x\) values and solve the equation where the sum equals 1.

4. Cumulative Probabilities: \(P(X \le x)\)

The word cumulative means "adding up as you go." You might be asked to find the probability that \(X\) is at most a certain value.

Example: Using our spinner from earlier:
\(P(X = 1) = 0.1\)
\(P(X = 2) = 0.3\)
\(P(X = 3) = 0.4\)
\(P(X = 4) = 0.2\)

If you want to find \(P(X \le 2)\), you just add up everything from the start up to 2:
\(P(X = 1) + P(X = 2) = 0.1 + 0.3 = 0.4\)

Wait! Watch the inequality signs:

In discrete distributions, there is a big difference between \(<\) and \(\le\).
\(P(X < 3)\) means you only want 1 and 2.
\(P(X \le 3)\) means you want 1, 2, and 3.

Key Takeaway:

Cumulative probability is the running total of probabilities up to and including the value of \(x\).

5. The Discrete Uniform Distribution

This is a special, simple case. "Uniform" means everything is the same. It’s the "fair" distribution.

Real-world example: A fair, standard six-sided die. Every number (1, 2, 3, 4, 5, 6) has exactly the same probability: \(\frac{1}{6}\).

The Formula:

If there are \(n\) possible outcomes and they are all equally likely, then:
\(P(X = x) = \frac{1}{n}\)

Did you know? The word "Uniform" is used because if you drew a bar chart of the probabilities, all the bars would be the same height, like a line of soldiers in uniform!

Key Takeaway:

In a Discrete Uniform Distribution, every possible outcome has the same probability.

Summary Quick Review

Before you move on to Binomial distributions, make sure you are comfortable with these three things:

  • 1. The Sum Rule: All probabilities in your distribution must add up to 1.
  • 2. Discrete vs Continuous: Discrete variables are things you count (number of cars, number of heads).
  • 3. Table vs Function: You can represent a distribution as a list in a table or as an algebraic rule.

Great job! You've mastered the foundations of discrete distributions. Keep this "Golden Rule" (sum = 1) in your mind, as it is the key to solving almost every exam problem in this chapter.