document.write( "Question 899750: a woman is currently 21 years older than her daughter. Eleven years before the current time. the daughter was two-thirds as old as her mother. what is the current age of the mother? \n" ); document.write( "
Algebra.Com's Answer #545576 by mananth(16946)![]() ![]() You can put this solution on YOUR website! a woman is currently 21 years older than her daughter. Eleven years before the current time. the daughter was two-thirds as old as her mother. what is the current age of the mother?\r \n" ); document.write( "\n" ); document.write( "let daughter's age be x now\r \n" ); document.write( "\n" ); document.write( "Mother's age now = (x+21) \r \n" ); document.write( "\n" ); document.write( "11 years ago\r \n" ); document.write( "\n" ); document.write( "daughter's age = (x-11)\r \n" ); document.write( "\n" ); document.write( "Mother's age = (x+21)-11\r \n" ); document.write( "\n" ); document.write( "(x-11)= (2/3)(x+10)\r \n" ); document.write( "\n" ); document.write( "3(x-11)=2(x+10)\r \n" ); document.write( "\n" ); document.write( "3x-33=2x+20\r \n" ); document.write( "\n" ); document.write( "3x-2x=20+33 \n" ); document.write( "x=53 \r \n" ); document.write( "\n" ); document.write( "Daughter's age now = 53 years \n" ); document.write( " |