document.write( "Question 996263: A woman is six times as old as her son. In 9 years she will be three times as old as her son.How old are they now? \n" ); document.write( "
Algebra.Com's Answer #614786 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let x be her son's age now. Let Mom's age be m now, \n" ); document.write( "so then we have \n" ); document.write( "m = 6x \n" ); document.write( "In 9 years, \n" ); document.write( "m + 9 = 3(x + 9) \n" ); document.write( "Substitute 6x in for m and get \n" ); document.write( "6x + 9 = 3x + 27 \n" ); document.write( "3x = 18 \n" ); document.write( "x = 6 \n" ); document.write( "m = 36 \n" ); document.write( " |