document.write( "Question 984633: The Sum Of ages of a father and his son is 60.
\n" );
document.write( "2 years ago the age of the father was three times as old as his son.
\n" );
document.write( "what are their ages? \n" );
document.write( "
Algebra.Com's Answer #605402 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "The Sum Of ages of a father and his son is 60. \n" ); document.write( "F + S = 60 \n" ); document.write( "F = 60 - S \n" ); document.write( "2 years ago the age of the father \n" ); document.write( "was three times as old as his son. \n" ); document.write( "F - 2 = 3(S - 2) \n" ); document.write( "Replace F with (60 - S) \n" ); document.write( "(60 - S) - 2 = 3(S - 2) \n" ); document.write( "60 - S - 2 = 3S - 6 \n" ); document.write( "Collect like terms: \n" ); document.write( "- S - 3S = - 6 + 2 - 60 \n" ); document.write( "- 4S = - 64 \n" ); document.write( "4S = 64 \n" ); document.write( "S = 16 \n" ); document.write( "Son's age is 16 years old \n" ); document.write( "Father's age = 44 years old \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |