Question
Mathematics Question on Probability
The probability that a bulb produced by a factory will fuse after 150 days of use is 0.05. Find the probability that out of 5 such bulbs.
I. none
II. not more than one
III. more than one
IV. at least one
will fuse after 150 days of use.
Let X represent the number of bulbs that will fuse after 150 days of use in an experiment of 5 trials. The trials are Bernoulli trials.
It is given that, p = 0.05
∴q=1−p=1−0.05=0.95
X has a binomial distribution with n = 5 and p = 0.05
∴P(X=x)=nCxqn−xpx,wherex=1,2,...n
= 5CX(0.95)5−x.(0.05)x
(i) P (none) = P(X = 0)
= 5C0(0.95)5.(0.05)0
= 1∗(0.95)5
=(0.95)5
(ii) P (not more than one) = P(X ≤ 1)
= P(X=0)+P(X=1)
= 5C0(0.95)5∗(0.05)0+5C1(0.95)4∗(0.05)1
= 1∗(0.95)5∗(0.05)0+5C1(0.95)4∗(0.05)1
= 1∗(0.95)5+5∗(0.95)4∗(0.05)
= (0.95)5+(0.25)(0.95)4
= (0.95)^4[0.95+0.25]
=(0.95)^4*1.2
(iii) P (more than 1) = P(X > 1)
= 1−P(X≤1)
= 1-P(not more than 1)
= 1-(0.95)4∗1.2
(iv) P (at least one) = P(X ≥ 1)
= 1-P(X<1)
=1-P(X=0)
=1−5C0(0.95)5∗(0.05)0
=1−1∗(0.95)5
= 1−(0.95)5