document.write( "Question 170817: A father is 4 times older as old as his daughter. In 20 years he will be only twice as old as his daughter. How old are the father and daughter now? \n" ); document.write( "
Algebra.Com's Answer #126114 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A father is 4 times older as old as his daughter. In 20 years he will be only twice as old as his daughter. How old are the father and daughter now? \n" ); document.write( "--------------------- \n" ); document.write( "NOW DATA: \n" ); document.write( "Let daughter be x yrs. old \n" ); document.write( "father is 4x yrs old \n" ); document.write( "--------------------------- \n" ); document.write( "In 20 years DATA: \n" ); document.write( "daughter will be x+20 yrs old \n" ); document.write( "father will be 4x+20 yrs old \n" ); document.write( "----------------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "father = 2*daughter's age \n" ); document.write( "4x+20 = 2(x+20) \n" ); document.write( "4x+20 = 2x+40 \n" ); document.write( "2x = 20 \n" ); document.write( "x = 10 (daughter's age NOW) \n" ); document.write( "4x = 40 (father's age NOW) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |