Answer:
Explanation:
This problem involves a binomial distribution where the probability of success (passing on the first attempt) is 0.65, and the probability of failure (not passing on the first attempt) is 0.35. We want to find the probability that less than 3 out of 5 people pass on their first attempt.
We can use the binomial probability formula to calculate this:
P(X < 3) = P(X = 0) + P(X = 1) + P(X = 2)
Where X is the number of people who pass on their first attempt.
P(X = 0) = (5 choose 0) * 0.65^0 * 0.35^5 = 0.0024
P(X = 1) = (5 choose 1) * 0.65^1 * 0.35^4 = 0.0289
P(X = 2) = (5 choose 2) * 0.65^2 * 0.35^3 = 0.1323
So,
P(X < 3) = 0.0024 + 0.0289 + 0.1323 = 0.1636
Therefore, the probability that less than 3 out of 5 people pass their driver's tests on the first attempt is approximately 0.164, rounded to three decimal places.