Conditional Probability
The probability that event \(B\)
will occur given the knowledge that an event \(A\) has already occurred is a
conditional probability, denoted by \(P(B|A)\) and read as “the
probability of \(B\) given \(A\)”.
\[P(B|A) = \dfrac{P(A \cap B)}{P(A)} =
\dfrac{\#(A \cap B)}{\#A}.\]
Example 1. Consider the experiment of
rolling a pair of fair dice.
- Find the probability that the sum is 10, given that the first die
lands on 4.
- Find the probability that the sum is 7, given that the first die
lands on 4.
Example 2. The Triple Blood Test screens a
pregnant woman and provides as estimated risk of her baby being born
with the genetic disorder Down syndrome. A study of 5282 women aged 35
or over analyzed the Triple Blood Test to test its accuracy. The result
is shown in the table.
|
Down Syndrome |
Unaffected |
Total |
| Test Positive (+) |
48 |
1307 |
|
| Test Negative (-) |
6 |
3921 |
|
| Total |
|
|
5282 |
Let \(D\) denote Down Syndrome.
- The term sensitivity refers to the probability \(P(+|D)\).
- The term specificity refers to the probability \(P(-|D^c)\).
- The false positive rate refers to \(P(+|D^c)\) and the false negative rate is
\(P(-|D)\).
- Interpret the conditional probabilities: \(P(D^c|+)\) and \(P(D|-)\).
- In part c and d, which one(s) might be the biggest concern?
Example 3. A person is accused of crime
because the person’s DNA matches the DNA at a crime scene (found through
database of DNA). Only 1 in a million people have this specific DNA.
Given there are about 6 million people in the local area, is the person
surely guilty? (Note: Only one person is guilty.)
|
Guilty |
Innocent |
Total |
| DNA Match |
|
|
|
| DNA Doesn't Match |
|
|
|
| Total |
|
|
|
- Find \(P(\mbox{DNA match |
Innocent})\).
- Find \(P(\mbox{Innocent | DNA
match})\).
- Which conditional probability works for the district attorney?
- Which conditional probability works for the defense lawyer?
Multiplication Rule
\[P(A \cap B) = P(B|A)\cdot P(A) \]
\[P(A \cap B) = P(A|B)\cdot P(B)
\]
Example 4
Suppose that two chips are randomly chosen from a box of 4 red and 6
blue chips
- What is the probability that both are red?
- What is the probability that one is red and the other is blue?
Independent Events
Event \(A\) and \(B\) are
independent if the occurrence of one does
not affect the occurrence of the other. In terms of probability, this
means
- \(P(A|B) = P(A)\).
- \(P(B|A) = P(B)\).
- \(P(A\cap B) = P(A)\cdot
P(B)\).
Example 5. Assume a sample space has 18
outcomes (18 boxes on the graph). Are the red event and the blue event
independent?

Example 6. Consider the experiment of
rolling a pair of fair dice. Are getting a sum of 10 and the first die
lands on 4 independent?
Example 7. Again consider the experiment of
rolling a pair of fair dice. Are getting a sum of 7 and the first die
lands on 4 independent?