To find the probability that more than 40% of the sampled teenagers own a smartphone, we can use the normal approximation to the binomial distribution. We will convert the sample proportion to a z-score and then use the standard normal distribution to find the probability.
Step 1: Identify Parameters
- Population proportion (\( p \)) = 0.37
- Sample size (\( n \)) = 101
- Sample proportion threshold = 0.40
Step 2: Calculate the Mean and Standard Deviation of the Sampling Distribution
We already calculated these in previous steps:
- Mean \( \mu_{p} = 0.37 \)
- Standard deviation \( \sigma_{p} \approx 0.0480 \)
Step 3: Calculate the Z-Score
To calculate the z-score for the proportion of 0.40:
\[
z = \frac{p' - \mu_{p}}{\sigma_{p}}
\]
Where:
- \( p' = 0.40 \)
- \( \mu_{p} = 0.37 \)
- \( \sigma_{p} \approx 0.0480 \)
Substituting the values:
\[
z = \frac{0.40 - 0.37}{0.0480} \approx \frac{0.03}{0.0480} \approx 0.625
\]
Step 4: Find the Probability
Next, we need to find the probability that corresponds to a z-score of 0.625. You can use a standard normal distribution table or a calculator.
Using a z-table or calculator, you can find that:
\[
P(Z < 0.625) \approx 0.7357
\]
However, since we want the probability that more than 40% own a smartphone, we need:
\[
P(Z > 0.625) = 1 - P(Z < 0.625) = 1 - 0.7357 \approx 0.2643
\]
Final Answer
Thus, the probability that more than 40% of the sampled teenagers own a smartphone is:
\[
P(p' > 0.40) \approx 0.2643
\]
(rounded to four decimal places).