document.write( "Question 1101033: A stadium has 48,000 seats. Seats sell for $28 in section A, $16 section B, $12 section C. The numbers of seats in section A equals the total number of seats in section B and C. Suppose the stadium takes $1,016,800 from each sold-out event. How many seats does each section hold? \n" ); document.write( "
Algebra.Com's Answer #715605 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A stadium has 48,000 seats. Seats sell for $28 in section A, $16 section B, $12 section C.
\n" ); document.write( "The numbers of seats in section A equals the total number of seats in section B and C. Suppose the stadium takes $1,016,800
\n" ); document.write( "from each sold-out event. How many seats does each section hold?
\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 = 48000,   or\r\n" );
document.write( "\r\n" );
document.write( "(x+y)  + x      + y      = 48000,   which is the same as\r\n" );
document.write( "\r\n" );
document.write( "2(x+y) = 48000,                     which implies\r\n" );
document.write( "\r\n" );
document.write( "x + y = \"48000%2F2\" = 24000.\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 24000,  \r\n" );
document.write( "\r\n" );
document.write( "and, therefore, the number of seats in section A is 24000.\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 = 24000,                  (1)\r\n" );
document.write( "16x + 12y = 1016800 - 28*24000.     (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 = 24000,                  (3)\r\n" );
document.write( "16x + 12y = 344800.                 (4)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Multiply eq(1) by 16 (both sides). Then subtract eq(2) from it:\r\n" );
document.write( "\r\n" );
document.write( "16x + 16y = 384000,                 (3)\r\n" );
document.write( "16x + 12y = 344800.                 (4)\r\n" );
document.write( "-------------------------\r\n" );
document.write( "\r\n" );
document.write( "====> 4y = 384000-344800 = 39200  ====>  y = \"39200%2F4\" = 9800.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then  x = 24000 - y = 24000 - 9800 = 14200.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  There are 24000 sears in section A,  14200 in section B  and  9800 in section C.\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );