document.write( "Question 1180510: Recent research suggests that Americans make an average of 10 phone calls per
\n" ); document.write( "day. Let the number of calls be normally distributed with a standard deviation of 3 calls.
\n" ); document.write( "Compute the probability that an average American makes phone calls between 4 and 12
\n" ); document.write( "calls per day.
\n" ); document.write( "

Algebra.Com's Answer #810228 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
z=(x-mean)/sd
\n" ); document.write( "so the lower bound is (4-10)/3 or -2
\n" ); document.write( "and the upper bound is (12-10)/3 or +2/3
\n" ); document.write( "The probability for z between those two numbers is 0.7248
\n" ); document.write( "
\n" );