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)![]() ![]() 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 =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |