document.write( "Question 425492: the sum of the ages of joe and jim is 77. eight years from now, joe will be twice jim's age. find joe's present age? \n" ); document.write( "
Algebra.Com's Answer #296262 by shree840(260)\"\" \"About 
You can put this solution on YOUR website!
x=joe
\n" ); document.write( "y=jim
\n" ); document.write( "x+y=77
\n" ); document.write( "x+8=2(y+8)or
\n" ); document.write( "x-2y=8
\n" ); document.write( "------------
\n" ); document.write( "subtract line 2 fom line 1\r
\n" ); document.write( "\n" ); document.write( "x+y=77
\n" ); document.write( "x-2y=8 subtracting the new line is
\n" ); document.write( "-x+2y=-8
\n" ); document.write( "y+2y=77-8=69
\n" ); document.write( "3y=69
\n" ); document.write( "y=23
\n" ); document.write( "x=77-23=54
\n" ); document.write( "answer joe=54 jim=31
\n" ); document.write( "
\n" );