document.write( "Question 754345: the age of the father is twice the sum of the ages of his two children. after 20 years, his age will be equal to the sum of the ages of his children. find the age of the father \n" ); document.write( "
Algebra.Com's Answer #458992 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let x = the age of the father today.
\n" ); document.write( "let w = the sum of the ages of the children today.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since the age of the father today is 2 times the sum of the age of the children today, the formula for that will be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = 2w\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in 20 years, the age of the father will be x + 20.
\n" ); document.write( "in 20 years, the sum of the age of the children will be w + 40.
\n" ); document.write( "this is because each child has aged 20 years, so the sum of the years the 2 children have aged is 40.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula for the age of the father the the sum of the ages of the children in 20 years becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + 20 = w + 40\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have 2 equations that need to be solved simultaneously.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "they are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = 2w
\n" ); document.write( "x + 20 = w + 40\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "because x = 2w from the first equation, replace x with 2w in the second equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2w + 20 = w + 40\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for w to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "w = 20\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since x = 2w, this means that x = 40\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the age of the father today is 40.
\n" ); document.write( "the sum of the age of the children today is 20
\n" ); document.write( "the age of the father today is 2 times the sum of the age of the children today.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the age of the father 20 years from now is 60.
\n" ); document.write( "the sum of the age of the children 20 years from now is 20 + 40 = 60.
\n" ); document.write( "the age of the father 20 years from now is equal to the sum of the age of the children 20 years from now.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );