document.write( "Question 855667: Ram is four years older than shyam.The sum of their ages is 52 years.Find the present age of shyam. \n" ); document.write( "
Algebra.Com's Answer #515506 by chndnbl(31)\"\" \"About 
You can put this solution on YOUR website!
Let shyam age be x.
\n" ); document.write( "Ram age=x + 4
\n" ); document.write( "sum of their ages =52
\n" ); document.write( "x + (x + 4) = 52
\n" ); document.write( "2x + 4 = 52
\n" ); document.write( "2x = 52 - 4
\n" ); document.write( "2x = 48
\n" ); document.write( "x =48/2
\n" ); document.write( "x = 24
\n" ); document.write( "Ram age =x + 4 =24 + 4 =28
\n" ); document.write( "
\n" );