document.write( "Question 472251: A father is 30 years older than his son, in 17 years' time he will be double the son's age. What is the son's age? \n" ); document.write( "
Algebra.Com's Answer #323811 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
son =x
\n" ); document.write( "father = x+30\r
\n" ); document.write( "\n" ); document.write( "17 years later
\n" ); document.write( "son = x+17
\n" ); document.write( "father = (x+30)+17
\n" ); document.write( "(x+30) +17 = 2(x+17)
\n" ); document.write( "x+47=2x+34
\n" ); document.write( "2x-x=47-34
\n" ); document.write( "x=13 son's age
\n" ); document.write( "
\n" );