document.write( "Question 538085: Use a system of linear equations to solve this problem. \r
\n" );
document.write( "\n" );
document.write( "Suppose you invest $1500 in equipment to put pictures on T-shirts. You buy each T-shirt for $3. After you have placed the pictures 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 #353101 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number of T shirts for break even be x\r \n" ); document.write( "\n" ); document.write( "1500+3x = C(p)\r \n" ); document.write( "\n" ); document.write( "20x=S(p)\r \n" ); document.write( "\n" ); document.write( "Break even \n" ); document.write( "C(p)=S(p) \n" ); document.write( "1500+3x=20x \n" ); document.write( "17x=1500 \n" ); document.write( "x=1700/15\r \n" ); document.write( "\n" ); document.write( "83 shirts \n" ); document.write( " |