document.write( "Question 628769: The age of a man is 4 times the sum of the ages of his three children and in 8 years it will be twice the sum. What is the present age of the man? \n" ); document.write( "
Algebra.Com's Answer #395826 by graphmatics(170)![]() ![]() You can put this solution on YOUR website! Let x be the age of the man. Let y be the sum of the ages of the 3 children. Then\n" ); document.write( "x=4y\n" ); document.write( "x+8=2*(y+3*8) \n" ); document.write( "x-4y=0\n" ); document.write( "x-2y=-8+48\n" ); document.write( "We solve this system\n" ); document.write( "
|