document.write( "Question 1179381: A store sells tents, sleeping bags, and camp stools. A customer buys a tent, 4 sleeping bags, and 5 camp stools for $258. The price of the tent is 8 times the cost of a camp stool. The cost of a sleeping bag is $39 more than the cost of a camp stool. Find the cost of each item.\r
\n" ); document.write( "\n" ); document.write( " a) $48 for a tent; $50 for a sleeping bag; $11 for a camp stool
\n" ); document.write( " b) $56 for a tent; $45 for a sleeping bag; $7 for a camp stool
\n" ); document.write( " c) $48 for a tent; $45 for a sleeping bag; $7 for a camp stool
\n" ); document.write( " d) $48 for a tent; $45 for a sleeping bag; $6 for a camp stool
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #808918 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "ITEM       PRICE        QUANTITY        COST\r\n" );
document.write( "tent        8x              1\r\n" );
document.write( "bag         x+39            4\r\n" );
document.write( "stools        x             5\r\n" );
document.write( "SUM                                     258\r\n" );
document.write( "

\n" ); document.write( "You know what to do.
\n" ); document.write( "
\n" );