document.write( "Question 23435: For a special order the abc company manufactured 400 shirts sweatshirts were priced at $35 each and are $25 each The company received $11500 for the shirts How many of each type of shirt did the abc ompany manufacture for this order? \n" ); document.write( "
Algebra.Com's Answer #12206 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let $35 be x and let $25 be y \n" ); document.write( "x+y=400 \n" ); document.write( "y=400-x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "35x+25y=11500 \n" ); document.write( "35x+25(400-x)=11500 \n" ); document.write( "35x+10000-25x=11500 \n" ); document.write( "10x=1500 \n" ); document.write( "x=150\r \n" ); document.write( "\n" ); document.write( "y=400-(150) \n" ); document.write( "y=250\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, for $35 ---> 150 shirts and for $25 ---->250 shirts \n" ); document.write( " |