document.write( "Question 644175: A man is 6 times as old as his son. 20 years later, the man will be twice as old as his son. Find the age of the man when his son was born. \n" ); document.write( "
Algebra.Com's Answer #404896 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A man is 6 times as old as his son. 20 years later, the man will be twice as old as his son. Find the age of the man when his son was born. \n" ); document.write( "-------------- \n" ); document.write( "m = 6s \n" ); document.write( "m+20 = 2*(s+20) \n" ); document.write( "---------------- \n" ); document.write( "6s+20 = 2s + 40 \n" ); document.write( "s = 5 \n" ); document.write( "m = 30 \n" ); document.write( "------- \n" ); document.write( "m - s = 25 \n" ); document.write( " |