55.5k views
5 votes
A racing car consumes a mean of 86 gallons of gas per race with a standard deviation of 7 gallons. If 41 racing cars are randomly selected, what is the probability that the sample mean would differ from the population mean by more than 3.1 gallons? Round your answer to four decimal places.

User Wpdaniel
by
5.6k points

1 Answer

0 votes

Answer:

0.0046 = 0.46% probability that the sample mean would differ from the population mean by more than 3.1 gallons

Explanation:

To solve this question, we need to understand the normal probability distribution and the central limit theorem.

Normal probability distribution

Problems of normally distributed samples are solved using the z-score formula.

In a set with mean
\mu and standard deviation
\sigma, the zscore of a measure X is given by:


Z = (X - \mu)/(\sigma)

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

Central Limit Theorem

The Central Limit Theorem estabilishes that, for a normally distributed random variable X, with mean
\mu and standard deviation
\sigma, the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean
\mu and standard deviation
s = (\sigma)/(√(n)).

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

In this problem, we have that:


\mu = 86, \sigma = 7, n = 41, s = (7)/(√(41)) = 1.0932

If 41 racing cars are randomly selected, what is the probability that the sample mean would differ from the population mean by more than 3.1 gallons?

Less than 86 - 3.1 = 82.9 or more than 86 + 3.1 = 89.1. Since the normal distribution is symmetric, these probabilities are equal, which means that we can find one of them and multiply by 2.

Less than 82.9

pvalue of Z when X = 82.9. So


Z = (X - \mu)/(\sigma)

By the Central Limit Theorem


Z = (X - \mu)/(s)


Z = (82.9 - 86)/(1.0932)


Z = -2.84


Z = -2.84 has a pvalue of 0.0023

2*0.0023 = 0.0046

0.0046 = 0.46% probability that the sample mean would differ from the population mean by more than 3.1 gallons

User Cazgp
by
5.1k points