document.write( "Question 837833: A father is now only three times as old as his son but eight years ago the father was five times as old as his son. Find their present ages. \n" ); document.write( "
Algebra.Com's Answer #504859 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Let f = father's present age \n" ); document.write( "let s = son's present age \n" ); document.write( ": \n" ); document.write( "A father is now only three times as old as his son \n" ); document.write( "f = 3s \n" ); document.write( ": \n" ); document.write( "eight years ago the father was five times as old as his son. \n" ); document.write( "f - 8 = 5(s-8) \n" ); document.write( "f - 8 = 5s - 40 \n" ); document.write( "f = 5s - 40 + 8 \n" ); document.write( "f = 5s - 32 \n" ); document.write( "Replace f with 3s from the 1st statement \n" ); document.write( "3s = 5s - 32 \n" ); document.write( "32 = 5s - 3s \n" ); document.write( "32 = 2s \n" ); document.write( "s = 16 is son's present age \n" ); document.write( "I'll let you find father's age, check your solutions in the 2nd statement\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Find their present ages. \n" ); document.write( " |