document.write( "Question 1037995: A man is 26 years older than his son. He is also 8 years older than three times his son's age. Find the son' age \n" ); document.write( "
Algebra.Com's Answer #652673 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
A man is 26 years older than his son.
\n" ); document.write( "
\r\n" );
document.write( "M = S+26\r\n" );
document.write( "

\n" ); document.write( "He is also 8 years older than three times his son's age.
\n" ); document.write( "
\r\n" );
document.write( "M = 3S+8\r\n" );
document.write( "\r\n" );
document.write( "\"system%28+M=S%2B26%2CM=3S%2B8%29\"\r\n" );
document.write( "\r\n" );
document.write( "Substitute S+26 for M in the second equation and solve for S.\r\n" );
document.write( "Then substitute what you get in one of those to find M.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );