document.write( "Question 677581: you are choosing between two long distance telephone plans. Plan A has a monthly fee of $15 with a charge of $0.08 per minute for all long-distance calls. Plan B has a monthly fee of $3 with a charge of $0.12 per minute for all long-distance calls. How many minutes of long-distance calls in a month make plan A the better deal? \n" ); document.write( "
Algebra.Com's Answer #421035 by partha_ban(41)![]() ![]() You can put this solution on YOUR website! Let m be the minutes of long-distance calls in a month to make plan A the better deal. \n" ); document.write( "Therefore, charges for Plan A = $15 + 0.08m \n" ); document.write( "and charges for Plan B = $3 + 0.12m \n" ); document.write( "By condition, \n" ); document.write( "3 + .12m > 15 + .08m \n" ); document.write( ".12m - .08m > 15 - 3 \n" ); document.write( ".04m > 12 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "m > 300 \n" ); document.write( "Therefore more than 300 minutes of long-distance call will make Plan A better deal. \n" ); document.write( " |