document.write( "Question 1002726: Five years from now, a father's age will be three times his son's age, and 5 years ago, he was seven times as old as his son was. What are their present ages? \n" ); document.write( "
Algebra.Com's Answer #619589 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the father's and son's ages NOW, f and s.
\n" ); document.write( "f + 5 = 3(s + 5) = 3s + 15
\n" ); document.write( "f - 5 = 7(s - 5) = 7s - 35
\n" ); document.write( "Subtract equations and get
\n" ); document.write( "10 = -4s + 50
\n" ); document.write( "-40 = -4s
\n" ); document.write( "s = 10
\n" ); document.write( "f = 40
\n" ); document.write( "
\n" );