document.write( "Question 1003232: Tom's and Tim's ages add up to 21 years. In 3 years, Tom will be twice Tim’s age. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #620002 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call Tom and Tim's age NOW, x and y. \n" ); document.write( "Thus \n" ); document.write( "x + y = 21 \n" ); document.write( "In 3 years, \n" ); document.write( "x+3 = 2(y+3) = 2y + 6 \n" ); document.write( "and \n" ); document.write( "x = 2y + 3 \n" ); document.write( "Now substitute that into the first equation and get \n" ); document.write( "2y + 3 + y = 21 \n" ); document.write( "3y = 18 \n" ); document.write( "y = 6 \n" ); document.write( "x = 15 \n" ); document.write( " |