document.write( "Question 694408: a corporation's fleet of cars has an annual operating cost of $100,000. suppose the operating cost are normally distributed with a standard deviation of 100.
\n" );
document.write( "a. what is the operating cost below which only 25% of the operating cost lies?
\n" );
document.write( "b. what is the operating cost above which 55% of the operating costs lie?
\n" );
document.write( "c. what is the operating cost would be more than 75% of operating cost? \n" );
document.write( "
Algebra.Com's Answer #427877 by stanbon(75887) ![]() You can put this solution on YOUR website! a corporation's fleet of cars has an annual operating cost of $100,000. suppose the operating cost are normally distributed with a standard deviation of 100. \n" ); document.write( "a. what is the operating cost below which only 25% of the operating cost lies? \n" ); document.write( "Find the z-value with a left tail of 0.25:: invNorm(0.25) = -0.6745 \n" ); document.write( "Solve for cost using x = z*s+u \n" ); document.write( "x = -0.6745*100+100,000 \n" ); document.write( "x = $99932.55 \n" ); document.write( "------------------------------- \n" ); document.write( "b. what is the operating cost above which 55% of the operating costs lie? \n" ); document.write( "Find the z-value with a left tail of 0.45:: invNorm(0.45) = -0.1257 \n" ); document.write( "x = -0.1257*100+100,000 \n" ); document.write( "x = $99987.43 \n" ); document.write( "=================================== \n" ); document.write( "c. what is the operating cost would be more than 75% of operating cost? \n" ); document.write( "I'll leave that to you. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " \n" ); document.write( " |