document.write( "Question 259030: A father is 32 years older than his daughter.In 4 years, the father will be 5 times as old as his daughter. Fid their present ages? \n" ); document.write( "
Algebra.Com's Answer #190716 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the age of the daughter = x \n" ); document.write( "Then the age of the father = x+32 \n" ); document.write( "In 4 years, the father will be 5 times as old as his daughter. \n" ); document.write( " (x+32)+4 = 5(x+4) \n" ); document.write( " x+36=5x+20 \n" ); document.write( " 36-20=5x-x \n" ); document.write( " 16=4x \n" ); document.write( " x=16/4=4 \n" ); document.write( "Therefore the age of the daughter = 4 \n" ); document.write( "And the age of the father = x+32 = 4+32 = 36\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |