document.write( "Question 1018051: In 4 years a mother will be five times as old as her daughter at present the mother is 9 times as old as the daughter how old are the mother and the daughter today \n" ); document.write( "
Algebra.Com's Answer #634214 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! In 4 years a mother will be five times as old as her daughter at present the mother is 9 times as old as the daughter how old are the mother and the daughter today \n" ); document.write( "let x=daughter's present age \n" ); document.write( "9x- mother's present age \n" ); document.write( "in 4 yrs: \n" ); document.write( "x+4=daughter's age \n" ); document.write( "9x+4= mother's age \n" ); document.write( "9x+4=5(x+4 \n" ); document.write( "9x+4=5x+20 \n" ); document.write( "4x=16 \n" ); document.write( "x=4 \n" ); document.write( "9x=36 \n" ); document.write( "daughter's present age=4 \n" ); document.write( " mother's present age=36 \n" ); document.write( " \n" ); document.write( " |