document.write( "Question 1100563: A stadium has 50,000 seats. Seats sell for $25 in section A, $20 in section B, $15 in section C. The number of seats in section A equals the total number of seats in sections B and C. Suppose the stadium takes in 1,074,500 from each sold-out event. How many seats does each section holds? \n" ); document.write( "
Algebra.Com's Answer #715101 by ikleyn(52835)\"\" \"About 
You can put this solution on YOUR website!
.A stadium has 50,000 seats. Seats sell for $25 in section A, $20 in section B, $15 in section C.
\n" ); document.write( "The number of seats in section A equals the total number of seats in sections B and C.
\n" ); document.write( "Suppose the stadium takes in 1,074,500 from each sold-out event. How many seats does each section holds?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x be the number of seats in section B, and y be the number of seats in section C.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the number of seats in section A is x+y, the sum of seats in sections B and C, according to the condition.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The condition says\r\n" );
document.write( "\r\n" );
document.write( "seatsA + seatsB + seatsC = 50000,   or\r\n" );
document.write( "\r\n" );
document.write( "(x+y)  + x      + y      = 50000,   which is the same as\r\n" );
document.write( "\r\n" );
document.write( "2(x+y) = 50000,                     which implies\r\n" );
document.write( "\r\n" );
document.write( "x + y = \"50000%2F2\" = 25000.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus we found that the sum of seats in sections B and C is 25000,  \r\n" );
document.write( "\r\n" );
document.write( "and, therefore, the number of seats in section A is 25000.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus we have now the problem  FOR TWO UNKNOWNS only, since we just excluded A.\r\n" );
document.write( "\r\n" );
document.write( "Now our system of two equations is\r\n" );
document.write( "\r\n" );
document.write( "  x +   y = 25000,                  (1)\r\n" );
document.write( "20x + 15y = 1074500 - 25*25000.     (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Equation (2) express the money payed for seats in sections B and C together.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify (1),(2) step by step:\r\n" );
document.write( "\r\n" );
document.write( "  x +   y = 25000,                  (3)\r\n" );
document.write( "20x + 15y = 449500.                 (4)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Multiply eq(1) by 20 (both sides). Then subtract eq(2) from it:\r\n" );
document.write( "\r\n" );
document.write( "20x + 20y = 500000,                 (3)\r\n" );
document.write( "20x + 15y = 449500.                 (4)\r\n" );
document.write( "-------------------------\r\n" );
document.write( "\r\n" );
document.write( "====> 5y = 500000-449500 = 50500  ====>  y = \"50500%2F5\" = 10100.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then  x = 25000 - y = 25000 - 10100 = 14900.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  There are 25000 sears in section A,  14900 in section B  and  10100 in section C.\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );