document.write( "Question 1162864:
\n" );
document.write( "Steve wants to start his own T-shirt business. His initial costs to get the business going are $1,500. It also costs on average $3 per shirt. Steve charges $10 for each shirt he sells. How many shirts does Steve need to sell to break-even?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #786744 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! costs are $1500+3x, where x = number of shirts \n" ); document.write( "revenue is 10x \n" ); document.write( "Break-even is where the two equal or $1500+3x=10x \n" ); document.write( "7x=1500 \n" ); document.write( "x=214.28 \n" ); document.write( "Since there can't be a fractional shirt, at 214 he doesn't quite break-even and at 215 shirts, he has broken-even. I would use 215. \n" ); document.write( " |