document.write( "Question 759937: the sum of the ages of a father and son is 85 years. five years ago, the father was exactly four times as old as his son. the present age of the father is? \n" ); document.write( "
Algebra.Com's Answer #462353 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
the sum of the ages of a father and son is 85 years.
\n" ); document.write( "let the age of father is x
\n" ); document.write( "so the son's age=85-x
\n" ); document.write( "five years ago,
\n" ); document.write( "the age of father was=x-5
\n" ); document.write( "the son's age=85-x-5=80-x
\n" ); document.write( "APQ the father was exactly four times as old as his son.
\n" ); document.write( "x-5 =4(80-x)=320-4x
\n" ); document.write( "or 5x=325
\n" ); document.write( "or x=the present age of the father=325/5=65
\n" ); document.write( "
\n" );