Answer:
99.1% probability that at most 8 of the calls involve a fax message
Explanation:
For each call, there are only two possible outcomes. Either it is a fax message, or it is not. The probability of a call being a fax message is independent from other calls. So we use the binomial probability distribution to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
![P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)](https://img.qammunity.org/2021/formulas/mathematics/college/mj488d1yx012m85w10rpw59rwq0s5qv1dq.png)
In which
is the number of different combinations of x objects from a set of n elements, given by the following formula.
![C_(n,x) = (n!)/(x!(n-x)!)](https://img.qammunity.org/2021/formulas/mathematics/college/qaowm9lzn4vyb0kbgc2ooqh7fbldb6dkwq.png)
And p is the probability of X happening.
Suppose that 20% of the incoming calls involve fax messages, and consider a sample of 20 incoming calls
This means that
![p = 0.2, n = 20](https://img.qammunity.org/2021/formulas/mathematics/college/w0nva50erwuuleq4kzv35jdjd5wvg06fb6.png)
(a) What is the probability that at most 8 of the calls involve a fax message
![P(X \leq 8) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8)](https://img.qammunity.org/2021/formulas/mathematics/college/tho52t2pqeopxya1qaii77kxp2ssq9qgfd.png)
![P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)](https://img.qammunity.org/2021/formulas/mathematics/college/mj488d1yx012m85w10rpw59rwq0s5qv1dq.png)
![P(X = 0) = C_(20,0).(0.2)^(0).(0.8)^(20) = 0.012](https://img.qammunity.org/2021/formulas/mathematics/college/7n3renkfcz8d8qkt9zm4nt4qzhnntvaqg7.png)
![P(X = 1) = C_(20,1).(0.2)^(1).(0.8)^(19) = 0.058](https://img.qammunity.org/2021/formulas/mathematics/college/zv9ecl0b54khlur9i4y7li8m8a27g6wk77.png)
![P(X = 2) = C_(20,2).(0.2)^(2).(0.8)^(18) = 0.137](https://img.qammunity.org/2021/formulas/mathematics/college/7y3bfk47rrf0y5qrep2vjepsf9h5pjdeft.png)
![P(X = 3) = C_(20,3).(0.2)^(3).(0.8)^(17) = 0.205](https://img.qammunity.org/2021/formulas/mathematics/college/qonqfvh52s6cx8500orl5mjmuzw8llnqgu.png)
![P(X = 4) = C_(20,4).(0.2)^(4).(0.8)^(16) = 0.218](https://img.qammunity.org/2021/formulas/mathematics/college/6r6aorxvl12y1x1w1u512ojof679cna2li.png)
![P(X = 5) = C_(20,0).(0.2)^(5).(0.8)^(15) = 0.175](https://img.qammunity.org/2021/formulas/mathematics/college/2can5ffn9ti27kuq63tf5m5en2iqalvurt.png)
![P(X = 6) = C_(20,6).(0.2)^(6).(0.8)^(14) = 0.109](https://img.qammunity.org/2021/formulas/mathematics/college/gc5zpb1ys3ls8udqslmyphw2ualyfjk0j0.png)
![P(X = 7) = C_(20,7).(0.2)^(7).(0.8)^(13) = 0.055](https://img.qammunity.org/2021/formulas/mathematics/college/znbg2tko4rfptq4nkbtc2mpvbj1cl4xdb5.png)
![P(X = 8) = C_(20,8).(0.2)^(8).(0.8)^(12) = 0.022](https://img.qammunity.org/2021/formulas/mathematics/college/21c9aulr8s8nzo3wxcdk30lxszql8h7oob.png)
![P(X \leq 8) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8) = 0.012 + 0.058 + 0.137 + 0.205 + 0.218 + 0.175 + 0.109 + 0.055 + 0.022 = 0.991](https://img.qammunity.org/2021/formulas/mathematics/college/6czlz5oj2vulojgckvjdksc3lr3y46q02l.png)
99.1% probability that at most 8 of the calls involve a fax message