document.write( "Question 672426: The daily demand for gas at Good’s Gas station is normally distributed with a mean of 1812 gallons and a standard deviation of 254 gallons. \r
\n" );
document.write( "\n" );
document.write( "(a) What is the probability that the demand for gas will exceed 2000 gallons on any day?
\n" );
document.write( "(b) What is the probability that the demand for gas in a day will be between 1500 and 2000 gallons?
\n" );
document.write( "(c) What is the probability that the demand for gas will exceed 1500 gallons on any day?
\n" );
document.write( "(d) how much gasoline should the station have on hand at the beginning of the day so that the probability of running out of gas that day is only 1%? \n" );
document.write( "
Algebra.Com's Answer #418035 by stanbon(75887) ![]() You can put this solution on YOUR website! The daily demand for gas at Good’s Gas station is normally distributed with a mean of 1812 gallons and a standard deviation of 254 gallons. \n" ); document.write( "(a) What is the probability that the demand for gas will exceed 2000 gallons on any day? \n" ); document.write( "z(2000) = (2000-1812)/254 = 0.7402 \n" ); document.write( "P(x > 2000) = P(z > 0.7402) = normalcdf(0.7402,100) = 0.2296 \n" ); document.write( "----------------------------------------------------------------------- \n" ); document.write( "(b) What is the probability that the demand for gas in a day will be between 1500 and 2000 gallons? \n" ); document.write( "z(1500) = (1500-1812)/254 = -1.2283 \n" ); document.write( "---- \n" ); document.write( "P(1500<= x <=2000) = P(-1.2283<= z <=0.2296) = 0.4811 \n" ); document.write( "--------------------------------------- \n" ); document.write( "(c) What is the probability that the demand for gas will exceed 1500 gallons on any day? \n" ); document.write( "Ans: P(-1.2283,100) = 0.8903 \n" ); document.write( "--------------------------------------- \n" ); document.write( "(d) how much gasoline should the station have on hand at the beginning of the day so that the probability of running out of gas that day is only 1%? \n" ); document.write( "Find the z-value with a right tail of 1%. \n" ); document.write( "invNorm(0.99) = 2.3263 \n" ); document.write( "--- \n" ); document.write( "Find the corresponding gas value using x = z*s+u \n" ); document.write( "x = 2.3263*254+1812 = 2402.89 gallons \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |