document.write( "Question 390471: Tom is 4 years older than Jerry. Nine years ago, Tom was 5 times as old as Jerry was then. How old is each now.
\n" );
document.write( "Can you please use the chart method? \n" );
document.write( "
Algebra.Com's Answer #276910 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let t=tom's age now, j=jerry's age now. \n" ); document.write( "t=j+4 \n" ); document.write( "t-9=5(j-9) \n" ); document.write( "j+4-9=5j-45 Substitute j+4 for tom's age. \n" ); document.write( "j-5=5j-45 \n" ); document.write( "-4j=-40 \n" ); document.write( "j=10 \n" ); document.write( "t=14 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |