document.write( "Question 487041: company A charges a rate of $20 per month plus $0.05 per minute.
\n" );
document.write( "company B charges a rate of $10 per month plus $0.10 per minute.
\n" );
document.write( "what is the number of minutes used above which company A cost more than company B. \n" );
document.write( "
Algebra.Com's Answer #332921 by John10(297)![]() ![]() You can put this solution on YOUR website! Company A: C = 0.05x + 20 \n" ); document.write( "Company B: C = 0.10x + 10 \n" ); document.write( "If the company B cost is less than the company A: \n" ); document.write( "0.1x + 10 < 0.05x + 20 \n" ); document.write( "0.1x - 0.05x < 20 -10 \n" ); document.write( "0.05x < 10 \n" ); document.write( " x < 10/0.05 \n" ); document.write( "x < 200 \n" ); document.write( "So at 200 minutes, company A cost more than company B. \n" ); document.write( "John10:) \n" ); document.write( " |