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