document.write( "Question 1018373: On one day Fred's Sport's World sold 9 Pittsburgh Steelers jerseys and 3 Cleveland Browns jerseys for a total of $899.40. The next day they sold 12 Steelers jerseys and only 2 browns jerseys for a total of $1139.30. How much is the Steelers jersey and how much is the Browns jersey? \n" ); document.write( "
Algebra.Com's Answer #634516 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the Pittsburgh Steelers jerseys = x \n" ); document.write( "and the Cleveland Brown's jerseys = y \n" ); document.write( "9x + 3y = 89940......(1) \n" ); document.write( "12x + 2y = 113930....(2) \n" ); document.write( "Multiply (1) by 2 and (2) by 3 \n" ); document.write( "18x + 6y = 179880.....(1) \n" ); document.write( "36x + 6y = 341790.....(2) \n" ); document.write( "Subtract (1) from (2) \n" ); document.write( "18x = 161910 \n" ); document.write( "x = 8995 \n" ); document.write( "Substitute x = 8995 into (1) \n" ); document.write( "9x + 3y = 89940......(1) \n" ); document.write( "9(8995) + 3y = 89940 \n" ); document.write( "80955 + 3y = 89940 \n" ); document.write( "3y = 89940 - 80955 \n" ); document.write( "3y = 8985 \n" ); document.write( "y = 2995 \n" ); document.write( "A Steeler's jersey costs $89.95 \n" ); document.write( "A Brown's jersey costs $29.95 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |