document.write( "Question 307280: You need to choose a long distance telephone service for your business. The two options available in your area are Call Me and Trans Talk. Call Me charges a $5.95 monthly service fee and $.08 per minute used. Trans Talk charges a $12.95 monthly service fee and $.05 per minute used. \n" ); document.write( "
Algebra.Com's Answer #219856 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
C=5.95+.08M
\n" ); document.write( "T=12.95+.05M
\n" ); document.write( "5.95+.08M=12.95+.05M
\n" ); document.write( ".08M-.05M=12.95-5.95
\n" ); document.write( ".03M=7
\n" ); document.write( "M=7/.03
\n" ); document.write( "M=233.3 MINUTES PER MONTH THE 2 PLANS ARE EQUAL.
\n" ); document.write( "BELOW 233.3 MINUTES THE CALL ME IS CHEAPER.
\n" ); document.write( "ABOVE 233.3 MINUTES THE TRANS TALK IS CHEAPER.
\n" ); document.write( "
\n" ); document.write( "
\n" );