document.write( "Question 974253: Hulian is 10 years older than tom. The sum of their ages is 50. How old is tom? \n" ); document.write( "
Algebra.Com's Answer #596225 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let Tom's age be x. \n" ); document.write( "Then Hulian's age is (x+10). \n" ); document.write( "The sum of their ages is 50. \n" ); document.write( "x+(x+10)=50 \n" ); document.write( "2x=40 \n" ); document.write( "x=20 \n" ); document.write( "Tom is 20 years old. \n" ); document.write( "Hulian is 30 years old. \n" ); document.write( " |