Conditional Probability
Conditional Probability
L
The probability of
an event occurring
given that another
event has already
occurred.
The conditional
probability of B given
that A has occurred is:
or
The conditional
probability of A given
that B has occurred is:
or
EXAMPLE 1:
A pair of dice is rolled once,
find the probability that:
a. one of the dice shows a 3 if
it is known that the sum is 7.
b. the sum is 7 if it is known
that one of the dice shows a
3.
SOLUTION:
Dice 1
Dice 2
1 2 3 4 5 6
1 1,1 2,1 3,1 4,1 5,1 6,1
2 1,2 2,2 3,2 4,2 5,2 6,2
3 1,3 2,3 3,3 4,3 5,3 6,3
4 1,4 2,4 3,4 4,4 5,4 6,4
5 1,5 2,5 3,5 4,5 5,5 6,5
6 1,6 2,6 3,6 4,6 5,6 6,6
SOLUTION:
a. Probability that one of the dice
shows a 3 if it is known that the
sum is 7
A = {sum of the numbers is 7}
A = {(1,6), (2,5), (3,4), (4,3), (5,2),
(6,1)}
n(A) = 6
B = {3 appears on one of the dice}
SOLUTION:
B = {(1,3), (2,3), (3,3), (4,3), (5,3),
(6,3), (3,1), (3,2), (3,4), (3,5), (3,6)}
n(B) = 11
A B = {(3,4), (4,3)}
n(A B) = 2
SOLUTION: