document.write( "Question 1141491: A man is 24 years older than his son. Three years ago, he was eight years less than his son's age three years from now. How old is the man? \n" ); document.write( "
Algebra.Com's Answer #762054 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! Man's age = m \n" ); document.write( "Son's age = s \n" ); document.write( " \n" ); document.write( "Make two equations: \n" ); document.write( "m = s + 24 \n" ); document.write( "m - 3 = (s + 3) - 8 \n" ); document.write( " \n" ); document.write( "Simplify: \n" ); document.write( "m = s + 24 \n" ); document.write( "m - 3 = s - 5 \n" ); document.write( " \n" ); document.write( "Move variables to the left and numbers to the right: \n" ); document.write( "m - s = 24 \n" ); document.write( "m - s = - 2 \n" ); document.write( " \n" ); document.write( "Since both equations say m - s equal different amounts, there is no solution to this problem. |