document.write( "Question 1145695: Carla is 5 years older than Nick and Nick is 4 years older than Nancy. The sum of their ages is 46.How old is carla? \n" ); document.write( "
Algebra.Com's Answer #766937 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Carla               x+9\r\n" );
document.write( "Nick                x+4\r\n" );
document.write( "Nancy                x\r\n" );
document.write( "SUM                 46\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"%28x%2B9%29%2B%28x%2B4%29%2Bx=46\"
\n" ); document.write( "-
\n" ); document.write( "\"3x%2B13=46\"
\n" ); document.write( "\"3x=33\"
\n" ); document.write( "\"x=11\"
\n" ); document.write( "-
\n" ); document.write( "CARLA, 20 years old.
\n" ); document.write( "
\n" );