document.write( "Question 86640: A father is five years more than four times his son's age. In five years, he will be three times his son's age. How old is the son now? \n" ); document.write( "
Algebra.Com's Answer #62666 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! A father is five years more than four times his son's age. \n" ); document.write( "f = 5 + 4s \n" ); document.write( "In five years, he will be three times his son's age. How old is the son now? \n" ); document.write( "f + 5 = 3(s + 5) \n" ); document.write( "Plug: \n" ); document.write( "5 + 4s + 5 = 3s + 15 \n" ); document.write( "s = 5 \n" ); document.write( "f = 5 + 20 = 25 \n" ); document.write( "s + 5 is now ... so, the son is 10 years old. \n" ); document.write( " |