document.write( "Question 908559: A mother is 24yrs older than her daughter. if the daughter age is x yrs. find x when the daughter is one-third of her mothers age \n" ); document.write( "
Algebra.Com's Answer #551225 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x = (1/3)(x+24) \n" ); document.write( "x = (1/3)x + 8 \n" ); document.write( "(2/3)x = 8 \n" ); document.write( "x = 8(3/2) = 12, the daughter's age at that time \n" ); document.write( "checking... \n" ); document.write( "12 = (1/3) 36 \n" ); document.write( " |