document.write( "Question 484509: the sum of bob and tom's ages now is 67 years. Eight years ago bob was twice as old as tom. How old is each now? \n" ); document.write( "
Algebra.Com's Answer #331521 by chessace(471)\"\" \"About 
You can put this solution on YOUR website!
B+T=67
\n" ); document.write( "(B-8)=2(T-8)
\n" ); document.write( "B=8+2T-16=2T-8
\n" ); document.write( "2T-8+T=67
\n" ); document.write( "3T=75
\n" ); document.write( "T=25
\n" ); document.write( "B=42
\n" ); document.write( "
\n" ); document.write( "
\n" );