document.write( "Question 964046: The sum of the ages of a father and son is 45 years. Five years ago, the product of their ages was four times the father's age that time. The present age of father and son, respectively are? \n" ); document.write( "
Algebra.Com's Answer #589022 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let f = father's present age
\n" ); document.write( "let s = son's
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement.
\n" ); document.write( ":
\n" ); document.write( "The sum of the ages of a father and son is 45 years.
\n" ); document.write( "f + s = 45
\n" ); document.write( "s = (45-f)
\n" ); document.write( ":
\n" ); document.write( "Five years ago, the product of their ages was four times the father's age that time.
\n" ); document.write( "(f-5)*(s-5) = 4(f-5)
\n" ); document.write( "Replace s with (45-f)
\n" ); document.write( "(f-5)*((45-f)-5) = 4f - 20
\n" ); document.write( "(f-5((-f+40) = 4f - 20
\n" ); document.write( "FOIL
\n" ); document.write( "-f^2 + 40f + 5f - 200 = 4f - 20
\n" ); document.write( "combine like terms on the left
\n" ); document.write( "-f^2 + 45f - 4f - 200 + 20 = 0
\n" ); document.write( "-f^2 + 41f - 180 = 0
\n" ); document.write( "multiply by -1, easier to factor
\n" ); document.write( "f^2 - 41f + 180 = 0
\n" ); document.write( "Factors to
\n" ); document.write( "(f-5)(f-36) = 0
\n" ); document.write( "f = 36 yrs, only reasonable answer for the father's age
\n" ); document.write( "then
\n" ); document.write( "s = 45 - 36
\n" ); document.write( "s = 9 yrs is the son's age
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Let's see if that works in the statement:
\n" ); document.write( "\"Five years ago, the product of their ages was four times the father's age that time.\"
\n" ); document.write( "Dad was 31, son was 4
\n" ); document.write( "31 * 4 = 4(31)
\n" ); document.write( "
\n" ); document.write( "
\n" );