document.write( "Question 1004768: A store sells tents,sleeping bags,and camp stools. a customer buys a tent 3 sleeping bags, and 5 camp stools, for $213. The price of the tent is 7 times the cost of a camp stool. the cost of a sleeping bag is $26 more than the cost of a camp stool. find the cost for each item.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649003 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let x= cost of one camp stool. Then: \n" ); document.write( "7x+3(x+26)+5x=213 \n" ); document.write( "15x+78=213 \n" ); document.write( "15x=135 \n" ); document.write( "x=9 \n" ); document.write( "The cost of camp stools is $9 each, tents are $63 each, and bags are $35 each!!!!!!!! \n" ); document.write( " |