document.write( "Question 357656: Matthew is 3 times as old as Jenny. In 7 years, he will be twice as old as she will be then. How old is each now? \n" ); document.write( "
Algebra.Com's Answer #255327 by robertb(5830)![]() ![]() You can put this solution on YOUR website! m = 3j, \n" ); document.write( "m+7 = 2(j+7). Substituting the first equation into the 2nd, we get \n" ); document.write( "3j+7 = 2j+14, and so \n" ); document.write( "j = 7, and m = 21. \n" ); document.write( " \n" ); document.write( " |