1.5k views
18 votes
Ford and GM pick up trucks are being tested for fuel efficiency, which is commonly measured in miles per gallon (mpg). The fuel efficiency of Ford trucks is found to follow a normal distribution with mean 20 mpg and a standard deviation of 3 mpg. The fuel efficiency of GM trucks is found to follow a normal distribution with mean 24 mpg and standard deviation of 4 mpg. Compute the probability that a randomly chosen Ford truck outperforms a randomly chosen GM truck in terms of fuel efficiency

User MrGigu
by
6.0k points

1 Answer

6 votes

Answer:

0.7881 = 78.81% probability that a randomly chosen Ford truck outperforms a randomly chosen GM truck in terms of fuel efficiency

Explanation:

When the distribution is normal, we use 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.

Subtraction of normal variables:

When we subtract normal variables, the mean is the subtraction of the means, and the standard deviation is the square root of the sum of the variances.

The fuel efficiency of Ford trucks is found to follow a normal distribution with mean 20 mpg and a standard deviation of 3 mpg.

This means that
\mu_(F) = 20, \sigma_(F) = 3

The fuel efficiency of GM trucks is found to follow a normal distribution with mean 24 mpg and standard deviation of 4 mpg.

This means that
\mu_(G) = 24, \sigma_(G) = 4

Compute the probability that a randomly chosen Ford truck outperforms a randomly chosen GM truck in terms of fuel efficiency

This is the probability that the subtraction of ford by gm is less than 0. First, we find the mean and the standard deviation.


\mu = \mu_(F) - \mu_(G) = 20 - 24 = -4


\sigma = \sqrt{\sigma_(F)^2+\sigma_(G)^2} = √(3^2+4^2) = 5

This probability is the pvalue of Z when X = 0. So


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


Z = (0 - (-4))/(5)


Z = 0.8


Z = 0.8 has a pvalue of 0.7881

0.7881 = 78.81% probability that a randomly chosen Ford truck outperforms a randomly chosen GM truck in terms of fuel efficiency

User Kand
by
5.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.