Difficulty: Easy
Correct Answer: (1 - p)^3 + 3 p (1 - p)^2
Explanation:
Introduction / Context:
In digital communications, bit errors on a memoryless channel are often modeled as independent Bernoulli events with error probability p. For small frames or blocks, exact probabilities for events like “at most one error” are calculated with the binomial distribution, guiding the design of coding and error detection.
Given Data / Assumptions:
Concept / Approach:
Use the binomial distribution: P(X = k) = C(n, k) p^k (1 − p)^(n − k). Then sum for k = 0 and k = 1 to get “at most one error”.
Step-by-Step Solution:
Verification / Alternative check:
Complement method: P(X ≥ 2) = P(2) + P(3) = 3 p^2 (1 − p) + p^3. Then 1 − P(X ≥ 2) = 1 − [3 p^2 (1 − p) + p^3] simplifies to (1 − p)^3 + 3 p (1 − p)^2, confirming the result.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
(1 - p)^3 + 3 p (1 - p)^2
Discussion & Comments