document.write( "Question 930001: A man is 25 years younger than his father. The sum of their ages is 53. How old is the son? \n" ); document.write( "
Algebra.Com's Answer #564657 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the son's age \n" ); document.write( "(x+25) + x = 53 \n" ); document.write( "2x = 28 \n" ); document.write( "x = 14 ,the son's age \n" ); document.write( "and...checking \n" ); document.write( "39 + 14 = 53 \n" ); document.write( " |