document.write( "Question 1072326: Cost of domestic airfare follows a normal distribution with a mean of $385 dollars and a standard deviation of 100. Using this information,determine what is the probability that domestic airfare will Cost $250 or less
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #687226 by stanbon(75887) ![]() You can put this solution on YOUR website! Cost of domestic airfare follows a normal distribution with a mean of $385 dollars and a standard deviation of 100. Using this information,determine what is the probability that domestic airfare will Cost $250 or less \n" ); document.write( "z(250) = (250-385)/100 = -135/100 = -1.35 \n" ); document.write( "---- \n" ); document.write( "P(x <= 250) = P(z<= -1.35) = normalcdf(-100,-1.35) = 0.0885 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |