Let x = number of premium seats sold
Let y = number of regular seats sold
Total number of seats sold = 1200 - 20 = 1180
Sales from premium tickets = 40x (price of ticket x number of seats)
Sales from regular tickets = 20y
Thus the following system of equations can be set up:
x + y = 1180 -------------------(1)
40x + 20y = 36320 ----------(2)
Let us use the method of elimination to solve the system:
Multiply equation (1) by -20 to get
-20x - 20y = - 23600 -------------(3)
Add equations (2) and (3) to get
20x = 12720
x = 12720/20
x = 636
Using equation (1), y = 1180 - 636 =544
Solution: Premium tickets sold = 636; Regular tickets sold = 544