document.write( "Question 293535: Jeff is three times as old as his son. Jeff will be twice as old as his son in 13 years. How old is Jeff now \n" ); document.write( "
Algebra.Com's Answer #217660 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
Jeff Son
\n" ); document.write( "J=3S
\n" ); document.write( "J+13=2(S+13)
\n" ); document.write( "J+13=2S+26
\n" ); document.write( "J=2S+13
\n" ); document.write( "3S=2S+13
\n" ); document.write( "S=13
\n" ); document.write( "J=3(13)
\n" ); document.write( "J=39
\n" ); document.write( "
\n" );