document.write( "Question 1069688: James is 12 Years older than his brother Tim. Three years ago, James was three times as old as Tim. Find their presents ages
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #691121 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let Tim be t. Then James is t+12. So: \n" ); document.write( "t+12-3=3(t-3) \n" ); document.write( "t+9=3t-9 \n" ); document.write( "2t=18 \n" ); document.write( "t=9 \n" ); document.write( "Tim is 9; James is 21. ☺☺☺☺ \n" ); document.write( " |