document.write( "Question 1077184: Darren is four times old as Tabitha. In twenty years, Darren will be twice as old as Tabitha. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #691721 by addingup(3677)![]() ![]() You can put this solution on YOUR website! D = 4T \n" ); document.write( "and in twenty years: \n" ); document.write( "D+20 = 2(T+20) substitute for D: \n" ); document.write( "4T+20 = 2(T+20) \n" ); document.write( "4T+20 = 2T+40 \n" ); document.write( "4T = 2T+20 \n" ); document.write( "2T = 20 \n" ); document.write( "T = 10 \n" ); document.write( "Tabitha is 10 and Darren is 40 \n" ); document.write( " |