document.write( "Question 48924: Store sold twice as many t-shirts as shorts. T-shirts are $9 each and shorts are $14 each. The total amount of money taken in for both was $256. Find the number of each that was sold. \n" ); document.write( "
Algebra.Com's Answer #32410 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Store sold twice as many t-shirts(T) as shorts(S). T-shirts are $9 each and shorts are $14 each. The total amount of money taken in for both was $256. Find the number of each that was sold. \n" ); document.write( "T=2S \n" ); document.write( "COST OF T SHIRTS =9T=9*2S=18S....SINCE T=2S \n" ); document.write( "COST OF S SHORTS =14S \n" ); document.write( "TOTAL COST = 18S+14S=256 \n" ); document.write( "32S=256 \n" ); document.write( "S=256/32=8 \n" ); document.write( "S=8 AND T=2*8=16\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |