Answer:
a) 0.3921 = 39.21% probability that fewer than 14 of them have had a physical examination in the past two years.
b) 0.107 = 10.7% probability that at least 17 of them have had a physical examination in the past two years.
Step-by-step explanation:
For each women, there are only two possible outcomes. Either they visit their doctors for a physical examination at least once in two years, or they do not. The probability of a woman visiting their doctor at least once in this period is independent of any other women. This means that 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://tex.z-dn.net/?f=P%28X%20%3D%20x%29%20%3D%20C_%7Bn%2Cx%7D.p%5E%7Bx%7D.%281-p%29%5E%7Bn-x%7D)
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} = \frac{n!}{x!(n-x)!}](https://tex.z-dn.net/?f=C_%7Bn%2Cx%7D%20%3D%20%5Cfrac%7Bn%21%7D%7Bx%21%28n-x%29%21%7D)
And p is the probability of X happening.
70% of adult women visit their doctors for a physical examination at least once in two years.
This means that ![p = 0.7](https://tex.z-dn.net/?f=p%20%3D%200.7)
20 adult women
This means that ![n = 20](https://tex.z-dn.net/?f=n%20%3D%2020)
(a) Fewer than 14 of them have had a physical examination in the past two years.
This is:
![P(X < 14) = 1 - P(X \geq 14)](https://tex.z-dn.net/?f=P%28X%20%3C%2014%29%20%3D%201%20-%20P%28X%20%5Cgeq%2014%29)
In which
![P(X \geq 14) = P(X = 14) + P(X = 15) + P(X = 16) + P(X = 17) + P(X = 18) + P(X = 19) + P(X = 20)](https://tex.z-dn.net/?f=P%28X%20%5Cgeq%2014%29%20%3D%20P%28X%20%3D%2014%29%20%2B%20P%28X%20%3D%2015%29%20%2B%20P%28X%20%3D%2016%29%20%2B%20P%28X%20%3D%2017%29%20%2B%20P%28X%20%3D%2018%29%20%2B%20P%28X%20%3D%2019%29%20%2B%20P%28X%20%3D%2020%29)
![P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}](https://tex.z-dn.net/?f=P%28X%20%3D%20x%29%20%3D%20C_%7Bn%2Cx%7D.p%5E%7Bx%7D.%281-p%29%5E%7Bn-x%7D)
![P(X = 14) = C_{20,14}.(0.7)^{14}.(0.3)^{6} = 0.1916](https://tex.z-dn.net/?f=P%28X%20%3D%2014%29%20%3D%20C_%7B20%2C14%7D.%280.7%29%5E%7B14%7D.%280.3%29%5E%7B6%7D%20%3D%200.1916)
![P(X = 15) = C_{20,15}.(0.7)^{15}.(0.3)^{5} = 0.1789](https://tex.z-dn.net/?f=P%28X%20%3D%2015%29%20%3D%20C_%7B20%2C15%7D.%280.7%29%5E%7B15%7D.%280.3%29%5E%7B5%7D%20%3D%200.1789)
![P(X = 16) = C_{20,16}.(0.7)^{16}.(0.3)^{4} = 0.1304](https://tex.z-dn.net/?f=P%28X%20%3D%2016%29%20%3D%20C_%7B20%2C16%7D.%280.7%29%5E%7B16%7D.%280.3%29%5E%7B4%7D%20%3D%200.1304)
![P(X = 17) = C_{20,14}.(0.7)^{17}.(0.3)^{3} = 0.0716](https://tex.z-dn.net/?f=P%28X%20%3D%2017%29%20%3D%20C_%7B20%2C14%7D.%280.7%29%5E%7B17%7D.%280.3%29%5E%7B3%7D%20%3D%200.0716)
![P(X = 18) = C_{20,18}.(0.7)^{18}.(0.3)^{2} = 0.0278](https://tex.z-dn.net/?f=P%28X%20%3D%2018%29%20%3D%20C_%7B20%2C18%7D.%280.7%29%5E%7B18%7D.%280.3%29%5E%7B2%7D%20%3D%200.0278)
![P(X = 19) = C_{20,19}.(0.7)^{19}.(0.3)^{1} = 0.0068](https://tex.z-dn.net/?f=P%28X%20%3D%2019%29%20%3D%20C_%7B20%2C19%7D.%280.7%29%5E%7B19%7D.%280.3%29%5E%7B1%7D%20%3D%200.0068)
![P(X = 20) = C_{20,20}.(0.7)^{20}.(0.3)^{0} = 0.0008](https://tex.z-dn.net/?f=P%28X%20%3D%2020%29%20%3D%20C_%7B20%2C20%7D.%280.7%29%5E%7B20%7D.%280.3%29%5E%7B0%7D%20%3D%200.0008)
So
![P(X \geq 14) = P(X = 14) + P(X = 15) + P(X = 16) + P(X = 17) + P(X = 18) + P(X = 19) + P(X = 20) = 0.1916 + 0.1789 + 0.1304 + 0.0716 + 0.0278 + 0.0068 + 0.0008 = 0.6079](https://tex.z-dn.net/?f=P%28X%20%5Cgeq%2014%29%20%3D%20P%28X%20%3D%2014%29%20%2B%20P%28X%20%3D%2015%29%20%2B%20P%28X%20%3D%2016%29%20%2B%20P%28X%20%3D%2017%29%20%2B%20P%28X%20%3D%2018%29%20%2B%20P%28X%20%3D%2019%29%20%2B%20P%28X%20%3D%2020%29%20%3D%200.1916%20%2B%200.1789%20%2B%200.1304%20%2B%200.0716%20%2B%200.0278%20%2B%200.0068%20%2B%200.0008%20%3D%200.6079)
![P(X < 14) = 1 - P(X \geq 14) = 1 - 0.6079 = 0.3921](https://tex.z-dn.net/?f=P%28X%20%3C%2014%29%20%3D%201%20-%20P%28X%20%5Cgeq%2014%29%20%3D%201%20-%200.6079%20%3D%200.3921)
0.3921 = 39.21% probability that fewer than 14 of them have had a physical examination in the past two years.
(b) At least 17 of them have had a physical examination in the past two years
![P(X \geq 17) = P(X = 17) + P(X = 18) + P(X = 19) + P(X = 20)](https://tex.z-dn.net/?f=P%28X%20%5Cgeq%2017%29%20%3D%20P%28X%20%3D%2017%29%20%2B%20P%28X%20%3D%2018%29%20%2B%20P%28X%20%3D%2019%29%20%2B%20P%28X%20%3D%2020%29)
From the values found in item (a).
![P(X \geq 17) = P(X = 17) + P(X = 18) + P(X = 19) + P(X = 20) = 0.0716 + 0.0278 + 0.0068 + 0.0008 = 0.107](https://tex.z-dn.net/?f=P%28X%20%5Cgeq%2017%29%20%3D%20P%28X%20%3D%2017%29%20%2B%20P%28X%20%3D%2018%29%20%2B%20P%28X%20%3D%2019%29%20%2B%20P%28X%20%3D%2020%29%20%3D%200.0716%20%2B%200.0278%20%2B%200.0068%20%2B%200.0008%20%3D%200.107)
0.107 = 10.7% probability that at least 17 of them have had a physical examination in the past two years.