document.write( "Question 1103658: Customers of a phone company can choose between two service plans for long distance calls. The first plan has an
\n" );
document.write( "$18
\n" );
document.write( " monthly fee and charges an additional
\n" );
document.write( "$0.14
\n" );
document.write( " for each minute of calls. The second plan has a
\n" );
document.write( "$10
\n" );
document.write( " monthly fee and charges an additional
\n" );
document.write( "$0.18
\n" );
document.write( " for each minute of calls. For how many minutes of calls will the costs of the two plans be equal?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #718363 by ikleyn(52803)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "First plan: 18 + 0.14*m dollars, where m is the number of minutes.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Second plan: 10 + 0.18*m dollars, where m is the number of minutes.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "For how many minutes of calls will the costs of the two plans be equal ?\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 18 + 0.14*m = 10 + 0.18*m ====>\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 18 - 10 = 0.18m - 0.14m ====> 8 = 0.04*m ====> m =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |