document.write( "Question 242951: in four years time, a father will be three times as old as his son. six years ago he was seven times as old as his son. how old are they now ? \n" ); document.write( "
Algebra.Com's Answer #178123 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x = father's current age \n" ); document.write( "y = son's current age \n" ); document.write( "In 4 years, x will be 3 times y, which is shown as: x+4 = 3(y+4) \n" ); document.write( "Six years ago (x-6) he was 7 times as old: x-6 = 7(y-6) \n" ); document.write( "... \n" ); document.write( "Summarizing what we know: \n" ); document.write( "x + 4 = 3(y+4) = 3y + 12 \n" ); document.write( "x - 6 = 7(y-6) = 7y - 42 \n" ); document.write( "... \n" ); document.write( "Deriving a value for x: \n" ); document.write( "x + 4 = 3y + 12 \n" ); document.write( "x = 3y + 12 - 4 \n" ); document.write( "x = 3y + 8 \n" ); document.write( "... \n" ); document.write( "Substituting into the second equation, \n" ); document.write( "x - 6 = 7y - 42 \n" ); document.write( "3y+8 -6 = 7y -42 \n" ); document.write( "3y+2 = 7y - 42 \n" ); document.write( "2+42 = 7y-3y \n" ); document.write( "44 = 4y \n" ); document.write( "4y = 44 \n" ); document.write( "y = 11 \n" ); document.write( "... \n" ); document.write( "Going back to a formula we know \n" ); document.write( "x = 3y + 8 \n" ); document.write( "x = 3(11) + 8 = 41 \n" ); document.write( "x = 41 \n" ); document.write( "... \n" ); document.write( "Check our work by checking the other facts given. \n" ); document.write( "How old will they be in 4 years? \n" ); document.write( "x+4 = 41+4 = 45 \n" ); document.write( "y+4 = 11+4 = 15 \n" ); document.write( "Does 15 = 3*15? Yes, it does. \n" ); document.write( "How old were they 6 years ago? \n" ); document.write( "x-6 = 41-6 = 35 \n" ); document.write( "y-6 = 11-6 = 5 \n" ); document.write( "Is x = 7 times the son's age? \n" ); document.write( "35 = 7*5? Yes. \n" ); document.write( "... \n" ); document.write( "So, we are confident the current ages are: \n" ); document.write( "father = 41 \n" ); document.write( "son = 11 \n" ); document.write( " |