To find the probability that the sample mean rent is greater than 2713, we will use the sampling distribution of the sample mean.
Given:
- Population mean \(\mu = 2643\)
- Population standard deviation \(\sigma = 502\)
- Sample size \(n = 102\)
First, we need to find the standard error (SE) of the sample mean:
\[ SE = \frac{\sigma}{\sqrt{n}} = \frac{502}{\sqrt{102}} \approx \frac{502}{10.0995} \approx 49.66 \]
Next, we can standardize the sample mean rent of 2713 into a z-score using the formula:
\[ z = \frac{\bar{x} - \mu}{SE} = \frac{2713 - 2643}{49.66} \approx \frac{70}{49.66} \approx 1.41 \]
Now, we will find the probability that the sample mean is greater than 2713, which corresponds to finding \(P(Z > 1.41)\).
Using a standard normal distribution table or calculator, we find the cumulative probability for \(z = 1.41\).
Using a TI-84 Plus calculator:
- Press
2nd
thenVARS
to access theDISTR
menu. - Select
normalcdf(
for cumulative probabilities. - Input
1.41, 1E99
where1E99
represents a very large number (practically, this approximates infinity).
The command should look like this:
\[ P(Z > 1.41) = 1 - P(Z < 1.41) \approx 1 - normalcdf(-1E99, 1.41) \]
You can also use:
\[ normalcdf(1.41, 1E99) \]
Performing these calculations gives:
\[ P(Z > 1.41) \approx 0.0793 \]
Thus, the probability that the sample mean rent is greater than 2713 is approximately 0.0793 when rounded to four decimal places.