document.write( "Question 225345: Company A rents copiers for a monthly charge of $200 plus 8 cents per copy. Company B rents copiers for a monthly charge of $400 plus 4 cents per copy. What is the number of copies above which Company A's charges are the higher of the two? \n" ); document.write( "
Algebra.Com's Answer #168172 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
200+.08x=400+.04x
\n" ); document.write( ".04x=200
\n" ); document.write( "x=5000 copies
\n" ); document.write( "200+.08*5000=$600
\n" ); document.write( "400+.04*5000=$600
\n" ); document.write( "
\n" );