document.write( "Question 123568: Suppose you invest $1500 in equipment to put pics on t-shirts.You buy each t-shirt for $3.After you have placed the pic on a shirt,you sell it for $20.How many t-shirts must you sell to break even? \n" ); document.write( "
Algebra.Com's Answer #90642 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"C\" = cost of making \"t\" t-shirts
\n" ); document.write( "Let \"I\" = income form selling \"t\" t-shirts
\n" ); document.write( "\"C+=+1500+%2B+3t\"
\n" ); document.write( "\"I+=+20t\"
\n" ); document.write( "The break-even point is where income = cost
\n" ); document.write( "\"I+=+C\"
\n" ); document.write( "\"1500+%2B+3t+=+20t\"
\n" ); document.write( "\"17t+=+1500\"
\n" ); document.write( "\"t+=+88.235\"
\n" ); document.write( "The beak-even point is 88 t-shirts
\n" ); document.write( "
\n" );