document.write( "Question 890724: The sum of ages of a father and his son is 72 years. After 2 years .father will be 4 years less than 3 times the age of his son .find their present ages. \n" ); document.write( "
Algebra.Com's Answer #539261 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Write an equation for each statement \n" ); document.write( "f = father's present age \n" ); document.write( "s = son's \n" ); document.write( ": \n" ); document.write( "\"The sum of ages of a father and his son is 72 years.\" \n" ); document.write( "f + s = 72 \n" ); document.write( ": \n" ); document.write( "\" After 2 years .father will be 4 years less than 3 times the age of his son\" \n" ); document.write( "f + 2 = 3(s+2) - 4 \n" ); document.write( "f + 2 = 3s + 6 - 4 \n" ); document.write( "f + 2 = 3s + 2 \n" ); document.write( "f = 3s + 2 - 2 \n" ); document.write( "f = 3s \n" ); document.write( ": \n" ); document.write( ".find their present ages. \n" ); document.write( "In the 1st equation replace f with 3s \n" ); document.write( "3s + s = 72 \n" ); document.write( "s = 72/4 \n" ); document.write( "s = 18 is the son's age \n" ); document.write( ": \n" ); document.write( "I'll let you find the father's age \n" ); document.write( " |