document.write( "Question 402902: a father is 32 years older than his son. in 4 years the father will be 5 times as old as his son. how old is each now ? \n" ); document.write( "
Algebra.Com's Answer #804737 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
x = father's age
\n" ); document.write( "y = son's age\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = y + 32
\n" ); document.write( "x + 4 = 5(y + 4)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Plug in x = y + 32 into the second equation. (substitution)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y + 32 + 4 = 5(y + 4)
\n" ); document.write( "y + 36 = 5y + 20
\n" ); document.write( "16 = 4y
\n" ); document.write( "y = 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The father is 36 and the son is 4.
\n" ); document.write( "
\n" );