Final answer:
To find the probability of having 1 success out of 10 trials with a probability of success of 0.25, use the binomial probability formula. The probability is approximately 20.51%. To find the probability of having at least 2 successes in 10 trials, sum the probabilities of having 2, 3, 4, ..., or 10 successes. The probability is approximately 5.94%.
Step-by-step explanation:
This is a geometric problem because you may have a number of failures before you have the one success you desire. To find the probability that the driller drills at 10 locations and has 1 success, we can use the binomial probability formula:
P(X=k) = C(n,k) * p^k * (1-p)^(n-k),
where X is the number of successes, n is the number of trials, k is the specific number of successes we want, and p is the probability of success.
In this case, we want to find the probability of having 1 success out of 10 trials, with a probability of success of 0.25:
P(X=1) = C(10,1) * 0.25^1 * (1-0.25)^(10-1)
P(X=1) = 10 * 0.25 * 0.75^9
P(X=1) = 0.20508, or approximately 20.51%.
To find the probability that the driller drills at 10 locations and has at least 2 successes, we need to find the sum of the probabilities of having 2, 3, 4, ..., or 10 successes:
P(X>=2) = P(X=2) + P(X=3) + ... + P(X=10)
P(X>=2) = C(10,2) * 0.25^2 * 0.75^8 + C(10,3) * 0.25^3 * 0.75^7 + ... + C(10,10) * 0.25^10 * 0.75^0
P(X>=2) ≈ 0.05936, or approximately 5.94%.