document.write( "Question 738: Timothy's age in 13 yers will be twice what it was 15 years ago. How old is Timothy now? \n" ); document.write( "
Algebra.Com's Answer #250 by raisetoana(4)![]() ![]() ![]() You can put this solution on YOUR website! Let T be Timothy's age now. \n" ); document.write( "T + 13 is Timothy's Age 13 years from now. \n" ); document.write( "T - 15 is Timothy's Age 15 years ago.\r \n" ); document.write( "\n" ); document.write( "T + 13 = 2(T-15) \n" ); document.write( "T + 13 = 2T - 30 \n" ); document.write( "43 = T\r \n" ); document.write( "\n" ); document.write( "Timothy is 43 years old. \n" ); document.write( " |