How Do You Calculate the Probability of Multiple Seeds Sprouting?

  • Thread starter Thread starter orchdork89
  • Start date Start date
  • Tags Tags
    Probability Stuck
AI Thread Summary
To calculate the probability of at least 5 out of 7 seeds sprouting, use the binomial distribution formula. The probability of a single seed sprouting is 3/4, while the probability of not sprouting is 1/4. The calculations involve finding the probabilities for exactly 5, 6, and 7 seeds sprouting, using combinations to account for different arrangements. The final result, after summing these probabilities, is approximately 0.7564. Understanding the binomial coefficient and independence of events is crucial for solving this problem effectively.
orchdork89
Messages
2
Reaction score
0
"The probability that a seed will sprout is 3/4. If 7 seeds are planted, find, to the nearest ten-thousandth, the probability that at least 5 will sprout."

The answer is .7564, but I don't know how to get there. I tried (3/4^5) + (3/4^6) + (3/4^7), but that doesn't work. Neither does (3/4*5) + (3/4*6) +(3/4*7)... am I overthinking the question, or is there a formula involved that I don't know?

Thanks!
 
Physics news on Phys.org
This is a binomial distribution problem.
You have n seeds. What is the probability that exactly k seeds will sprout?
Take into account that the specification of which will sprout and which don't is not important.
 
Now, remember that the events of whether a seed sprouts or not is independent of whether the other seeds sprouts.

Also, the probability that a single sprout EITHER sprouts OR not sprouts is obviously:
1=\frac{1}{4}+\frac{3}{4}
where 1/4 is the probability of non-sprouting, 3/4 the probability of sprouting.

Suppose we only have TWO seeds
Consider the following identity:
1=(\frac{1}{4}+\frac{3}{4})^{2}=\frac{1}{4}*\frac{1}{4}+2*\frac{1}{4}*\frac{3}{4}+\frac{3}{4}*\frac{3}{4}

Now, the first term, 1/4*1/4=1/16 is clearly the probability that neither of the two seeds sprouts, the second term, 2*1/4*3/4=6/16 must be the probability that only one of the seeds sprouts, whereas the last term, 3/4*3/4=9/16 is the probability that BOTH sprout.

Considering this, how could you set up a similar scheme for the probabilities for 7 seeds?
 
arildno, that sounds much more complicated than necessary!

Here's how I would do it:
What is the probability that all 7 will sprout? You should know enough to argue that, assuming the sprouting of one seed is independent of the others, you just multiply the probabilities: (3/4)(3/4)(3/4)(3/4)(3/4)(3/4)(3/4)= (3/4)7.
What is the probability that exactly 6 will sprout? Well, what is the probability that the first 6 sprout but the last doesn't. Again it is the individual probabilities multiplied together: (3/4)(3/4)(3/4)(3/4)(3/4)(3/4)(1/4)= (3/4)6. But we're not done: what about the first 5 sprout, the sixth doesn't, and the seventh does sprout? Since multiplication is commutative, that will be again exactly (3/4)6 and, in fact, for any of the 7!/(6!1!)= 7 different ways that could happen (Taking "S" to mean that seed sprouts and "N" to mean it doesn't, we ould have SSSSSSN, SSSSSNS, SSSSNSS, SSSNSSS, SSNSSSS, SNSSSSS, or NSSSSSS, 7 possible orders) it will be (3/4)[/sup]6[/sup](1/4) for each and so the probability exactly 6 seeds sprout is 7(3/4)[/sup]6[/sup](1/4).
What about 5 sprounting and 2 not? Hopefully, you can see now that the probability of a particular order but any order, is (3/4)5(1/4)2. Now how many different orders can we have where 5 sprout and 2 do not? How many different order for the letters SSSSSNN are there? This is where the "binomial coefficient comes in.

Once you have found the probability that exactly 7, exactly 6, and exactly 5 seed sprout, add them.
 
Why is 1=1^{7} a complicated identity?

Okay, I'll admit I have an unreasonable fondness for the expression..
 
arildno said:
Why is 1=1^{7} a complicated identity?

Okay, I'll admit I have an unreasonable fondness for the expression..

Well, now that you put it that way!:rolleyes: It did occur to me when I typed that that you might well consider what I did too complicated!
 
ummm... :bugeye: please take into account that I am 16 and stupid
 
Well, did you understand how we might find the probabilities of events in the case of two seeds?

For example, referring to my earlier post:
Of two seeds, what must be the probability that AT LEAST one seed sprouts?
 
this might help

by the binomial distribution

we have to consider the prob of either 5 or 6 or 7 sproutings

Thus

7C5 (3/4)^5 (1/4)^2 + 7C6 (3/4)^6 (1/4) + 7C7 (3/4)^7

C stands for combination (hope you understand the binomial notation)
Cheers
Sparsh
 

Similar threads

Back
Top