document.write( "Question 1067519: Jeff is 17 years older than Sue. In 11 years Jeff will be twice as old as Sue. How old are they both? \n" ); document.write( "
Algebra.Com's Answer #683012 by chen.aavaz(62)\"\" \"About 
You can put this solution on YOUR website!
\"J=S%2B17\"
\n" ); document.write( "\"%28J%2B11%29=2%28S%2B11%29\"
\n" ); document.write( "\"%28S%2B17%2B11%29=2%2AS%2B22\"
\n" ); document.write( "\"S%2B28=2S%2B22\"
\n" ); document.write( "\"S=6\"
\n" ); document.write( "\"J=23\"
\n" ); document.write( "
\n" );