document.write( "Question 414490: A normal distribution of weekly income has a mean of $250 and a standard deviation of $20. Approximately what proportion of people earn between $240 and $260 a week? \n" ); document.write( "
Algebra.Com's Answer #290709 by stanbon(75887) ![]() You can put this solution on YOUR website! A normal distribution of weekly income has a mean of $250 and a standard deviation of $20. Approximately what proportion of people earn between $240 and $260 a week? \n" ); document.write( "----- \n" ); document.write( "z(240) = (240-250)/20 = -1/2 \n" ); document.write( "--- \n" ); document.write( "z(260) = (260-250)/20 = +1/2 \n" ); document.write( "---- \n" ); document.write( "Proportion(240<= x <=260) = P(-1/2 <= z <=1/2) = 0.3829 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |