document.write( "Question 321330: Company A rents copiers for a monthly charge of $200 plus 10 cents per copy. Company B rents copiers for a monthly charge of $400 plus 5 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 #230144 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Company A rents copiers for a monthly charge of $200 plus 10 cents per copy. Company B rents copiers for a monthly charge of $400 plus 5 cents per copy. \n" ); document.write( "let thenumber of copies be x\r \n" ); document.write( "\n" ); document.write( "company A \n" ); document.write( "200+0.1x \n" ); document.write( "Company B \n" ); document.write( "400+0.05x \n" ); document.write( ".. \n" ); document.write( "200+0.1x= 400+0.05x \n" ); document.write( "0.05x = 200 \n" ); document.write( "x=200/0.05 \n" ); document.write( "x= 20000 \n" ); document.write( "After 20,000 copies company A becomes costly \n" ); document.write( " What is the number of copies above which Company A's charges are the higher of the two? \n" ); document.write( " |