document.write( "Question 1126138:  Assume that the mean hourly cost to operate a commercial airplane follows the normal distribution with a mean of $2,500 per hour and a standard deviation of $195.\r
\n" );
document.write( "\n" );
document.write( "  
\n" );
document.write( "What is the operating cost for the lowest 4 percent of the airplanes? (Round z value to 2 decimal places. Omit the \"$\" sign in your response.) \n" );
document.write( "
| Algebra.Com's Answer #742589 by Boreal(15235)     You can put this solution on YOUR website! z for 0.04 is -1.75 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "-1.75=(x-2500)/195 \n" ); document.write( "-341.25=x-2500 \n" ); document.write( "x=2158.75 \n" ); document.write( " |