document.write( "Question 880261: a man is 21 years older than his son. in six years, the man will be 5 times tha age of his son. what is age of the son now? \n" ); document.write( "
Algebra.Com's Answer #531349 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
a man is 21 years older than his son. in six years, the man will be 5 times tha age of his son. what is age of the son now?
\n" ); document.write( "-----------
\n" ); document.write( "f = s + 21
\n" ); document.write( "f+6 = 5*(s+6)
\n" ); document.write( "-----
\n" ); document.write( "Sub for f, the father's age
\n" ); document.write( "s + 21 + 6 = 5s + 30
\n" ); document.write( "s + 27 = 5s + 30
\n" ); document.write( "4s = -3
\n" ); document.write( "s = -3/4 (son's age)
\n" ); document.write( "= -9 months
\n" ); document.write( "------
\n" ); document.write( "His son is not yet born, but might be a zygote.
\n" ); document.write( "
\n" );