To find the probability that the sample mean commute distance is greater than 12 miles, we can use the Central Limit Theorem. According to the Central Limit Theorem, the sampling distribution of the sample mean will be approximately normally distributed if the sample size is sufficiently large (which it is in this case, n = 75).
Step 1: Determine the mean and standard error
The population mean (\( \mu \)) is 14 miles, and the population standard deviation (\( \sigma \)) is 9 miles.
The standard error of the mean (SEM) is calculated using the formula:
\[ \text{SEM} = \frac{\sigma}{\sqrt{n}} \]
where:
- \( \sigma = 9 \) miles
- \( n = 75 \)
Calculating the SEM:
\[ \text{SEM} = \frac{9}{\sqrt{75}} \approx \frac{9}{8.6603} \approx 1.0392 \text{ miles} \]
Step 2: Calculate the Z-score
Next, we compute the Z-score to standardize the sample mean of 12 miles. The Z-score is computed as:
\[ Z = \frac{\bar{x} - \mu}{\text{SEM}} \]
where:
- \( \bar{x} = 12 \) miles
- \( \mu = 14 \) miles
- \( \text{SEM} \approx 1.0392 \text{ miles} \)
Now substituting the values:
\[ Z = \frac{12 - 14}{1.0392} \approx \frac{-2}{1.0392} \approx -1.926 \]
Step 3: Find the probability
To find the probability that the sample mean is greater than 12 miles, we need to find the corresponding probability for \( Z > -1.926 \).
Using the standard normal distribution table (or a calculator), we first find the probability for \( Z < -1.926 \):
\[ P(Z < -1.926) \approx 0.027 \]
Therefore, the probability that the Z score is greater than -1.926 is:
\[ P(Z > -1.926) = 1 - P(Z < -1.926) \approx 1 - 0.027 = 0.973 \]
Thus, the probability that the sample mean commute distance is greater than 12 miles is approximately:
\[ \boxed{0.9730} \]
This value is rounded to four decimal places as requested.