document.write( "Question 287564: A Broadway theater has 700 seats, divided into orchestra, main, and balcony seating. Orchestra seats sells for $40, Main for $30, and balcony for $20. If all seats are sold the gross revenue is $20,200. If all main and balcony seats are sold, but only half of the orchestra is sold, the gross revenue is $17,400. How many seats are there of each kind?
\n" ); document.write( "Orchestra-
\n" ); document.write( "Main-
\n" ); document.write( "Balcony-
\n" ); document.write( "

Algebra.Com's Answer #208898 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A Broadway theater has 700 seats, divided into orchestra, main, and balcony seating.
\n" ); document.write( "Orchestra seats sells for $40, Main for $30, and balcony for $20.
\n" ); document.write( " If all seats are sold the gross revenue is $20,200.
\n" ); document.write( " If all main and balcony seats are sold, but only half of the orchestra is sold,
\n" ); document.write( " the gross revenue is $17,400.
\n" ); document.write( " How many seats are there of each kind?
\n" ); document.write( ":
\n" ); document.write( "Let x = no. of orchestra seats
\n" ); document.write( "Let y = no. of main
\n" ); document.write( "Let z = no. of balcony
\n" ); document.write( ":
\n" ); document.write( "Total seat equation
\n" ); document.write( "x + y + z = 700
\n" ); document.write( ":
\n" ); document.write( "all seats revenue equation
\n" ); document.write( "40x + 30y + 20z = 20200
\n" ); document.write( ":
\n" ); document.write( "half orch, all main, all balcony revenue equation
\n" ); document.write( "40(.5x) + 30y + 20z = 17400
\n" ); document.write( "20x + 30y + 20z = 17400
\n" ); document.write( ":
\n" ); document.write( "Use elimination on the last two equation to find x:
\n" ); document.write( "40x + 30y + 20z = 20200
\n" ); document.write( "20x + 30y + 20z = 17400
\n" ); document.write( "---------------------------subtraction eliminates y and z
\n" ); document.write( "20x = 2800
\n" ); document.write( "x = \"2800%2F20\"
\n" ); document.write( "x = 140 orchestra seats
\n" ); document.write( ":
\n" ); document.write( "Using the 1st equation, replace x with 140
\n" ); document.write( "140 + y + z = 700
\n" ); document.write( "y + z = 700 - 140
\n" ); document.write( "y + z = 560
\n" ); document.write( "y = (560-z)
\n" ); document.write( ":
\n" ); document.write( "Using substitution, findz
\n" ); document.write( "40x + 30y + 20z = 20200
\n" ); document.write( "40(140) + 30(560-z) + 20z = 20200
\n" ); document.write( "5600 + 16800 - 30z + 20z = 20200
\n" ); document.write( "22400 - 30z + 20z = 20200
\n" ); document.write( "-10z = 20200 - 22400
\n" ); document.write( "-10z = -2200
\n" ); document.write( "z = +220 balcony seat
\n" ); document.write( ":
\n" ); document.write( "I'll let you find y, the number of main seats
\n" ); document.write( ":
\n" ); document.write( "Orchestra-140
\n" ); document.write( "Main-
\n" ); document.write( "Balcony-220
\n" ); document.write( "
\n" );