Loading...
Loading...
What does P(A | B) mean?
The "|" symbol means "given that". So P(6 | even) reads as: "The probability of rolling a 6, given that we already know the roll was even."
How does "given" change things?
We restrict our view to only the outcomes where the condition is true. Instead of considering all 6 die faces, we only consider the even faces (2, 4, 6). This is called the reduced sample space.
If you rolled a die and were told the result is an even number, what is the probability that it was a 6?
Let A = "rolled an even number"
Let B = "rolled a 6"
We want to find P(B|A) = P(6 | even)
Given A occurred (even roll), our new sample space is:
Within the even numbers, how many are 6?
Or simply: 1 favorable out of 3 possible even outcomes = 1/3
Notice that P(6) = 1/6 unconditionally, but P(6|even) = 1/3. The conditional probability is higher because we've "zoomed in" on a smaller sample space where 6 makes up a larger proportion!