document.write( "Question 978426: the sum total of the ages of father and son is 55 years. if the father was to live till his sons age equal his present age, the total of their ages would be 93 years . find their present ages \n" ); document.write( "
Algebra.Com's Answer #599883 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( "d = (f-s)
\n" ); document.write( ":
\n" ); document.write( "the sum total of the ages of father and son is 55 years.
\n" ); document.write( "f + s = 55
\n" ); document.write( "f = (55-s)
\n" ); document.write( " if the father was to live till his sons age equal his present age, the total of their ages would be 93 years.
\n" ); document.write( "(f+d) + (s+d) = 93
\n" ); document.write( "f + s + 2d = 93
\n" ); document.write( "replace f with (55-s)
\n" ); document.write( "(55 - s) + s + 2d = 93
\n" ); document.write( "55 + 2d = 93
\n" ); document.write( "2d = 93 - 55
\n" ); document.write( "2d = 38
\n" ); document.write( "d = 38/2
\n" ); document.write( "d = 19 is the difference in their ages
\n" ); document.write( ":
\n" ); document.write( "Two equation we can use elimination
\n" ); document.write( "f + s = 55
\n" ); document.write( "f - s = 19
\n" ); document.write( "---------------adding eliminates s, find f
\n" ); document.write( "2f = 74
\n" ); document.write( "f = 74/2
\n" ); document.write( "f = 37 yrs is the father's age
\n" ); document.write( "37 - 19 = 18 yrs is the son's age\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );