document.write( "Question 1035768: Nathen is 4 years older than Henry. If the average of their ages is 28, what is the age of Nathan? \n" ); document.write( "
Algebra.Com's Answer #650414 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call their ages now, n and h. We can write
\n" ); document.write( "n = h + 4 and
\n" ); document.write( "(n + h)/2 = 28 which becomes
\n" ); document.write( "n + h = 56
\n" ); document.write( "Now substitute in the first one and get
\n" ); document.write( "h+4 + h = 56
\n" ); document.write( "2h + 4 = 56
\n" ); document.write( "2h = 52
\n" ); document.write( "h = 26 so that
\n" ); document.write( "n = 30
\n" ); document.write( "
\n" );