document.write( "Question 316885: Customers of a phone company can choose between two service plans for long distance calls. The first plan has a $26 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( "
Algebra.Com's Answer #226798 by nerdybill(7384)![]() ![]() 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 $26 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( "Let t = minutes used \n" ); document.write( ". \n" ); document.write( "First plan: \n" ); document.write( ".07t + 26 \n" ); document.write( "Second plan: \n" ); document.write( ".12t \n" ); document.write( ". \n" ); document.write( "Set the two equal to each other and solve for t: \n" ); document.write( ".07t + 26 = .12t \n" ); document.write( "26 = .05t \n" ); document.write( "26/.05 = t \n" ); document.write( "520 minutes = t \n" ); document.write( " \n" ); document.write( " |