document.write( "Question 394512: one phone company charges 99 cents per call, plus5 cents per minute. A second phone company charges 8 cents per minute with no connection fee. what length phone calls are cheaper with the first phone company? \n" ); document.write( "
Algebra.Com's Answer #279920 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Let m = # minutes , which I will treat as a CONTINUOUS variable (rather than discrete). \n" ); document.write( "Then we want \n" ); document.write( "0.99 + 0.05m < 0.08m \n" ); document.write( "==> 0.99 < 0.03m \n" ); document.write( "==> 33 < m \n" ); document.write( "Hence for any number of minutes greater than 33 minutes, the 1st phone company is cheaper. \n" ); document.write( "( Treating m as a discrete variable is actually anti-consumer, because if you spent for example, 25.01 minutes of phone call, then you get charged m = 26 minutes. Would you like that?) \n" ); document.write( " |