document.write( "Question 552094: The age of the father will be five times the age of his son in five years time. If the sum of their ages now is 80 years. Calculate the present age of the father. \n" ); document.write( "
Algebra.Com's Answer #360108 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The age of the father will be five times the age of his son in five years time. If the sum of their ages now is 80 years. Calculate the present age of the father. \n" ); document.write( "============================= \n" ); document.write( "Let f = the father's present age \n" ); document.write( "Let s = the son's present age \n" ); document.write( "Given: in 5 years the father will be 5 times as old as the son; sum of their ages is 80 \n" ); document.write( "Put this information in equation form: \n" ); document.write( "f + 5 = 5(s + 5) \n" ); document.write( "f + s = 80 -> s = 80 - f \n" ); document.write( "f + 5 = 5((80 - f) + 5) \n" ); document.write( "Solve for f: \n" ); document.write( "f + 5 = 425 - 5f \n" ); document.write( "6f = 420 \n" ); document.write( "f = 70 \n" ); document.write( "So the father is 70 years old \n" ); document.write( " |