document.write( "Question 1157455: Carl is twice as old as Jack. Ben is five years older than Jack. The sum of the ages of the three children is 41.
\n" ); document.write( "How old is Carl?
\n" ); document.write( "How old is Jack?
\n" ); document.write( "How old is Ben?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #780297 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "CARL            2j            18\r\n" );
document.write( "JACK            j              9\r\n" );
document.write( "BEN             j+5           14\r\n" );
document.write( "SUM             41\r\n" );
document.write( "
\n" ); document.write( "
\n" );