document.write( "Question 601254: Jim is 3 times as old as Jane was 2 years ago. in 10 years Jane will be as old as Jim is now. how old are they now? \n" ); document.write( "
Algebra.Com's Answer #379663 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Jane's age now = x \n" ); document.write( "2 years ago his age = x-2\r \n" ); document.write( "\n" ); document.write( "Jim is now 3(x-2)\r \n" ); document.write( "\n" ); document.write( "Present ages Jane =x \n" ); document.write( "Jim = 3(x-2)\r \n" ); document.write( "\n" ); document.write( "10 years later\r \n" ); document.write( "\n" ); document.write( "Jane's age = x+10\r \n" ); document.write( "\n" ); document.write( "x+10=3(x-2) \n" ); document.write( "x+10=3x-6 \n" ); document.write( "3x-x= 10+6 \n" ); document.write( "2x= 16 \n" ); document.write( "/2 \n" ); document.write( "x= 8 \r \n" ); document.write( "\n" ); document.write( "Jane's age now = 8 years \n" ); document.write( "Jims age = 3(x-2) \n" ); document.write( "=3(8-2) \n" ); document.write( "=18\r \n" ); document.write( "\n" ); document.write( "Jim's age = 18 years now \n" ); document.write( " |