Final answer:
The probability of getting exactly 9 successes in a binomial experiment with 12 trials and a success probability of 3/10 is found using the binomial probability formula. Substituting the values, the probability is calculated to be approximately 0.0002 or reported to four decimal places as 0.0002.
Step-by-step explanation:
To find the probability of exactly 9 successes (k = 9) in 12 trials (n = 12) of a binomial experiment with a success probability of 3/10 (p = 0.3), we use the binomial probability formula:
P(X = k) = (n choose k) * p^k * q^(n-k), where q is the probability of failure and equals 1 - p.
Plugging in the values, we get:
P(X = 9) = (12 choose 9) * (0.3)^9 * (0.7)^3
First, calculate (12 choose 9), which is the combination of 12 items taken 9 at a time. This equals 220. Now, raise 0.3 to the 9th power and 0.7 to the 3rd power, then multiply these with 220.
P(X = 9) ≈ 220 * (0.3)^9 * (0.7)^3 ≈ 0.0002
Therefore, the probability of getting exactly 9 successes is approximately 0.0002, or with four decimal places, 0.0002.