document.write( "Question 158770: In 5 years, Dad will be three times as old as his daughter Jill will be then. If the sum of their present ages is 50, how old are they now?\r
\n" );
document.write( "\n" );
document.write( "If x + 5 is Jill's age five years from now, which of the following equations could be used to solve the problem? \n" );
document.write( "
Algebra.Com's Answer #116937 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! i'm not sure what equations you are looking at, but the following equation will solve the problem. \n" ); document.write( "let D = dad's age now. \n" ); document.write( "let J = jill's age now. \n" ); document.write( "D+5 = dad's age 5 years from now. \n" ); document.write( "J+5 = jill's age 5 years from now. \n" ); document.write( "problem states that the sum of their ages now is 50, so \n" ); document.write( "D+J=50 \n" ); document.write( "problem states that in 5 years dad will be 3 times as old as jill will be then, so \n" ); document.write( "(D+5) = 3 * (J+5) \n" ); document.write( "to solve this problem, we remove one of the unknowns by expressing it in terms of the other unknown in one of the equations. \n" ); document.write( "i took D+J=50 because it was simpler. i could have used the other equation as well. either way it will work. \n" ); document.write( "if D+J=50, then D=(50-J) \n" ); document.write( "taking that relationship and substituting for D in the other equation, it becomes \n" ); document.write( "50 - J + 5 = 3 * (J + 5) \n" ); document.write( "this becomes \n" ); document.write( "50 - J + 5 = (3 * J) + (3 * 5) \n" ); document.write( "this becomes \n" ); document.write( "55 - J = (3 * J) + 15 \n" ); document.write( "this becomes \n" ); document.write( "55 - 15 = (3 * J) + J \n" ); document.write( "which becomes \n" ); document.write( "40 = 4*J \n" ); document.write( "which becomes \n" ); document.write( "10 = J which is the same as J = 10. \n" ); document.write( "if J = 10, then D = 50 - J becomes D = 50 - 10 becomes D = 40 \n" ); document.write( "so jill is 10 years old today and dad is 40 years old today. \n" ); document.write( "5 years from now, jill will be 15 years old and dad will be 45 years old. \n" ); document.write( "45 is 3 * 15 so the requirements of the equation is satisfied. \n" ); document.write( "if you substitute y for D and x for J, then these equations become... \n" ); document.write( "(x+y) = 50 \n" ); document.write( "(y+5) = 3*(x+5) \n" ); document.write( "y is dad's age now. \n" ); document.write( "x is jill's age now.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |