document.write( "Question 107622: Find the number of Calories in a stalk of celery and in a carrot.\r
\n" );
document.write( "\n" );
document.write( "1. A carrot has 13 Calories more than a celery stalk.
\n" );
document.write( "2. Five carrots and ten celery stalks have only 170 Calories.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #78427 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=celery, so x+13=carrot ... 5(x+13)+10(x)=170 ... 5x+65+10x=170 ... 15x+65=170 \n" ); document.write( " |