document.write( "Question 1052747: Can you please assist with this question below: thanks in advance
\n" );
document.write( "The time spent talking on the telephone is normally distributed with a mean of 15 minutes and a standard deviation of 10 minutes. Calls in the upper 5% incur an extra charge. What is the longest time a person can talk without incurring the extra charge? \n" );
document.write( "
Algebra.Com's Answer #668137 by ewatrrr(24785) You can put this solution on YOUR website! mean of 15 minutes and a standard deviation of 10 minutes \n" ); document.write( "the longest time a person can talk without incurring the extra charge? \n" ); document.write( "<= 95% \n" ); document.write( "invNorm(.95) = 1.645\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "0r\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "10*(1.645) + 15 = x = 31.45 (for these always round up to next whole number) \n" ); document.write( "32min is the longest time a person can talk without incurring the extra charge \n" ); document.write( " |