document.write( "Question 757504: Ten years ago, a father was 8 times the age of the son. if the total of their ages is now 56, what are their present ages? \n" ); document.write( "
Algebra.Com's Answer #460846 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Ten years ago, a father was 8 times the age of the son. if the total of their ages is now 56, what are their present ages? \n" ); document.write( "*** \n" ); document.write( "let x=present age of father \n" ); document.write( "56-x=present age of son \n" ); document.write( "10 yrs ago: \n" ); document.write( "x-10=age of father \n" ); document.write( "56-x-10=46-x=age of son \n" ); document.write( "age of father=8 times age of son \n" ); document.write( "x-10=8(46-x) \n" ); document.write( "x-10=368-8x \n" ); document.write( "9x=378 \n" ); document.write( "x=42 \n" ); document.write( "56-x=14 \n" ); document.write( "present age of father=42 \n" ); document.write( "present age of son=14 \n" ); document.write( " |