document.write( "Question 384014: A man is 25 years old when his daughter is born. How many years later will the daughter's age be half the father's age? \n" ); document.write( "
Algebra.Com's Answer #271861 by mananth(16946)![]() ![]() You can put this solution on YOUR website! daughter = 0 \n" ); document.write( "father = 25 \n" ); document.write( ".. \n" ); document.write( "after x years \n" ); document.write( "father = 25 +x \n" ); document.write( "daughter = x \n" ); document.write( ".. \n" ); document.write( "x=1/2(25+x) \n" ); document.write( "multiply by 2 \n" ); document.write( "2x= 25+x \n" ); document.write( "2x-x= 25 \n" ); document.write( "x= 25 \n" ); document.write( ".. \n" ); document.write( "after 25 years father will be double the daughter's age \n" ); document.write( ".. \n" ); document.write( "m.annath@hotmail.ca \n" ); document.write( " |