Two independent Binomial distributions.

139 Views Asked by At

im working on the following problem:


Problem 3.

The probability that a seed of a certain sort will become a plant is 0.8, while the probability that a seed from another sort will become a plant is 0.9.

a) If you sow 5 seeds of each sort (10 in total), what is the probability that all seeds will become plants? You can assume independence between plants. Why is this not a binomial situation?


The problem is a part of an assignment in course in mathematical statistics.

For me it seems pretty obvious that each plant should have its binomial distribution, and to find the probability that all the seeds of each sort becomes a plant is the product of the individual probabilities that all of sort 1 and sort 2 become plants due to indepence.

What makes me so confused is the last question, why this should not be a binomial situation.

1

There are 1 best solutions below

2
On

Binomial distribution means that you conduct a sequence of Bernoulli trials (i.e experiments with two possible outcomes) which all have the SAME probability of success. In your 10 trials, you have two different probabilities of success. But you are right with the probability: $P = 0.8^5 \cdot 0.9^5$.