document.write( "Question 501699: Tom is 8 years older than Jane. Five years ago Tom was three times as old as Jane. How old is Jane now? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #338616 by mananth(16946)![]() ![]() You can put this solution on YOUR website! jane = x years \n" ); document.write( "tom = x+8\r \n" ); document.write( "\n" ); document.write( "5 years ago \n" ); document.write( "jane = x-5 \n" ); document.write( "Tom = (x+8)-5=>x+3\r \n" ); document.write( "\n" ); document.write( "x+3=3(x-5) \n" ); document.write( "x+3=3x-15 \n" ); document.write( "3x-x=18 \n" ); document.write( "2x=18 \n" ); document.write( "x=9\r \n" ); document.write( "\n" ); document.write( "Jane = 9 years \n" ); document.write( "Tome = 9+8 = 17 years \n" ); document.write( " |