document.write( "Question 903984: jane is 3 years older than tom, tom is 2 more than twice the age of joe. If the sum of their ages is 40 how old is tom? \n" ); document.write( "
Algebra.Com's Answer #548442 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x Tom's age
\n" ); document.write( "Question States***
\n" ); document.write( "Jane + Tom + Joe = 40
\n" ); document.write( "(x+3) + x + (x-2) = 40
\n" ); document.write( "3x = 39
\n" ); document.write( "x = 13, Tom's age. Jane is 16 and Joe is 11
\n" ); document.write( "And...checking
\n" ); document.write( "Sum of ages = 40
\n" ); document.write( "
\n" );