document.write( "Question 337730: Northeast Telephone Company offers two billing plans for local calls.
\n" );
document.write( "Plan 1: $25 per month for unlimited calls
\n" );
document.write( "Plan 2: $13 per month plus $0.06 per call
\n" );
document.write( "Use an inequality to find the number of monthly calls for which plan 1 is more economical than plan 2. \n" );
document.write( "
Algebra.Com's Answer #242124 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Northeast Telephone Company offers two billing plans for local calls. \n" ); document.write( "Plan 1: $25 per month for unlimited calls \n" ); document.write( "Plan 2: $13 per month plus $0.06 per call \n" ); document.write( "Use an inequality to find the number of monthly calls for which plan 1 is more economical than plan 2. \n" ); document.write( "------------------------------- \n" ); document.write( "Cost1 = 25 \n" ); document.write( "Cost2 = 13 + 0.06x \n" ); document.write( "----------------------- \n" ); document.write( "Inequality: \n" ); document.write( "cost1 < Cost2 \n" ); document.write( "--- \n" ); document.write( "25 < 13 + 0.06x \n" ); document.write( "12 < 0.06x \n" ); document.write( "x > 200 calls in a month \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |