The probability that a person who undergoes a certain operation will survive is 0.2. If 5 patients undergo similar operations, find the probability that exactly four will survive.
Show Hint
In binomial probability problems, always identify \( n \), \( p \), and \( r \) correctly before substituting into the formula.
Step 1: Identify the probability model.
This is a binomial distribution problem since there are a fixed number of trials and two outcomes (survive or not survive).
Step 2: Assign values.
Probability of survival \( p = 0.2 \),
Probability of not surviving \( q = 1 - 0.2 = 0.8 \),
Number of trials \( n = 5 \),
Required survivors \( r = 4 \).