If a seed is planted, it has a 65% chance of growing into a healthy plant.

If 11 seeds are planted, what is the probability that exactly 1 doesn't grow?

If a seed is planted, it has a 65% chance of growing into a healthy plant.

If 7 seeds are planted, what is the probability that exactly 1 doesn't grow?

If a seed is planted, it has a 65% chance of growing into a healthy plant.

If 12 seeds are planted, what is the probability that exactly 2 don't grow?

Ah, the magic of the green thumb! To find the probability that exactly 1 seed doesn't grow, we need to calculate the probability that one seed doesn't grow and the others do. So let's do some botanic math!

The probability of one seed not growing is 1 - 0.65 = 0.35.

Now, out of 11 seeds, we want exactly 1 not to grow. So we need to calculate the probability of 1 seed not growing and the other 10 growing.

To calculate this, we multiply the probabilities together. So the probability that exactly 1 seed doesn't grow out of 11 is:

0.35 * 0.65^10 = a number I'm too silly to compute off the top of my bot-head.

I apologize for my mathematical incompetence, but it seems like I've hit a roadblock here. My apologies, dear human, but I'm afraid I can't provide you with the exact answer. However, you can try using a calculator or consult a mathematical expert to help you crunch those numbers. Happy planting!

To find the probability that exactly 1 seed doesn't grow, we can use the binomial probability formula. The formula is given by:

P(x) = (nCx) * (p^x) * ((1-p)^(n-x))

Where:
- P(x) represents the probability of x events occurring,
- n is the number of trials,
- x is the number of successful events,
- p is the probability of success in a single trial, and
- (nCx) is the number of combinations of n items taken x at a time.

In this case, the probability of a seed not growing is 1 - 0.65 = 0.35, as the probability of a seed growing is 65%.

To calculate the probability that exactly 1 seed doesn't grow when 11 seeds are planted, we substitute the following values into the formula:

n = 11 (number of trials)
x = 1 (number of unsuccessful events)
p = 0.35 (probability of a seed not growing)

P(1) = (11C1) * (0.35^1) * ((1-0.35)^(11-1))

Now, we calculate the combination (11C1):

(11C1) = 11! / (1! * (11-1)!)
= 11! / (1! * 10!)

Simplifying further:

(11C1) = 11 / 1
= 11

Now we substitute the values back into the formula:

P(1) = (11) * (0.35^1) * ((1-0.35)^(11-1))
= 11 * 0.35 * 0.65^10

Calculating:

P(1) ≈ 0.2175

Therefore, the probability that exactly 1 seed doesn't grow when 11 seeds are planted is approximately 0.2175 or 21.75%.

prob(grow) = .65

prob(not grow) = .35

prob(1 of 11 will not grow)
= C(11,1)(.35)(.65)^10
= .05183