document.write( "Question 768297: A man is three times older than his son. If the differences between the two of them is 20, what is the sum total of the age? \n" ); document.write( "
Algebra.Com's Answer #468490 by suruman(21)![]() ![]() You can put this solution on YOUR website! Let age of the son be x \n" ); document.write( "Since man is 3 times as old as son, man's age = 3x \n" ); document.write( "Difference between their age = 20. \n" ); document.write( "Thus, \n" ); document.write( "3x - x = 20 \n" ); document.write( "2x = 20 \n" ); document.write( "x = 10 \n" ); document.write( "Thus age of son = 10 \n" ); document.write( "Age of the man = 3*10 = 30 \n" ); document.write( "Thus sum of their ages = 30 + 10 = 40 \n" ); document.write( " \n" ); document.write( " |