document.write( "Question 1141490: 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 #762055 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! son is now x \n" ); document.write( "man's is x+24 \n" ); document.write( "three years ago, man was x+24-3=x+21 \n" ); document.write( "that is eight years less than his son's age three years from now, which will be x+3 \n" ); document.write( "so x+21 is 8 less than x+3 \n" ); document.write( "therefor x+21+8=x+3 \n" ); document.write( "so x+29 = x+3 \n" ); document.write( "this is not true so there is a mistake in the formulation of the problem.\r \n" ); document.write( "\n" ); document.write( "Example: son is 6 man is 30 \n" ); document.write( "three years ago, son was 3 and man was 27 \n" ); document.write( "the son will be 9 3 years from now. \n" ); document.write( " \n" ); document.write( " |