document.write( "Question 584656: In this distribution, find the number of kWh that separates the top 55% from the bottom 45%; with a mean of 1050 kWh and and standard deviation of 218 kWh.
\n" );
document.write( "Thanks :-) \n" );
document.write( "
Algebra.Com's Answer #372823 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In this distribution, find the number of kWh that separates the top 55% from the bottom 45%; with a mean of 1050 kWh and and standard deviation of 218 kWh. \n" ); document.write( "------------------------- \n" ); document.write( "Find the z-value with a left tail of 45% \n" ); document.write( "invNorm(0.45) = -0.1257 \n" ); document.write( "----- \n" ); document.write( "# of kWh = -0.1257*218 + 1050 = 1022.61 kWh \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |