To determine the probability \( P(X = k) \) for a binomial distribution, we can use the formula:
\[ P(X = k) = \binom{n}{k} p^k (1 - p)^{n - k} \]
Where:
- \( n \) = number of trials
- \( k \) = number of successes
- \( p \) = probability of success on each trial
- \( \binom{n}{k} \) = binomial coefficient, calculated as \( \frac{n!}{k!(n-k)!} \)
In this case, we have:
- \( n = 10 \)
- \( k = 5 \)
- \( p = 0.3 \)
Now let's calculate \( P(X = 5) \).
- Calculate the binomial coefficient \( \binom{10}{5} \):
\[ \binom{10}{5} = \frac{10!}{5!(10-5)!} = \frac{10!}{5!5!} = \frac{10 \times 9 \times 8 \times 7 \times 6}{5 \times 4 \times 3 \times 2 \times 1} = 252 \]
- Calculate \( p^5 \):
\[ p^5 = (0.3)^5 = 0.00243 \]
- Calculate \( (1 - p)^{n - k} \):
\[ (1 - p)^{n - k} = (0.7)^{5} = 0.16807 \]
- Combine all parts to find \( P(X = 5) \):
\[ P(X = 5) = \binom{10}{5} \cdot p^5 \cdot (1 - p)^{5} \]
\[ P(X = 5) = 252 \cdot 0.00243 \cdot 0.16807 \]
Now multiply these values:
\[ P(X = 5) \approx 252 \cdot 0.00243 \cdot 0.16807 \approx 0.091 \]
Thus, the probability \( P(5) \) rounded to at least three decimal places is:
\[ \boxed{0.091} \]