document.write( "Question 608904: A wife and husband, Linda and Mark, have ages that total 80 years. Two years ago, 2 times Marks age was 2 years more than, 3 times Lindas age. How old is each now? (Write and solve the equation) \n" ); document.write( "
Algebra.Com's Answer #383436 by flame8855(424)![]() ![]() You can put this solution on YOUR website! w is the age of the wife \n" ); document.write( "h is the age of the husband \n" ); document.write( "w + h = 80 \n" ); document.write( "2(h-2) = 2 + 3 ( w-2) \n" ); document.write( "2h -4 = 2 +3w -6 \n" ); document.write( "2h -3w = 0 \n" ); document.write( "2h = 3w \n" ); document.write( "2h= 3(80-h) \n" ); document.write( "2h = 240 -3h \n" ); document.write( "5h = 240 \n" ); document.write( "h = 48 ( Mark) \n" ); document.write( "w = 32 (Linda) \n" ); document.write( " \n" ); document.write( " |