X=number of computers crash in a day
Assume there are n number of computers
Distribution is,
X∽binomial(n,0.05) .
a)
P(X=3)=(3n)∗P3∗(1−P)(n−3)P(X=3)=(3n)∗0.053∗0.95(n−3)P(X=3)=120n(n−1)(n−2)∗0.95(n−3)
b)
P(X≤3)=∑i=03(in)∗Pi∗(1−P)(n−i)P(X≤3)=∑i=03(in)∗0.05i∗0.95(n−i)
c)
P(X≥3)=1−P(X≤2)P(X≥3)=1−∑i=02(in)∗Pi∗(1−P)(n−i)P(X≥3)=1−∑i=02(in)∗0.05i∗0.95(n−i)
d)
P(3<X<6)=∑i=45P(X=i)P(3<X<6)=∑i=45(in)∗Pi∗(1−P)(n−i)P(3<X<6)=(4n)∗0.054∗0.95(n−4)+(5n)∗0.055∗0.95(n−5)P(3<X<6)=480n(n−1)(n−2)(n−3)∗0.95(n−4)+2400n(n−1)(n−2)(n−3)(n−4)∗0.95(n−5)
Here number of computers should be give.By substituting that value those probabilities can be found.
Comments