document.write( "Question 1028287: Sara is 37 years older than Tom. In 10 years, Sara will be double the age of Tom. How old is Tom? \n" ); document.write( "
Algebra.Com's Answer #643491 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call their ages now, s and t. Then we write
\n" ); document.write( "s = t + 37
\n" ); document.write( "In ten years,
\n" ); document.write( "s + 10 = 2(t + 10)
\n" ); document.write( "Now substitute the first equation into the second and get
\n" ); document.write( "t+37 + 10 = 2(t + 10)
\n" ); document.write( "t + 47 = 2t + 20
\n" ); document.write( "Now subtract t and subtract 20 and get
\n" ); document.write( "47 = t + 20
\n" ); document.write( "t = 27 years old (Tom)
\n" ); document.write( "
\n" ); document.write( "
\n" );