document.write( "Question 1160733: Joe is x years old.
\n" ); document.write( "Sue is 3 years old younger than Joe.
\n" ); document.write( "Paul is twice old as joe.
\n" ); document.write( "The sum of their ages is 33.
\n" ); document.write( "How old is Joe?
\n" ); document.write( "

Algebra.Com's Answer #784132 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "PERSON        AGE\r\n" );
document.write( "Joe            x\r\n" );
document.write( "Sue            x-3\r\n" );
document.write( "Paul          2x\r\n" );
document.write( "SUM           33\r\n" );
document.write( "

\n" ); document.write( "What to do is now clear enough.
\n" ); document.write( "
\n" );