document.write( "Question 1047023: Customers of a phone company can choose between two service plans for long distance calls. The first plan has no monthly fee but charges $0.12 for each minute of calls. The second plan has $18 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 equal? \n" ); document.write( "
Algebra.Com's Answer #662646 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Let n be the minutes of phone use. Then:
\n" ); document.write( ".12n=18+.08n
\n" ); document.write( ".04n=18
\n" ); document.write( "n=450 minutes of phone use before the plans are equal. ☺☺☺☺
\n" ); document.write( "
\n" );