document.write( "Question 713501: Suppose you are starting an office cleaning service. You have spent $315 on equipment. To clean an office, you must use $4 worth of supplies. You charge $25 per office. How many offices must you clean to break even? (Solve using system of linear equations) \n" ); document.write( "
Algebra.Com's Answer #438468 by josgarithmetic(39625)![]() ![]() ![]() You can put this solution on YOUR website! Number of offices is r.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Spend: 4*r+315\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Revenue: 25*r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "how many offices, r, will make \"spend\" and \"revenue\" equal? \n" ); document.write( "4r+315=25r \n" ); document.write( " |