200k views
5 votes
Automobile repair costs continue to rise with the average cost now at $367 per repair.† Assume that the cost for an automobile repair is normally distributed with a standard deviation of $88.

A. What is the probability that the cost will be more than $450?
B. What is the probability that the cost will be less than $250?
C. What is the probability that the cost will be between $250 and $450?
D. If the cost for your car repair is in the lower 5% of automobile repair charges, what is your cost?

1 Answer

4 votes

Answer:

a) 0.1728

b) 0.09183

c) 0.7354

d) $ 222.25

Step-by-step explanation:

Given

mean =
\mu = $367

Standard deviation =
\sigma =$88

Cost of automobile repair is normally distributed.

a) We have to find P( x > 450 )

P( x > 450 ) = 1 - P( x <= 450 )

Using excel function, P( x <= x ) = NORMDIST (x,
\mu,
\sigma, 1 )

P( x > 450 ) = 1 - NORMDIST( 450 , 367, 88, 1 )

= 1 - 0.8272 = 0.1728

P( x > 450 ) = 0.1728

b) P( x < 250 ) = NORMDIST( 250 , 367, 88, 1 ) = 0.09183

P( x < 250 ) = 0.09183

c) P( 250 < x < 450 ) = P( x <450 ) - P( x < 250 )

P( x <450 ) = NORMDIST( 450 , 367, 88, 1 ) = 0.8272

P( x < 250 ) = NORMDIST( 250 , 367, 88, 1 ) = 0.09183

P( 250 < x < 450 ) = 0.8272 - 0.09183 = 0.7354

P( 250 < x < 450 ) = 0.7354

d) We have P( X < a ) = 0.05

We have to find a.

Using Excel, = NORMINV ( Probability,
\mu,
\sigma )

a = NORMINV ( 0.05 , 367, 88 ) = 222.2529

Cost = $ 222.25

User Vladimir Bauer
by
8.3k points