SOLUTION: You buy 5 seeds with a guarantee that 80% of all seeds will bud. Assuming that the guarantee is indeed correct: 1. What is the probability no seed will grow into a plant? 2. Wh

Algebra.Com
Question 1047111: You buy 5 seeds with a guarantee that 80% of all seeds will bud. Assuming that the guarantee is indeed correct:
1. What is the probability no seed will grow into a plant?
2. What is the probability all seeds will grow into plants?
3. What is the probability that exactly one seed grows into a plant?

Found 2 solutions by stanbon, ewatrrr:
Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
You buy 5 seeds with a guarantee that 80% of all seeds will bud. Assuming that the guarantee is indeed correct:
1. What is the probability no seed will grow into a plant?
Ans: 0.2^5 = 0.0032
2. What is the probability all seeds will grow into plants?
Ans: 0.8^5 = 0.328
3. What is the probability that exactly one seed grows into a plant?
Ans: 5*0.8*0.02^4 = binompdf(5,0.8,1) = 0.0064
----------
Cheers,
Stan H.
-----------

Answer by ewatrrr(24785)   (Show Source): You can put this solution on YOUR website!

Hi
Recommend Using stattrek.com to check Your results
until You are familiar with Using Your Calculator.
1) One could also Use A Casio fx-115 ES plus 0r fx-991 ES plus.
In a similar fashion..: Mode: DIST(binomial PD).
2) TI syntax for P(x-value) is binompdf(n, p, x-value).
P = .80, N = 5
1 p(X = 0) = binompdf(5,.80,0) = .0003 0R .03%
2 P(X = 5) = binompdf(5,.80,5) = .3277 0R 32.77%
3 P(X = 1) = binompdf(5,.8,1) = .0064 0R .64%
RELATED QUESTIONS

A distributor of bean seeds determines from extensive tests that 5% of large batch of... (answered by reviewermath)
It is known that 66% of all planted seeds germinates. What is the probability that after... (answered by Boreal)
Two flower seeds are randomly selected from a package that contains 7 seeds for red... (answered by ewatrrr)
Two flower seeds are randomly selected from a package that contains 8 seeds for red... (answered by stanbon)
Please assist. I'm trying to solve this probability problem from a WebAssign homework... (answered by stanbon)
The probalility that a tomato seed will germinate is 60%. A gardener plants in batches of (answered by Greenfinch)
A biologist is studying a new hybrid tomato. It is known that the seeds of this hybrid... (answered by Fombitz)
Two flower seeds are randomly selected from a package that contains five seeds for res... (answered by Fombitz)
The manufacturer of a fertilizer guarantees that, with the aid of the fertilizer, 65% of... (answered by Boreal)