document.write( "Question 438897: Customers of a phone company can choose between two service plans for long distance calls. The first plan has a $19 monthly fee and charges an additional $0.13 for each minute of calls. The second plan has a $24 monthly fee and charges an additional $0.08 for each minute of calls. For how many minutes of calls will the costs of the two plans be equa \n" ); document.write( "
Algebra.Com's Answer #303423 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
19+.13x=24+.08x
\n" ); document.write( "Multiply everything by 100:
\n" ); document.write( "1900+13x=2400+8x
\n" ); document.write( "5x=500
\n" ); document.write( "x=100
\n" ); document.write( "At 100 minutes, the plans are equal in cost.
\n" ); document.write( "
\n" );