Independent and Dependent events

Comprehensive study notes, diagrams, and exam preparation for Independent and Dependent events.

Independent and Dependent Events

Definition

In probability theory, events are classified based on how the occurrence of one event affects the probability of another. An independent event is one where the outcome of the first event does not influence the likelihood of the second event occurring. A dependent event is one where the outcome of the first event changes the probability of the subsequent event.


Main Content

1. Independent Events

  • Two events, A and B, are independent if the occurrence of A has no effect on the probability of B.
  • Mathematically, this is expressed as: $P(B|A) = P(B)$, meaning the probability of B given that A has occurred remains equal to the original probability of B.
  • Example: Flipping a coin twice. The result of the first flip (Heads or Tails) does not change the chances of the second flip.

2. Dependent Events

  • Two events are dependent if the outcome of the first event alters the probability of the second event.
  • This is often observed in sampling without replacement, where the total number of items in a set decreases after the first selection.
  • Example: Drawing two cards from a deck without putting the first one back. The composition of the deck changes for the second draw.

3. Visualizing Independence vs Dependence

  • Independent events follow a branching path where probabilities stay constant.
  • Dependent events follow a path where the "pool" of outcomes shrinks or changes.
INDEPENDENT (Coin Flip):
Start -> Flip 1 (H/T) -> Flip 2 (H/T)
Probability: 0.5 * 0.5 = 0.25 for any sequence.

DEPENDENT (Drawing Balls from a Bag of 2 Red, 2 Blue):
Start -> Pick 1 (Red) -> Pick 2 (1 Red left, 2 Blue left)
Probability changes because the total number of balls decreases.

Working / Process

1. Identify the Nature of the Events

  • Determine if the second event occurs after the first and if it is affected by it.
  • Ask: "Does the result of the first event change the total possibilities for the second?" If no, it is independent. If yes, it is dependent.

2. Apply the Multiplication Rule

  • For independent events: Use the formula $P(A \text{ and } B) = P(A) \times P(B)$.
  • For dependent events: Use the formula $P(A \text{ and } B) = P(A) \times P(B|A)$, where $P(B|A)$ is the probability of B occurring after A has happened.

3. Calculate Final Probability

  • Multiply the individual probabilities according to the rule identified in the previous step.
  • Ensure all fractions are simplified to arrive at the final probability percentage or decimal.

Advantages / Applications

  • Risk Assessment: Used in finance to determine if the failure of one asset class affects another.
  • Quality Control: Used in manufacturing to decide if sampling a product influences the perceived quality of the remaining batch.
  • Strategic Gaming: Essential in card games like Poker to calculate the odds of drawing a winning hand based on cards already removed from the deck.

Summary

Independent events occur when the outcome of one does not change the probability of another, whereas dependent events occur when the outcome of one event directly impacts the probability of the next. To solve these problems, use the multiplication rule while adjusting the sample space for dependent scenarios.

  • Independent Events: Probabilities remain constant.
  • Dependent Events: Probabilities change based on previous results.
  • Conditional Probability: The likelihood of an event occurring given that another event has already occurred.