91.1k views
14 votes
The school drama club sold 2,400 tickets to a play and made $9,000 from the ticket sales. Student tickets,

X, were $3 and adult tickets, y, were $5.
Create a system of two equations to represent this situation.

User Genny
by
6.4k points

1 Answer

3 votes

Hi!

Given:

  • total tickets = 2,400
  • total profit = 9,000
  • student tickets cost $3
  • adult tickets cost $5
  • x = student tickets
  • y = adult tickets

The first equation we can make can use the total number of tickets. The total number of tickets would be equal to the number of student tickets plus the number of adult tickets, correct? Therefore:


x+y=2400

Now, the second one can use the profit and the price of each ticket. The number of student tickets multiplied by 3 (for the price) plus the number of adult tickets multiplied by 5 would be equal to the total profit. Hence:


3x+5y=9000

Therefore, your system of equations is:


x+y=2400


3x+5y=9000

User Phico
by
7.1k points