document.write( "Question 1201899: A store sells tents, sleeping bags, and camp stools. A customer buys a tent, 5 sleeping bags, and 2 camp stools for $231. The cost of the sleeping bag is $21 more than the cost of a camp stool. Find the cost of each item. \n" ); document.write( "
Algebra.Com's Answer #836470 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                    PRICE         COUNT         COST\r\n" );
document.write( "\r\n" );
document.write( "TENT                 t             1             t\r\n" );
document.write( "\r\n" );
document.write( "SLEEP BAG            c+21          5           5(c+21)\r\n" );
document.write( "\r\n" );
document.write( "CAMP TOOL            c             2           2c\r\n" );
document.write( "\r\n" );
document.write( "COST of PURCHASE                               231\r\n" );
document.write( "

\n" ); document.write( "The best you can do is find an equation in two unknown variables.\r
\n" ); document.write( "\n" ); document.write( "\"t%2B5c%2B105%2B2c=231\"\r
\n" ); document.write( "\n" ); document.write( "\"t%2B7c=231-105\"\r
\n" ); document.write( "\n" ); document.write( "\"highlight_green%28t%2B7c=126%29\"--------not much more to do unless more information given
\n" ); document.write( "
\n" );