document.write( "Question 769380: a man is four time as old as his son,in four years time he will be three time as old as his son.what are their ages now? \n" ); document.write( "
Algebra.Com's Answer #468825 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Man is 4 x as old as his son \n" ); document.write( "M = 4S \n" ); document.write( "In 4 years time he will be 3 x as old as his son. \n" ); document.write( "M + 4 = 3(S + 4) \n" ); document.write( "Replace M on right hand side \n" ); document.write( "with 4s \n" ); document.write( "4S + 4 = 3(S + 4) \n" ); document.write( "4S + 4 = 3S + 12 \n" ); document.write( "4S - 3S = 12 - 4 \n" ); document.write( "S = 8 \n" ); document.write( "Ages now: \n" ); document.write( "Son 12 years old \n" ); document.write( "Man 36 years old \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |