A sample of 125 is drawn from population with proportion equal to 0.065.determine the probability of observing :

A, 80 or fewer successes.

B, 82 or fewer successes.
C, 75 or more successes.

This problem involves the binomial distribution, which can be approximated by the normal distribution when n is sufficiently large and the success probability p is not too close to 0 or 1. In this case, n = 125 and p = 0.065, which satisfies these conditions. We can use the normal approximation to find the probabilities requested.

The mean of the binomial distribution is μ = np = 125 x 0.065 = 8.125, and the standard deviation is σ = sqrt(np(1-p)) = sqrt(125 x 0.065 x 0.935) = 2.343.

A. To find the probability of 80 or fewer successes, we need to calculate the z-score for 80:

z = (80 - 8.125) / 2.343 = 33.932

Since we are looking for the probability of a value less than or equal to 80, we need to find the area to the left of this z-score. Using a table or calculator, we find this probability to be almost 1 (i.e., P(z < 33.932) ≈ 1). Therefore, the probability of 80 or fewer successes is approximately 1.

B. To find the probability of 82 or fewer successes, we need to calculate the z-score for 82:

z = (82 - 8.125) / 2.343 = 34.985

Again, we need to find the area to the left of this z-score. This probability is also almost 1 (i.e., P(z < 34.985) ≈ 1), so the probability of 82 or fewer successes is also approximately 1.

C. To find the probability of 75 or more successes, we can either calculate the probability of 74 or fewer (and subtract it from 1), or we can use the z-score for 75:

z = (75 - 8.125) / 2.343 = 29.664

The area to the left of this z-score is almost 1 as well (i.e., P(z < 29.664) ≈ 1), so the probability of 75 or more successes is approximately 1.

In summary, we can approximate the probabilities as follows:

A. P(80 or fewer) ≈ 1
B. P(82 or fewer) ≈ 1
C. P(75 or more) ≈ 1

To determine the probabilities of observing a certain number of successes, we can use the binomial distribution formula. The formula is given by:

P(x) = C(n, x) * p^x * (1-p)^(n-x)

Where:
- P(x): Probability of observing x successes
- C(n, x): Number of combinations of n items taken x at a time
- p: Probability of success
- n: Total number of trials

In this case, we have:
- p = 0.065 (proportion of success in the population)
- n = 125 (sample size)

Now let's calculate the probabilities step-by-step:

A) Probability of observing 80 or fewer successes:
P(80 or fewer successes) = P(X ≤ 80)
= P(0 successes) + P(1 success) + P(2 successes) + ... + P(80 successes)

To calculate this, we can use a binomial calculator or a software, but if you want a step-by-step calculation, we can use the formula above and calculate for each number of successes:

P(0 success) = C(125, 0) * 0.065^0 * (1-0.065)^(125-0)
P(1 success) = C(125, 1) * 0.065^1 * (1-0.065)^(125-1)
P(2 successes) = C(125, 2) * 0.065^2 * (1-0.065)^(125-2)
...
P(80 successes) = C(125, 80) * 0.065^80 * (1-0.065)^(125-80)

Finally, add all these probabilities to get the final result.

B) Probability of observing 82 or fewer successes can be calculated similarly to part A.

C) Probability of observing 75 or more successes:
P(75 or more successes) = 1 - P(X ≤ 74)
Follow the steps as in part A to calculate P(X ≤ 74), then subtract the result from 1.

Please note that these calculations involve a large number of combinations and calculations, which can be time-consuming by hand. It is recommended to use software or calculators specifically designed for binomial distributions to get accurate results efficiently.