document.write( "Question 1005144: A father is now 28 years older than his son. Ten years ago the father was 15 times as old as his son. How old is the father now? \n" ); document.write( "
Algebra.Com's Answer #621447 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the father and son's age NOW, f and s. Then we have \n" ); document.write( "f = s + 28 and \n" ); document.write( "f - 10 = 15(s - 10) \n" ); document.write( "Substitute the first into the second equation and get \n" ); document.write( "s + 28 - 10 = 15(s - 10) \n" ); document.write( "s + 18 = 15s - 150 \n" ); document.write( "168 = 14s \n" ); document.write( "s = 12 \n" ); document.write( "f is then 40 \n" ); document.write( " |