To find the probability that the sample mean rent of 86 one-bedroom apartments is greater than 2627, we can follow these steps:
-
Determine the sample mean (\( \mu \)) and standard deviation (\( \sigma \)):
- Given mean monthly rent (\( \mu \)) = 2557
- Given standard deviation (\( \sigma \)) = 486
-
Calculate the standard error of the mean (SEM): \[ \text{SEM} = \frac{\sigma}{\sqrt{n}} = \frac{486}{\sqrt{86}} \]
-
Perform the calculation: \[ \sqrt{86} \approx 9.2736 \quad \text{(Using a calculator)} \] \[ \text{SEM} = \frac{486}{9.2736} \approx 52.4 \]
-
Calculate the z-score for the sample mean rent of 2627: \[ z = \frac{\bar{x} - \mu}{\text{SEM}} = \frac{2627 - 2557}{52.4} \] \[ z = \frac{70}{52.4} \approx 1.335 \]
-
Use the TI-84 Plus calculator to find the probability:
- Press
2nd
thenVARS
to accessDISTR
. - Select
normalcdf(
, which calculates the probability. - Input the z-score and the appropriate bounds. Since we want the probability that the sample mean is greater than 2627, we actually will compute: \[ P(X > 2627) = 1 - P(X \leq 2627) \] This is equivalent to: \[ P(z > 1.335) = 1 - P(z \leq 1.335) \]
- Use the calculator function:
normalcdf(1.335, 1E99)
- The
1E99
is a very large number representing infinity.
- Press
-
Calculate the answer:
- You would get: \[ P(z > 1.335) \approx 1 - 0.9094 \approx 0.0906 \quad \text{(based on z-table or calculator)} \]
Thus, the probability that the sample mean rent is greater than 2627 is approximately \( \boxed{0.0906} \).