document.write( "Question 1188671: A man has three children. The oldest child is three times as old as the
\n" ); document.write( "youngest. The second child is six years older than the youngest and six
\n" ); document.write( "years younger than the oldest. The age of the youngest child is:
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #819804 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "CHILD                   AGE\r\n" );
document.write( "youngest                 j\r\n" );
document.write( "middle or second         j+6=3j-6\r\n" );
document.write( "oldest                   3j\r\n" );
document.write( "

\n" ); document.write( "\"j=6\"
\n" ); document.write( "
\n" );