document.write( "Question 503363: Two cell phone companies are advertising rates. Company A charges a rate $20 per month plus $0.05 per minute. Company B charges a rate of $10 per month plus $0.10 per minute. What is the number of minutes used above which Company A costs more than Company B? \n" ); document.write( "
Algebra.Com's Answer #339201 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Let x be the number of calls
\n" ); document.write( "company B 10 + 0.10 x
\n" ); document.write( "company A 20 + 0.05 x
\n" ); document.write( "company B < company A
\n" ); document.write( "20 + 0.05 x < 10 + 0.10 x
\n" ); document.write( "20 + 0.05 x < 10 + 0.10 x
\n" ); document.write( "20 - 10 < 0.1 x -0.05 x
\n" ); document.write( "10 < 0.05 x
\n" ); document.write( "200 < x
\n" ); document.write( "x should be greater than 200 calls
\n" ); document.write( "
\n" ); document.write( "
\n" );