document.write( "Question 37658This question is from textbook
\n" );
document.write( ": Tyrone is twice as old as his daughter. In six years Tyrone's age will be three times what his daughter's age was six years ago. How old are they present? \n" );
document.write( "
Algebra.Com's Answer #23703 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Always set up variables for age problems NOW. That is, \n" ); document.write( "let T = Tyrone's age NOW and \n" ); document.write( "let D = his daughter's age NOW. \n" ); document.write( "Thus \n" ); document.write( "T = 2D and \n" ); document.write( "T + 6 = 3(D - 6) \n" ); document.write( "Substituting \n" ); document.write( "2D + 6 = 3D - 18 \n" ); document.write( "D = 24 \n" ); document.write( "T = 48 \n" ); document.write( " |