document.write( "Question 307216: Customers of a phone company can choose between two service plans for long distance calls. The first plan has a $35 one-time activation fee and charges 7 cents a minute. The second plan has no activation fee and charges 12 cents a minute. After how many minutes of long distance calls will the costs of the two plans be equal?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #219842 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Customers of a phone company can choose between two service plans for long distance calls. The first plan has a $35 one-time activation fee and charges 7 cents a minute. The second plan has no activation fee and charges 12 cents a minute. After how many minutes of long distance calls will the costs of the two plans be equal? \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let the number of minutes after which the they become equal be x\r \n" ); document.write( "\n" ); document.write( "Convert call charges from cents to dollars\r \n" ); document.write( "\n" ); document.write( "first plan will cost 0.07x + 35 \n" ); document.write( "Second plan will cost 0.12x\r \n" ); document.write( "\n" ); document.write( "0.07x +35 = 0.12x\r \n" ); document.write( "\n" ); document.write( "0.07x-0.12x= -35\r \n" ); document.write( "\n" ); document.write( "-0.05x=-35\r \n" ); document.write( "\n" ); document.write( "x=-35/-0.05\r \n" ); document.write( "\n" ); document.write( "x=700 minutes\r \n" ); document.write( "\n" ); document.write( "after 700 minutes they will become equal \n" ); document.write( " |