document.write( "Question 545486: Mark's age next year will be three times as old as Kim's age two years ago. If their present ages add to 21, how old is each now? \n" ); document.write( "
Algebra.Com's Answer #355600 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! M + K = 21 \n" ); document.write( "so \n" ); document.write( "M = 21-K \n" ); document.write( ". \n" ); document.write( "Mark's age next year: M+1 \n" ); document.write( "Kim's age 2 years ago: K-2 \n" ); document.write( "M+1 = 3*(K-2) \n" ); document.write( ". \n" ); document.write( "Substitute M = 21-K. \n" ); document.write( ". \n" ); document.write( "21-K +1 = 3K -6 \n" ); document.write( "28 = 4K \n" ); document.write( "K = 7 \n" ); document.write( ". \n" ); document.write( "M = 21-7 \n" ); document.write( "M = 14 \n" ); document.write( ". \n" ); document.write( "Check. \n" ); document.write( "M+1 =15 \n" ); document.write( "3(K-2) = 15 \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: Mark is 14, and Kim is 7. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |