document.write( "Question 832043: Kim started a lawn mowing business. He charges $5 for each lawn.he bought a lawn mower for $200 and now, after 2 months,has a profit of $100. How many lawns has he mowed so far?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #501799 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 5x - 200 = 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x = 100+200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x = 300\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 300/5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "He has mowed 60 lawns so far. \n" ); document.write( " |