document.write( "Question 501020: A mother is 20 years older then her daughter. Ten years ago the mother was twice as old as the daughter.how old are they now? \n" ); document.write( "
Algebra.Com's Answer #338383 by Mr_Mathman(5)![]() ![]() ![]() You can put this solution on YOUR website! Mom's age is 20+x \n" ); document.write( "Mom's age ten years ago is 20+x-10 = 10+x \n" ); document.write( "Twice the daughter's age ten years ago is 2(x-10)\r \n" ); document.write( "\n" ); document.write( "hence \n" ); document.write( "10+x = 2(x-10) = 2x-20 \n" ); document.write( "10+x = 2x-20 add 20 to both sides of the eqn. \n" ); document.write( "30+x = 2x subtract x from both sides of the eqn \n" ); document.write( "30 = x\r \n" ); document.write( "\n" ); document.write( "sothe daughter is 30 years old now and the Mom is 30+20 = 50 years old now \n" ); document.write( " |