document.write( "Question 209848: a worker earned $50 more this month than last month. total earnings for the two months were $870. how much was earned this month? \n" ); document.write( "
Algebra.Com's Answer #158633 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the amount earned last month, then x+$50 would be the amount earned this month. The sum of these two amounts is $870. \n" ); document.write( "x + (x+$50) = $870 Simplify. \n" ); document.write( "2x+$50 = $870 Subtract $50 from both sides. \n" ); document.write( "2x = $820 Divide both sides by 2. \n" ); document.write( "x = $410 This is the amount earned last month. \n" ); document.write( "$410+$50 = $460 This is the amount earned this month. \n" ); document.write( " |