document.write( "Question 103025: A woman is one more year than 4 times the age of her daughter. In 4 years, she will be 3 times as old as her daughter will be then. What are their present ages? \n" ); document.write( "
Algebra.Com's Answer #74906 by rossiv53(27)![]() ![]() ![]() You can put this solution on YOUR website! Let x = daughter's age and (4x+1) = the mother's age. In 4 years their ages will be (x+4) = daughter's age and (4x+1)+4 = the mother's age. Now in 4 years the mother will be 3 times as old. This means the equation is 3 times the daughter's age in 4 years = to the mother's age in 4 years.\r \n" ); document.write( "\n" ); document.write( "3(x+4) = (4x+1)+4) \n" ); document.write( "3x+12 = 4x+5 \n" ); document.write( "3x+12-12 = 4x+5-12 \n" ); document.write( "3x = 4x-7 \n" ); document.write( "3x-4x = -7 \n" ); document.write( "-x = -7 \n" ); document.write( "x = 7\r \n" ); document.write( "\n" ); document.write( "So, daughter's age now is 7 and since mother's age is 4x+1, her age is 29. \n" ); document.write( "Good luck! \n" ); document.write( " |