document.write( "Question 1050605: A new car that runs on electricity and gasoline is advertised as getting 65 mpg with a standard deviation of 6.9. If you test drive a car, what is the probability that it will get between 50 and 65 mpg? \n" ); document.write( "
Algebra.Com's Answer #666162 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A new car that runs on electricity and gasoline is advertised as getting 65 mpg with a standard deviation of 6.9. If you test drive a car, what is the probability that it will get between 50 and 65 mpg? \n" ); document.write( "------------- \n" ); document.write( "z(50) = (50-65)/6.9 = -15/6.9 = -2.1739 \n" ); document.write( "z(65) = 0 \n" ); document.write( "---- \n" ); document.write( "P(50 < x < 65) = P(-2.1739 < z < 0) = normalcdf(-2.1739,0) = 0.4851 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |