document.write( "Question 433521: Suppose you are choosing between two long distance telephone plans. Plan A has a monthly fee of $20 with a charge of $0.05 per minute for all long distances calls. Plan B had a monthly fee of $5.00 with charge of $.10 per minute fr Long distances calls.
\n" );
document.write( "1. For what number of minutes of long distances calls will te cost for the two plans be same? What will be the cost for each plan?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #300512 by belle3833(46)![]() ![]() You can put this solution on YOUR website! cost of plan 1: 20+0.05m (where m is the number of minutes you make long distance calls\r \n" ); document.write( "\n" ); document.write( "cost of plan2: 5+0.10m\r \n" ); document.write( "\n" ); document.write( "when are they equal?\r \n" ); document.write( "\n" ); document.write( "when 20+0.05m=5+0.1m\r \n" ); document.write( "\n" ); document.write( "solve for m:\r \n" ); document.write( "\n" ); document.write( "20-5=0.1m-0.05m \n" ); document.write( "15=0.05m \n" ); document.write( "m=15/0.05 \n" ); document.write( "m=300 min\r \n" ); document.write( "\n" ); document.write( "the cost of both plans at 300 min is 20+0.05 x 300=$35 \n" ); document.write( " |