To find the probability that more than 38% of the people in a sample of 80 adults have high blood pressure (where the population proportion \( p = 0.3 \)), we can use the normal approximation to the binomial distribution.
-
Identify Parameters:
- Sample size \( n = 80 \)
- Population proportion \( p = 0.3 \)
- Sample proportion \( \hat{p} = 0.38 \)
-
Calculate the mean and standard deviation of the sampling distribution:
- Mean \( \mu = n \cdot p = 80 \cdot 0.3 = 24 \text{ adults} \)
- Standard deviation \( \sigma = \sqrt{n \cdot p \cdot (1 - p)} = \sqrt{80 \cdot 0.3 \cdot 0.7} \)
Let's compute that:
\[ \sigma = \sqrt{80 \cdot 0.3 \cdot 0.7} = \sqrt{80 \cdot 0.21} = \sqrt{16.8} \approx 4.099 \]
-
Convert the sample proportion to a count: The proportion of 38% for a sample of 80 corresponds to: \[ x = 0.38 \cdot 80 = 30.4 \] Since we cannot have a fraction of an adult, we round up to 31.
-
Use continuity correction: To find the probability that more than 38% of the sample has high blood pressure, we look for: \[ P(X > 30) \] Using continuity correction, we actually want: \[ P(X \geq 31) \approx P(X > 30.5) \]
-
Standardize: We calculate the z-score using: \[ z = \frac{x - \mu}{\sigma} = \frac{30.5 - 24}{4.099} \approx \frac{6.5}{4.099} \approx 1.586 \]
-
Find the probability: We'll use the standard normal table (or the calculator) to find: \[ P(Z > 1.586) \] You can use your TI-84 calculator with the command:
1 - normalcdf(-1E99, 1.586)
This will give you the probability \( P(Z < 1.586) \). Subtract that from 1 to find \( P(Z > 1.586) \).
Calculation on TI-84
- Press 2nd then VARS to get to the DISTR menu.
- Choose 2:normalcdf(.
- Enter the values:
normalcdf(-1E99, 1.586)
.
Let’s say the normalcdf function gives us the probability of being below the calculated z-score \( P(Z < 1.586) \). For our purposes, assuming you do this calculation, you would retrieve a value.
Let’s assume the result is approximately: \[ P(Z < 1.586) \approx 0.9418 \Rightarrow P(Z > 1.586) \approx 1 - 0.9418 = 0.0582 \]
Therefore, the final probability that more than 38% of the sample of 80 adults have high blood pressure is approximately: \[ \boxed{0.0582} \]