document.write( "Question 843147: a father is four times as old as his son. in 8 years he will be 3 times as old. how old will his son be \n" ); document.write( "
Algebra.Com's Answer #507973 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! set s = son's age , f = father's age \n" ); document.write( "f = 4s \n" ); document.write( "f+8 = 3(s+8) \n" ); document.write( "substitute 4s for f \n" ); document.write( "4s + 8 = 3s + 24 \n" ); document.write( "add -3s to each side \n" ); document.write( "s + 8 = 24 \n" ); document.write( "add -8 to each side \n" ); document.write( "s = 16 \n" ); document.write( "so f = 4*16 = 64 \n" ); document.write( "Let's verify f+8 = 3(s+8) \n" ); document.write( "64+8 =? 3(16+8) \n" ); document.write( "72 =? 3(24) \n" ); document.write( "72 = 71 \n" ); document.write( "So we know the son's age is 16 and the father is 64 \n" ); document.write( " \n" ); document.write( " |