document.write( "Question 846766: A father's age is three times the sum of the ages of his two children. In four years, he will be twice as old as the sum of their ages. How old is the father? Only an algebraic solution will be accepted. \n" ); document.write( "
Algebra.Com's Answer #509933 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 = sum of the children's ages now
\n" ); document.write( ":
\n" ); document.write( "A father's age is three times the sum of the ages of his two children.
\n" ); document.write( "f = 3s
\n" ); document.write( "In four years, he will be twice as old as the sum of their ages.
\n" ); document.write( "f + 4 = 2(s+8); both children will age 4 yrs
\n" ); document.write( "f = 4 = 2s + 16
\n" ); document.write( "f = 2s + 16 - 4
\n" ); document.write( "f = 2s + 12
\n" ); document.write( "Replace f with 3s from the 1st equation
\n" ); document.write( "3s = 2s + 12
\n" ); document.write( "3s - 2s = 12
\n" ); document.write( "s = 12 is the sum of his childen
\n" ); document.write( "then
\n" ); document.write( "f = 3(12)
\n" ); document.write( "f = 36 yrs is the father's present age\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );