Concept:
• This is a case of independent trials following a Binomial distribution, where $n=3$.
• Probability of success $P(S) = p = 0.9$.
• Probability of failure $P(F) = q = 1 - p = 0.1$.
• The probability of exactly $k$ successes is given by $P(X=k) = \binom{n}{k} p^k q^{n-k}$.
Step 1: Identify the parameters
Number of patients (trials), $n = 3$.
Success rate, $p = 90\% = 0.9$.
Failure rate, $q = 1 - 0.9 = 0.1$.
Step 2: Set up the formula for exactly one success
We want to find $P(X=1)$:
\[ P(X=1) = \binom{3}{1} (p)^1 (q)^{3-1} \]
Step 3: Calculate the numerical value
\[ P(X=1) = 3 \times (0.9) \times (0.1)^2 \]
\[ P(X=1) = 3 \times 0.9 \times 0.01 \]
\[ P(X=1) = 0.027 \]