document.write( "Question 935902: a mother was 26 years old when her daughter ws born. the mother is now 6 years less than 3 times as old as her daughter. How old is the daughter now? \n" ); document.write( "
Algebra.Com's Answer #569272 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! a mother was 26 years old when her daughter ws born. the mother is now 6 years less than 3 times as old as her daughter. How old is the daughter now? \n" ); document.write( ". \n" ); document.write( "Let d = daughter's age \n" ); document.write( "then from \"mother was 26 years old when her daughter was born\" we have: \n" ); document.write( "d+26 = mother's age \n" ); document.write( ". \n" ); document.write( "from \"the mother is now 6 years less than 3 times as old as her daughter\" \n" ); document.write( "3d-6 = d+26 \n" ); document.write( "2d-6 = 26 \n" ); document.write( "2d = 32 \n" ); document.write( "d = 16 years old (answer) \n" ); document.write( " |