Answer:
For this case we know this:
![n=37 , p=0.2](https://img.qammunity.org/2021/formulas/mathematics/college/4o459t4ydd9ajyuo7pa13wu577ekn2czyh.png)
We can find the standard error like this:
![SE = \sqrt{(\hat p (1-\hat p))/(n)}= \sqrt{(0.2*0.8)/(37)}= 0.0658](https://img.qammunity.org/2021/formulas/mathematics/college/f3s1wo95p578zn7cz64fz2awy8bhd665t0.png)
So then our random variable can be described as:
![p \sim N(0.2, 0.0658)](https://img.qammunity.org/2021/formulas/mathematics/college/cwha6p0eyq79s2v1td0gx5n5yiugwryxr2.png)
Let's suppose that the question on this case is find the probability that the population proportion would be higher than 0.4:
![P(p>0.4)](https://img.qammunity.org/2021/formulas/mathematics/college/978zt1a58kd6c3p97z8hscaf0yadickf9q.png)
We can use the z score given by:
![z = (p -\mu_p)/(SE_p)](https://img.qammunity.org/2021/formulas/mathematics/college/yzlisyv59qp1v3r6lz1gcla3ent2yly6e3.png)
And using this we got this:
![P(p>0.4) = 1-P(z< (0.4-0.2)/(0.0658)) = 1-P(z<3.04) = 0.0012](https://img.qammunity.org/2021/formulas/mathematics/college/65ct3sqmzm6eld3tbsadkn938kwmlkxtgn.png)
And we can find this probability using the Ti 84 on this way:
2nd> VARS> DISTR > normalcdf
And the code that we need to use for this case would be:
1-normalcdf(-1000, 3.04; 0;1)
Or equivalently we can use:
1-normalcdf(-1000, 0.4; 0.2;0.0658)
Explanation:
We need to check if we can use the normal approximation:
![np = 37 *0.2 = 7.4 \geq 5](https://img.qammunity.org/2021/formulas/mathematics/college/ydru4f5t3avz3h17k6vvsvoq12vyi4mky9.png)
![n(1-p) = 37*0.8 = 29.6\geq 5](https://img.qammunity.org/2021/formulas/mathematics/college/2xhiuovbd6gqq8sb4dz38enz38g402q336.png)
We assume independence on each event and a random sampling method so we can conclude that we can use the normal approximation and then ,the population proportion have the following distribution :
For this case we know this:
![n=37 , p=0.2](https://img.qammunity.org/2021/formulas/mathematics/college/4o459t4ydd9ajyuo7pa13wu577ekn2czyh.png)
We can find the standard error like this:
![SE = \sqrt{(\hat p (1-\hat p))/(n)}= \sqrt{(0.2*0.8)/(37)}= 0.0658](https://img.qammunity.org/2021/formulas/mathematics/college/f3s1wo95p578zn7cz64fz2awy8bhd665t0.png)
So then our random variable can be described as:
![p \sim N(0.2, 0.0658)](https://img.qammunity.org/2021/formulas/mathematics/college/cwha6p0eyq79s2v1td0gx5n5yiugwryxr2.png)
Let's suppose that the question on this case is find the probability that the population proportion would be higher than 0.4:
![P(p>0.4)](https://img.qammunity.org/2021/formulas/mathematics/college/978zt1a58kd6c3p97z8hscaf0yadickf9q.png)
We can use the z score given by:
![z = (p -\mu_p)/(SE_p)](https://img.qammunity.org/2021/formulas/mathematics/college/yzlisyv59qp1v3r6lz1gcla3ent2yly6e3.png)
And using this we got this:
![P(p>0.4) = 1-P(z< (0.4-0.2)/(0.0658)) = 1-P(z<3.04) = 0.0012](https://img.qammunity.org/2021/formulas/mathematics/college/65ct3sqmzm6eld3tbsadkn938kwmlkxtgn.png)
And we can find this probability using the Ti 84 on this way:
2nd> VARS> DISTR > normalcdf
And the code that we need to use for this case would be:
1-normalcdf(-1000, 3.04; 0;1)
Or equivalently we can use:
1-normalcdf(-1000, 0.4; 0.2;0.0658)