document.write( "Question 506656: Jim is x years old.
\n" );
document.write( "Mike is 2 years older than Jim.
\n" );
document.write( "8 years ago, Mike was twice as old as Jim.
\n" );
document.write( "What is Jim's age? \n" );
document.write( "
Algebra.Com's Answer #340206 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Jim is x years old. \n" ); document.write( "Mike is 2 years older than Jim. \n" ); document.write( "8 years ago, Mike was twice as old as Jim. \n" ); document.write( "What is Jim's age? \n" ); document.write( "--- \n" ); document.write( "Mike is x+2. \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "x+2-8 = 2(x-8) \n" ); document.write( "x-6 = 2x-16 \n" ); document.write( "x = 10 yrs old (Jim's age now) \n" ); document.write( "x-2 = 8 yrs old (Mike's age now) \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |