Answer:
a) It can be approximated by the normal distribution
b) Attached
c) P(X>83)=0.1136
Step-by-step explanation:
The requirement to approximate the binomial distribution by a normal distribution is that both the products np and n(1-p) are greater than 10 for the sample size.
In this case, the sample size is n=100 and the probability of success is p=0.78.
We can verify the requirement as:
[tex]np=100\cdot 0.78=78\\\\n(1-p)=100\cdot0.22=22[/tex]
The requirement is satisfied, so the binomial can be approximated to a normal distribution.
The parameters of the normal distribution will be:
[tex]\mu=np=100\cdot0.78=78\\\\\sigma=\sqrt{np(1-p)}=\sqrt{100\cdot 0.78\cdot 0.22}=\sqrt{17.16}=4.14[/tex]
We can calculate the probability that the number of people who receive spam or unwanted messages is at least 83 using the z-score for X=83 and calculate the probability using the standard normal distribution:
[tex]z=\dfrac{X-\mu}{\sigma}=\dfrac{83-78}{4.14}=\dfrac{5}{4.14}=1.2077\\\\\\P(X>83)=P(z>1.2077)=0.1136[/tex]