Source codeVideos
Probability

Probability Distribution

Nabil Akbarazzima Fatih

Mathematics

What is a Probability Distribution Anyway?

Imagine you're playing a game of rolling dice. A probability distribution is like a complete list of all possible outcomes when you roll the dice, plus it tells you how big the chance (probability) is for each outcome to appear. Simply put, it's a list of possibilities and how often they happen.

Getting to Know the Sample Space (All Possible Outcomes)

The sample space is like the collection of all outcomes that can happen in an experiment. We usually write it using the symbol Ω\Omega (Omega).

For example, if you roll a standard die with 66 sides: The numbers that can show up are 1,2,3,4,5,1, 2, 3, 4, 5, or 66. Well, all these possibilities gathered together are called the sample space.

Ω={1,2,3,4,5,6}\Omega = \{1, 2, 3, 4, 5, 6\}

There are a total of 66 possible outcomes here.

Events and Their Probabilities

What is an Event?

An event is one or more specific outcomes that we are interested in from the sample space. An event is a smaller part of the sample space.

Example:

From rolling one die earlier (Ω={1,2,3,4,5,6}\Omega = \{1, 2, 3, 4, 5, 6\}), let's say we want to look at the event "getting an even number". The even numbers there are 2,4,2, 4, and 66. So, the event of getting an even number (let's call it event A) is:

A={2,4,6}A = \{2, 4, 6\}

There are 33 outcomes in this event A.

Calculating the Probability of an Event

Probability is a number that shows how likely an event is to happen. Calculating it is easy:

P(Event)=Number of outcomes in that eventTotal number of outcomes in the sample spaceP(\text{Event}) = \frac{\text{Number of outcomes in that event}}{\text{Total number of outcomes in the sample space}}

Using the symbols from our example:

P(A)=AΩP(A) = \frac{|A|}{|\Omega|}

Where:

  • A|A| means the number of outcomes in event A (there were 33 , right?).
  • Ω|\Omega| means the total number of outcomes in the sample space (there were 66, right?).

So, the probability of the event "getting an even number" (event A) is:

P(A)=36=12P(A) = \frac{3}{6} = \frac{1}{2}

This means the chance is half-and-half, or 50%50\%.

Rules of the Game for Probability Distributions

Probability distributions have two important rules:

  1. The probability of each outcome (P(x)P(x)) must be a value between 00 and 11. It can't be negative or greater than 11.

    0P(x)10 \leq P(x) \leq 1
  2. If you add up all the probabilities for every outcome in the sample space, the total must be exactly 11.

    xΩP(x)=1\sum_{x \in \Omega} P(x) = 1

Rolling One Die

If we roll one fair die (meaning each side has an equal chance of showing up), the distribution looks like this:

Outcome xxProbability P(x)P(x)
111/61/6
221/61/6
331/61/6
441/61/6
551/61/6
661/61/6

Why are they all 1/61/6?

Because there are 66 sides, and the die is fair, so each side has 11 chance out of the total 66 possibilities. Try adding up all the probabilities: 1/6+1/6+1/6+1/6+1/6+1/6=6/6=11/6 + 1/6 + 1/6 + 1/6 + 1/6 + 1/6 = 6/6 = 1. It fits the second rule perfectly!

Rolling Two Dice

Now imagine rolling two dice, say one red die and one white die. If we list all the possible pairs of numbers that can appear, there will be 3636 possibilities!

Why 3636?

Because the first die has 66 possibilities, the second die also has 66, so the total is 6×6=366 \times 6 = 36 pairs.

The resulting pairs can be written like this:

  • Red Die 1, White Die 1 -> (1, 1)
  • Red Die 1, White Die 2 -> (1, 2)
  • ... and so on until ...
  • Red Die 6, White Die 6 -> (6, 6)

Each of these pairs has an equally small probability, which is 1/361/36.

Important! Distinguish between (1, 2) and (2, 1)!

If the dice are different colors (like red and white), getting a 33 on the red die and a 22 on the white die is different from getting a 22 on the red die and a 33 on the white die. So, the order matters if the dice can be distinguished.

Probability Distribution for the Sum of Two Dice

Often, we are interested in the sum of the numbers on the two dice. The smallest sum is 1+1=21+1=2, and the largest is 6+6=126+6=12. The probability for each sum varies:

Sum of Numbers jjPossible PairsNumber of PairsProbability P(j)P(j)
22(1,1)(1,1)111/361/36
33(1,2),(2,1)(1,2), (2,1)222/362/36
44(1,3),(2,2),(3,1)(1,3), (2,2), (3,1)333/363/36
55(1,4),(2,3),(3,2),(4,1)(1,4), (2,3), (3,2), (4,1)444/364/36
66(1,5),(2,4),(3,3),(4,2),(5,1)(1,5), (2,4), (3,3), (4,2), (5,1)555/365/36
77(1,6),(2,5),(3,4),(4,3),(5,2),(6,1)(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)666/366/36
88(2,6),(3,5),(4,4),(5,3),(6,2)(2,6), (3,5), (4,4), (5,3), (6,2)555/365/36
99(3,6),(4,5),(5,4),(6,3)(3,6), (4,5), (5,4), (6,3)444/364/36
1010(4,6),(5,5),(6,4)(4,6), (5,5), (6,4)333/363/36
1111(5,6),(6,5)(5,6), (6,5)222/362/36
1212(6,6)(6,6)111/361/36

Look, the sum 77 is the most common outcome (6/366/36), while sums 22 and 1212 are the rarest (1/361/36). This is very important in many board games!

Why is Learning Probability Distribution Important?

Probability distributions are useful for many things:

  • Knowing what's more likely: We can see which outcomes have the biggest chance of happening and which ones have the smallest. Like knowing that a sum of 7 is more likely than a sum of 12.
  • Playing games: Many games (like Monopoly, Snakes and Ladders, etc.) use dice. Understanding probability distributions can help us make better strategies (although there's still luck involved!).
  • Simple predictions: It can help us make educated guesses. For example, knowing the weather distribution can help predict the chance of rain tomorrow.
  • Making decisions: In business or science, probability distributions are used to make decisions based on data, so we don't just guess randomly.

In short, probability distributions help us understand uncertainty using numbers!