document.write( "Question 1204027: The sum of the ages of a daughter and mother is 56 years; after four years the age of the mother will be three times that of the daughter. What is the age of the daughter and the mother, respectively? \n" ); document.write( "
Algebra.Com's Answer #840023 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's look at two different ways to set the problem up using a single variable. We could use two variables; but the work required to reach the answer is usually easier if we use a single variable. \n" ); document.write( "Probably the standard approach... \n" ); document.write( "let x = daughter's age \n" ); document.write( "then 56-x = mother's age (the sum of their ages is 56) \n" ); document.write( "x+4 = daughter's age in 4 years \n" ); document.write( "(56-x)+4 = 60-x = mother's age in 4 years \n" ); document.write( "In 4 years, the mother's age will be 3 times the daughter's age: \n" ); document.write( "60-x = 3(x+4) \n" ); document.write( "60-x = 3x+12 \n" ); document.write( "48 = 4x \n" ); document.write( "x = 12 \n" ); document.write( "ANSWERS: The daughter's age is x=12; the mother's age is 56-x = 44 \n" ); document.write( "A different possible setup.... \n" ); document.write( "let x = daughter's age in 4 years \n" ); document.write( "then 3x = mother's age in 4 years \n" ); document.write( "The sum of their ages in 4 years will be 56+4+4 = 64: \n" ); document.write( "x+3x = 64 \n" ); document.write( "4x = 64 \n" ); document.write( "x = 16 \n" ); document.write( "ANSWERS: the daughter's age is x-4 = 16-4 = 12; the mother's age now is 3x-4 = 48-4 = 44 \n" ); document.write( "Note that the algebra needed to solve the problem is easier with this alternative setup.... \n" ); document.write( "The lesson is that you should always be open to the possibility of setting up a problem in different ways. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |