solution
From the binomial distribution;
P(X=r)= nCr∗pr(1−p)n−r Where p is the probability of success, n is the number of trials and r, the number of successes in the trials
Let the Probability of getting underweight chips be be P:
p=5% The probability that atmost 2 are underweight is the probability of getting 0, 1 or 2 underweight chips.
p(X≤2)=p(X=0) + p(X=1) + p(X=2)
P( X = 0):
P(X=0)= 20C0∗0.050(1−0.05)20−0=0.3585
P(X = 1):
P(X=1)= 20C1∗0.051(1−0.05)20−1=0.3775
P(X = 2):
P(X=2)= 20C2∗0.052(1−0.05)20−2=0.1887 Therefore P( X ≤ 2):
0.3585+0.3775+0.1887=0.9245
answer: the probability of getting at most 2 underweight chips is 0.9245
Comments