document.write( "Question 499852: A club decides to sell tshirts for $12 each for a fundraiser. It costs $20 plus $8 each Tshirt to make the tshirts. Write and solve an equation to find out how many tshirts the club needs to make and sell to make a profit of at least $100. \n" ); document.write( "
Algebra.Com's Answer #337880 by nerdybill(7384) You can put this solution on YOUR website! A club decides to sell tshirts for $12 each for a fundraiser. It costs $20 plus $8 each Tshirt to make the tshirts. Write and solve an equation to find out how many tshirts the club needs to make and sell to make a profit of at least $100. \n" ); document.write( ". \n" ); document.write( "Profit = revenue - cost \n" ); document.write( ". \n" ); document.write( "Let x = number of tshirts sold \n" ); document.write( "revenue is 12x \n" ); document.write( "cost is 8x+20 \n" ); document.write( ". \n" ); document.write( "100 <= 12x - (8x+20) \n" ); document.write( "100 <= 12x-8x-20 \n" ); document.write( "100 <= 4x-20 \n" ); document.write( "120 <= 4x \n" ); document.write( "30 <= x \n" ); document.write( ". \n" ); document.write( "this says that you have to sell at least 30 tshirts \n" ); document.write( " \n" ); document.write( " |