document.write( "Question 305807: Monthly utility bills in a certain city are normally distributed with a mean of 100 and a standard deviation of 12. A utility bill is randomly selected.\r
\n" );
document.write( "\n" );
document.write( "What is the highest utility bill that can be in the bottom 32% of the bill? \n" );
document.write( "
Algebra.Com's Answer #218931 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Monthly utility bills in a certain city are normally distributed with a mean of 100 and a standard deviation of 12. A utility bill is randomly selected. \n" ); document.write( "What is the highest utility bill that can be in the bottom 32% of the bill? \n" ); document.write( "--------------------------------------- \n" ); document.write( "Find the z-value that has a 32% left tail. \n" ); document.write( "--- \n" ); document.write( "z = invNorm(0.32) = -0.4677 \n" ); document.write( "---- \n" ); document.write( "Find the corresponding \"x\" value: \n" ); document.write( "x = zs+u \n" ); document.write( "x = -0.4677*12 + 100 \n" ); document.write( "x = 94.39 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |