document.write( "Question 1007572: Father is 5 times as old as his son.In 18 years the father will twice as old as his son.How is the father at present? \n" ); document.write( "
Algebra.Com's Answer #623447 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let their ages NOW be f and s. So we have \n" ); document.write( "f = 5s and in 18 years \n" ); document.write( "f+18 = 2(s+18) \n" ); document.write( "f+18 = 2s + 36 \n" ); document.write( "f = 2s + 18 \n" ); document.write( "Now substitute the first into this second one and get \n" ); document.write( "5s = 2s + 18 \n" ); document.write( "3s = 18 \n" ); document.write( "s = 6 years old \n" ); document.write( "f is then 30 years old \n" ); document.write( " |