document.write( "Question 901686: Tom is five years older than Bob. In 4 years , Tom will be twice as old as Bob is now . How old are they? \n" ); document.write( "
Algebra.Com's Answer #546931 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
b is Bob's age NOW. Tom \"b%2B5\"
\n" ); document.write( "In 4 years...
\n" ); document.write( "(b+5) + 4 = 2(b+4)
\n" ); document.write( " 1 = b, Bob's age NOW. Tom is 6 \"1%2B5\"
\n" ); document.write( "And..
\n" ); document.write( "10 = 2(5)
\n" ); document.write( "
\n" );