document.write( "Question 269262: Customers of a phone company can choose between two service plans for long distance calls. The first plan has a $30 one-time activation fee and charges .09 cents a minute. The second plan has no activation fee and charges .14 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 #197359 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 30+.09x=.14x \n" ); document.write( ".09x-.14x=-30 \n" ); document.write( "-.05x=-30 \n" ); document.write( "x=-30/-.05 \n" ); document.write( "x=600 minutes will result in the 2 plans being equal. \n" ); document.write( "Proof: \n" ); document.write( "30+.09*600=.14*600 \n" ); document.write( "30+54=84 \n" ); document.write( "84=84 \n" ); document.write( " |