document.write( "Question 1054890: A mother is twice as old
\n" );
document.write( "as her daughter now, but ten
\n" );
document.write( "years ago, she was 3 times as old
\n" );
document.write( "as her daughter. Fins their ages
\n" );
document.write( "at present.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #670090 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x equal the mother's age now. \n" ); document.write( "let y equal her daughter's age now.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the mother is twice as old as the daughter now. \n" ); document.write( "this means that x = 2y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the mother was 3 times as old as her daughter 10 years ago. \n" ); document.write( "the mother was x - 10 years old ten years ago. \n" ); document.write( "the daughter was y - 10 years old ten years ago. \n" ); document.write( "this means that x - 10 = 3 * (y - 10).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have two equations that need to be solved simultaneously. \n" ); document.write( "they are: \n" ); document.write( "x = 2y \n" ); document.write( "x - 10 = 3 * (y - 10)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since x = 2y from the first equation, replace x with 2y in the second equation to get: \n" ); document.write( "x - 10 = 3 * (y - 10) becomes 2y - 10 = 3 * (y - 10) \n" ); document.write( "simplify to get: \n" ); document.write( "2y - 10 = 3y - 30 \n" ); document.write( "subtract 2y from both sides of the equation and add 30 to both sides of the eqution to get: \n" ); document.write( "30 - 10 = 3y - 2y \n" ); document.write( "combine like terms to get: \n" ); document.write( "20 = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since x = 2y, this means that x = 40.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have: \n" ); document.write( "x = 40 \n" ); document.write( "y = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "currently: \n" ); document.write( "the mother is x years old = 40. \n" ); document.write( "the daughter is y years old = 20. \n" ); document.write( "the mother is 2 times as old as the daughter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10 years ago: \n" ); document.write( "the mother was x - 10 = 30 years old. \n" ); document.write( "the daughter was y - 10 = 10 years old. \n" ); document.write( "the mother was 3 times as old as the daughter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solution looks good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solution is: \n" ); document.write( "mother is currently 40 years old. \n" ); document.write( "daughter is currently 20 years old. \n" ); document.write( " \n" ); document.write( " |