document.write( "Question 798542: a father is 27 years older than his son.the sum of their age is 55 years.find the age of the son? \n" ); document.write( "
Algebra.Com's Answer #482272 by Finavon(81)![]() ![]() ![]() You can put this solution on YOUR website! S and F: ages of son and father \n" ); document.write( "S+27=F (1) \n" ); document.write( "S+F=55 (2) \n" ); document.write( "Substitute for F from (1) \n" ); document.write( "(2) S+S+27=55 \n" ); document.write( "so 2S = 28 \n" ); document.write( "Son is 14 \n" ); document.write( "Father 41 \n" ); document.write( " |