document.write( "Question 967770: a man is five times as old as his son. Four years ago he was nine times as old. Find their present ages. \n" ); document.write( "
Algebra.Com's Answer #591492 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a man is five times as old as his son. Four years ago he was nine times as old. Find their present ages. \n" ); document.write( "*** \n" ); document.write( "let x=son's present age \n" ); document.write( "5x=man's present age \n" ); document.write( ".. \n" ); document.write( "4 yrs ago: \n" ); document.write( "x-4=son's age \n" ); document.write( "5x-4=man's age \n" ); document.write( "5x-4=9(x-4) \n" ); document.write( "5x-4=9x-36 \n" ); document.write( "4x=32 \n" ); document.write( "x=8 \n" ); document.write( "5x=40 \n" ); document.write( "son's present age=8 \n" ); document.write( "man's present age=40 \n" ); document.write( " |