document.write( "Question 1163555: Jack is two years younger than Jill which is 3 times John’s age. If the sum of their ages is 23. How old is Jill? \n" ); document.write( "
Algebra.Com's Answer #787678 by josgarithmetic(39616)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "PERSON        AGE\r\n" );
document.write( "Jack          3n-2\r\n" );
document.write( "Jill          3n\r\n" );
document.write( "John           n\r\n" );
document.write( "SUM           23\r\n" );
document.write( "
\n" ); document.write( "
\n" );