document.write( "Question 259669: A sweatshirt with a name costs $8.95, and a sweatshirt with a picture of a rock band costs $9.50. If 30 sweatshirts were sold one day for a total of $272.90, how many of each kind were sold? \n" ); document.write( "
Algebra.Com's Answer #191094 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let the no. of shirts with rock band picture be x. \n" ); document.write( "Then the other shirts sold will be 30 -x. ( since total shirts sold was 30.)\r \n" ); document.write( "\n" ); document.write( "9.5x is the amount received for selling rock band shirts. \n" ); document.write( " (30-x)x 8.95 is the amount recieved for selling name shirts.\r \n" ); document.write( "\n" ); document.write( "so 9.5x + (30-x) x 8.95 = $ 272.90 \n" ); document.write( "9.5x + 268.5 - 8.95x = $ 272.90 ( remove brackets) \n" ); document.write( "0.55x = 272.90-268.50 \n" ); document.write( "0.55x = $ 4.40 \n" ); document.write( "x= 4.4 / 0.55 \n" ); document.write( "x= 8 \n" ); document.write( "30-x = 22\r \n" ); document.write( "\n" ); document.write( "Rock band shirts sold 8 \n" ); document.write( "Name shirt sold 22\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |