document.write( "Question 890563: a man is 30 years older than his son . in 12 years the man will be 3 times older than his son .find their present age. \n" ); document.write( "
Algebra.Com's Answer #539086 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! M = S + 30 \n" ); document.write( "M + 12 = 3(S + 12) \n" ); document.write( "Substitute the value of M from the first equation into the second. \n" ); document.write( "M + 12 = 3(S+12) \n" ); document.write( "(S+30) + 12 = 3(S+12) \n" ); document.write( "Distribute/Add \n" ); document.write( "S + 42 = 3S + 36 \n" ); document.write( "Subtract S from each side \n" ); document.write( "42 = 2S + 36 \n" ); document.write( "Subtract 36 from each side \n" ); document.write( "6 = 2S \n" ); document.write( "Divide each side by 2 \n" ); document.write( "3 = S \n" ); document.write( "The son is 3, therefore the man is 33 \n" ); document.write( "In 12 years, the son will be 15, and the man will be 45 -- 3x the son's age. \n" ); document.write( " |