document.write( "Question 1161649: The amount of Jen's monthly phone bill is normally distributed with a mean of $50 and a standard deviation of $9. What percentage of her phone bills are between $23 and $77? \n" ); document.write( "
Algebra.Com's Answer #785251 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
z=(x-mean)/sd
\n" ); document.write( "for $23
\n" ); document.write( "z=(23-50/9=-3
\n" ); document.write( "and
\n" ); document.write( "z=(77-50)/9=+3
\n" ); document.write( "probability of z between -3 and +3 is about 99.7%.
\n" ); document.write( "
\n" );