15.2 Independent Events and Repeated Bernoulli Trials
Key Takeaways
- Two events A and B are independent iff P(AB) = P(A)P(B), or P(B|A) = P(B) when P(A) > 0.
- Independence is distinct from mutual exclusivity: mutually exclusive events with positive probabilities can never be independent.
- System reliability uses independence: Series system reliability P = ∏ p_i; Parallel system reliability P = 1 - ∏ (1 - p_i).
- An n-fold Bernoulli trial consists of n independent repetitions with constant success probability p. Binomial PMF: P(X = k) = C_n^k p^k (1-p)^(n-k).
15.2 Independent Events and Repeated Bernoulli Trials
1. Independence of Events
In probability theory, two events are independent if the occurrence of one event does not affect the probability of occurrence of the other.
1.1 Definition of Independent Events
Two events $A$ and $B$ defined on a sample space $\Omega$ are said to be statistically independent (or simply independent) if and only if:
If $P(A) > 0$, this definition is logically equivalent to: Similarly, if $P(B) > 0$, it is equivalent to $P(A|B) = P(A)$.
1.2 Difference Between Independent and Mutually Exclusive Events
It is crucial in Gaokao examinations to distinguish between independence and mutual exclusivity:
- Mutually Exclusive ($A \cap B = \emptyset$): $A$ and $B$ cannot occur together ($P(AB) = 0$). If $P(A) > 0$ and $P(B) > 0$, mutually exclusive events cannot be independent, because $P(AB) = 0 \neq P(A)P(B)$.
- Independent ($P(AB) = P(A)P(B)$): The occurrence of $A$ provides zero information about whether $B$ occurs.
1.3 Properties of Independent Events
If events $A$ and $B$ are independent, then each of the following pairs is also independent:
- $A$ and $\overline{B}$
- $\overline{A}$ and $B$
- $\overline{A}$ and $\overline{B}$
Proof for $A$ and $\overline{B}$:
1.4 Mutual Independence of $n$ Events
Events $A_1, A_2, \dots, A_n$ are mutually independent if for every subset of $k$ events ($2 \le k \le n$), the probability of their intersection equals the product of their individual probabilities: Note: Pairwise independence ($P(A_i A_j) = P(A_i)P(A_j)$ for all $i \neq j$) does not imply mutual independence for $n \ge 3$.
2. System Reliability Applications (Series and Parallel Systems)
In engineering and Gaokao probability problems, independence is widely used to evaluate system reliability.
2.1 Series System
A series system operates if and only if all component units operate independently. If components $C_1, C_2, \dots, C_n$ have reliability probabilities $p_1, p_2, \dots, p_n$:
2.2 Parallel System
A parallel system operates if at least one component unit operates independently.
3. Repeated Bernoulli Trials
A Bernoulli trial is a random experiment with exactly two possible outcomes: "Success" ($S$) with probability $p$, and "Failure" ($F$) with probability $q = 1 - p$, where $0 < p < 1$.
3.1 Definition of $n$-fold Bernoulli Trials
An experiment consisting of $n$ identical and independent repetitions of a Bernoulli trial is called an $n$-fold repeated Bernoulli trial (or $n$ independent Bernoulli trials). Key features:
- The experiment is repeated $n$ times under identical conditions.
- Each trial has only two mutually exclusive outcomes ($S$ and $F$).
- The probability $p = P(S)$ remains constant across all $n$ trials.
- The outcomes of different trials are mutually independent.
3.2 Binomial Probability Formula
Let $X$ denote the total number of successes in $n$ independent Bernoulli trials. The probability of obtaining exactly $k$ successes ($k = 0, 1, 2, \dots, n$) is given by the Binomial formula:
We write $X \sim B(n, p)$.
Derivation: Any specific sequence of $k$ successes and $n-k$ failures (e.g., $S S \dots S F F \dots F$) has probability $p^k (1-p)^{n-k}$ due to independence. The number of distinct sequences containing exactly $k$ successes out of $n$ trials is given by the combination $C_n^k$. Summing these mutually exclusive sequences yields $C_n^k p^k (1-p)^{n-k}$.
3.3 Most Probable Number of Successes
The value $k_0 \in {0, 1, \dots, n}$ that maximizes $P(X = k)$ satisfies the inequality:
- If $(n+1)p$ is not an integer, $k_0 = \lfloor (n+1)p \rfloor$ is unique.
- If $(n+1)p$ is an integer, there are two most probable values: $k_0 = (n+1)p - 1$ and $k_0 = (n+1)p$.
4. Worked Gaokao Exam Examples
Example 1: Best-of-Five Tournament Analysis
Problem: Two table tennis players, Player A and Player B, compete in a best-of-five match (the first player to win 3 games wins the match). The games are independent, and in each game, the probability that Player A wins is $p = \frac{2}{3}$.
- Find the probability that Player A wins the match in exactly 4 games.
- Find the overall probability that Player A wins the match.
Detailed Solution:
-
Winning in exactly 4 games: For Player A to win in exactly 4 games, Player A must win exactly 2 of the first 3 games, and then win the 4th game. The probability of winning 2 out of the first 3 games is given by the Binomial term $C_3^2 p^2 (1-p)^{3-2}$: The 4th game is won by Player A with probability $p = \frac{2}{3}$. By independence of trials:
-
Overall Probability of Player A winning the match: Player A can win the match in 3, 4, or 5 games. These scenarios are mutually exclusive:
- Win in 3 games: A wins 3 straight games.
- Win in 4 games: $P_4 = \frac{8}{27}$ (from part 1).
- Win in 5 games: A wins 2 of the first 4 games, and then wins the 5th game. Total probability that Player A wins:
Example 2: Target Shooting System Reliability
Problem: Three shooters $S_1, S_2, S_3$ independently fire one shot at a target. Their hit probabilities are $p_1 = 0.8$, $p_2 = 0.7$, and $p_3 = 0.6$ respectively.
- Find the probability that the target is hit at least once.
- Find the probability that exactly two shooters hit the target.
Detailed Solution:
-
Target hit at least once: The target is hit at least once if not all shooters miss. The complement event is "all three shooters miss". $P(\overline{S_1}) = 1 - 0.8 = 0.2$, $P(\overline{S_2}) = 1 - 0.7 = 0.3$, $P(\overline{S_3}) = 1 - 0.6 = 0.4$. By independence: Thus, the probability of at least one hit is:
-
Exactly two shooters hit: "Exactly two hit" consists of three mutually exclusive events:
- $E_1$: $S_1, S_2$ hit, $S_3$ misses $\implies P(E_1) = 0.8 \times 0.7 \times 0.4 = 0.224$
- $E_2$: $S_1, S_3$ hit, $S_2$ misses $\implies P(E_2) = 0.8 \times 0.3 \times 0.6 = 0.144$
- $E_3$: $S_2, S_3$ hit, $S_1$ misses $\implies P(E_3) = 0.2 \times 0.7 \times 0.6 = 0.084$ Summing these probabilities:
Two independent events A and B have probabilities P(A) = 0.6 and P(B) = 0.5. What is the probability that at least one of A or B occurs?
A coin is biased such that heads appears with probability p = 2/3. If the coin is flipped 4 times independently, what is the probability of getting exactly 3 heads?
A communication link consists of three parallel components, each operating independently with reliability p = 0.7. What is the probability that the communication link functions successfully?