document.write( "Question 759440: According to a report by Scarborough Research, the average monthly household cellular phone bill is $73. Suppose local monthly household cell phone bills are normally distributed with a standard deviation of $11.35.
\n" );
document.write( "a. What is the probability that a randomly selected monthly cell phone bill is more than $100?
\n" );
document.write( "b. What is the probability that a randomly selected monthly cell phone bill is between $60 and $83?
\n" );
document.write( "c. What is the probability that a randomly selected monthly cell phone bill is between $80 and $90?
\n" );
document.write( "d. What is the probability that a randomly selected monthly cell phone bill is no more than $55? \n" );
document.write( "
Algebra.Com's Answer #462032 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! According to a report by Scarborough Research, the average monthly household cellular phone bill is $73. Suppose local monthly household cell phone bills are normally distributed with a standard deviation of $11.35.\r \n" ); document.write( "\n" ); document.write( "a. What is the probability that a randomly selected monthly cell phone bill is more than $100? \n" ); document.write( "Enter =1-normdist(100,73,11.35,TRUE) on EXCEL, the result is \n" ); document.write( "\n" ); document.write( "b. What is the probability that a randomly selected monthly cell phone bill is between $60 and $83? \n" ); document.write( "Enter =normdist(83,73,11.35,TRUE)-normdist(60,73,11.35,TRUE) on EXCEL, the result is \n" ); document.write( "\n" ); document.write( "c. What is the probability that a randomly selected monthly cell phone bill is between $80 and $90? \n" ); document.write( "Enter =normdist(90,73,11.35,TRUE)-normdist(80,73,11.35,TRUE) on EXCEL, the result is \n" ); document.write( "\n" ); document.write( "d. What is the probability that a randomly selected monthly cell phone bill is no more than $55? \n" ); document.write( "Enter =normdist(55,73,11.35,TRUE) on EXCEL, the result is \n" ); document.write( " \n" ); document.write( " |