document.write( "Question 954598: The sum of the ages of a father and son is 56. Four years ago the father was 3 times as old as the son. Find the present age of each. \n" ); document.write( "
Algebra.Com's Answer #583052 by macston(5194)![]() ![]() You can put this solution on YOUR website! F=father; S=son \n" ); document.write( "F+S=56yrs \n" ); document.write( "F=56yrs-S \n" ); document.write( "F-4yrs=3(S-4yrs) Substitute for F. \n" ); document.write( "56yrs-S-4yrs=3S-12 yrs Add S+12yrs to each side. \n" ); document.write( "64yrs=4S Divide each side by 4. \n" ); document.write( "16yrs=S ANSWER 1: The son is 16 years old. \n" ); document.write( "F=56yrs-S=56yrs-16yrs=40yrs ANSWER 2: The father is 40 years old. \n" ); document.write( "CHECK: \n" ); document.write( "F-4yrs=3(S-4yrs) \n" ); document.write( "40yrs-4yrs=3(16yrs-4yrs) \n" ); document.write( "36yrs=36yrs \n" ); document.write( " |