Conditional Probability vs Independent Events

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Conditional probability

Probability

Conditional probability is the chance one event happens when you count only the cases where a second event holds, so that event is the denominator.

Conditional probability shrinks the sample space. P(AB)P(A \mid B), read the probability of A given B, is defined as P(AB)P(B)\frac{P(A \cap B)}{P(B)} whenever P(B)>0P(B) > 0: the outcomes where both happen, divided by the outcomes where the condition holds. The event after the bar is the denominator. Nothing in that definition requires BB to happen first in time, only that you are counting inside it.

Take 1,000 drivers followed for a year. 200 texted at the wheel and 800 did not; 40 of the texting drivers had an accident and 10 of the others did.

AccidentNo accidentTotal
Texting40160200
Not texting10790800
Total509501000

Both conditional probabilities are built from the same 40. P(textingaccident)=40/50=0.80P(\text{texting} \mid \text{accident}) = 40/50 = 0.80, while P(accidenttexting)=40/200=0.20P(\text{accident} \mid \text{texting}) = 40/200 = 0.20. Same numerator, different denominator, a factor of four apart.

Here is the sentence readers actually get wrong: 80 percent of accidents involved a texting driver, so texting gives you an 80 percent chance of crashing. The first clause is P(textingaccident)P(\text{texting} \mid \text{accident}) and the second is P(accidenttexting)P(\text{accident} \mid \text{texting}), which is 0.20. Flipping the bar is not a rephrasing, it is a different quantity, and news copy makes that swap constantly.

As long as both events can occur together, the two directions agree only when the events are equally likely, since dividing the definitions gives P(AB)P(BA)=P(A)P(B)\frac{P(A \mid B)}{P(B \mid A)} = \frac{P(A)}{P(B)}. Here that ratio is 0.05/0.20=0.250.05/0.20 = 0.25, matching 0.20/0.800.20/0.80. So the gap is widest exactly where it does the most damage: a rare outcome conditioned on a common behavior, or the reverse. Topic 2.6 is where the course takes this up.

Full entry for conditional probability

Independent events

Probability

Two events are independent when knowing whether one of them occurred does not change the probability of the other, in either direction.

Events AA and BB are independent when P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B). Provided P(B)>0P(B) > 0, that is the same as P(AB)=P(A)P(A \mid B) = P(A), read "the probability of A given B equals the probability of A", and the relation runs both ways: if BB tells you nothing about AA, then AA tells you nothing about BB. Independence is a numerical condition you check, not a verdict you reach from how the story sounds.

It does not require two separate physical actions. Roll one fair die, and let AA be "even", the set {2,4,6}\{2, 4, 6\}, and BB be "at least 5", the set {5,6}\{5, 6\}. Then P(A)=0.5P(A) = 0.5, P(B)=2/60.3333P(B) = 2/6 \approx 0.3333, and ABA \cap B is the single outcome 6, so P(AB)=1/60.1667P(A \cap B) = 1/6 \approx 0.1667. The product 0.5×1/3=1/60.5 \times 1/3 = 1/6 matches it, so two events on the very same roll are independent, and indeed P(AB)=(1/6)/(2/6)=0.5=P(A)P(A \mid B) = (1/6)/(2/6) = 0.5 = P(A). Widen BB to "at least 4" and it breaks: P(AB)=2/60.3333P(A \cap B) = 2/6 \approx 0.3333 against a product of 0.5×0.5=0.250.5 \times 0.5 = 0.25.

"The two events cannot both happen, so one cannot affect the other, so they are independent." That gets it exactly backwards. Mutually exclusive events with nonzero probabilities are never independent, because P(AB)=0P(A \cap B) = 0 while P(A)P(B)>0P(A)P(B) > 0, and those two cannot be equal. If AA and BB are disjoint, BB occurring forces AA not to occur, which is the strongest dependence available.

Selecting people without replacement destroys independence. In a class of 20 with 8 in band, picking two students at random gives P(second in bandfirst in band)=7/190.3684P(\text{second in band} \mid \text{first in band}) = 7/19 \approx 0.3684, not the 8/20=0.408/20 = 0.40 you started with, because the first pick shrinks the class. The ten percent condition is what lets such draws be treated as close enough to independent. Independence itself is topic 2.7.

Full entry for independent events

Where each one fits in the course