document.write( "Question 435199: This year i am twice as old as my daughter. Fourteen years ago I was four times as old as she was then. How old am I? \n" ); document.write( "
Algebra.Com's Answer #301267 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let m equal me, d is my daughter: \n" ); document.write( "m=2d \n" ); document.write( "m-14=4(d-14) \n" ); document.write( "2d-14=4d-56 \n" ); document.write( "42=2d \n" ); document.write( "21=d \n" ); document.write( "42=m. \n" ); document.write( " |