Answer:
please add the picture for us to see.
Step-by-step explanation:
Answer:
59
Step-by-step explanation:
As far as I know every triangle has to equal 180°
So if you add 98+23 you would get 121
subtract that from 180 and get 59
Hope this helps!
Answer:
The minimum sample size is 
Step-by-step explanation:
From the question we are told that
The confidence interval is 
The margin of error is 
Generally the sample proportion can be mathematically evaluated as



Given that the confidence level is 98% then the level of significance can be mathematically evaluated as



Next we obtain the critical value of
from the normal distribution table
The value is

Generally the minimum sample size is evaluated as
![n =[ \frac { Z_{\frac{\alpha }{2} }}{E} ]^2 * \r p (1- \r p )](https://tex.z-dn.net/?f=n%20%20%3D%5B%20%5Cfrac%20%7B%20Z_%7B%5Cfrac%7B%5Calpha%20%7D%7B2%7D%20%7D%7D%7BE%7D%20%5D%5E2%20%2A%20%20%5Cr%20p%20%281-%20%5Cr%20p%20%29)
![n =[ \frac { 2.33}{0.1} ]^2 * 0.475(1- 0.475 )](https://tex.z-dn.net/?f=n%20%20%3D%5B%20%5Cfrac%20%7B%202.33%7D%7B0.1%7D%20%5D%5E2%20%2A%20%200.475%281-%200.475%20%29)

Solve what is in the parenthesis first. Then multiply that by 2 then divide that by 3 then multiply that by 2. know your order of operations.
Answer:
0.620
Step-by-step explanation:
We know that 1 feet = 12 inches, so, 5 feet is equivalent to 60 inches. Then, we are looking for the probability that a typical female from this population is between 60 inches and 67 inches. We know that
= 65.7 inches and
= 3.2 inches
and the normal density function for this mean and standard deviation is
![\frac{1}{\sqrt{2\pi } 3.2}exp[-\frac{(x-65.7)^{2}}{2(3.2)^{2}} ]](https://tex.z-dn.net/?f=%5Cfrac%7B1%7D%7B%5Csqrt%7B2%5Cpi%20%7D%203.2%7Dexp%5B-%5Cfrac%7B%28x-65.7%29%5E%7B2%7D%7D%7B2%283.2%29%5E%7B2%7D%7D%20%5D%20)
The probability we are looking for is given by
![\int\limits^{67}_{60} {\frac{1}{\sqrt{2\pi } 3.2}exp[-\frac{(x-65.7)^{2}}{2(3.2)^{2}} ] } \, dx =0.620](https://tex.z-dn.net/?f=%5Cint%5Climits%5E%7B67%7D_%7B60%7D%20%7B%5Cfrac%7B1%7D%7B%5Csqrt%7B2%5Cpi%20%7D%203.2%7Dexp%5B-%5Cfrac%7B%28x-65.7%29%5E%7B2%7D%7D%7B2%283.2%29%5E%7B2%7D%7D%20%5D%20%7D%20%5C%2C%20dx%20%3D0.620)
You can use a computer to calculate this integral. You can use the following instruction in the R statistical programming language
pnorm(67, 65.7, 3.2)-pnorm(60, 65.7, 3.2)