* The probability of a successful assembly of a product in a manufacturing process is 0.8.
i) What is the probability that the first successful assembly requires exactly four trials?
Probability of a success is 0.8
Probability of a failure is 1 - 0.8 = 0.2
P(failure 1st AND failure 2nd AND failure 3rd AND success 4th) =
P(failure 1st)*P(failure 2nd)*P(failure 3rd)*P(success 4th) =
ii) What is the probability that the first successful assembly requires at least four trials?
The probability that the first successful attempt will be the nth trial is
That is the nth term of an infinite geometric series with first term
and common ratio r = 0.8.
That sum is given by




iii) What is the probability that the first successful assembly requires at most four trials?
The probability that the first successful attempt will be the nth trial is
So
The probability that the first successful attempt will be the 1st trial is
The probability that the first successful attempt will be the 2nd trial is
The probability that the first successful attempt will be the 3rd trial is
The probability that the first successful attempt will be the 4th trial is
The required probability is the sum of those
0.2 + 0.16 + 0.128 + 0.1024 = 0.5904
iv) What assumptions did you make, if any, to solve this problem?
The assumption that the trials are independent, that is, the assumption
that previous successful or failing trials do not affect the probability
of present or future trials being successful or failing.
Edwin