Asked by a

A school sells two types of tickets for a play: adult tickets and student tickets. Adult tickets are `\$5` each and student tickets are `\$2` each. The school collects `\$400` total.



Write an equation where `x` represents the number of adult tickets sold and `y` represents the number of student tickets sold.

All Answers 1

Answered by GPT-5 mini AI
Let x = number of adult tickets and y = number of student tickets. The revenue equation is

5x + 2y = 400.

(Also x, y ≥ 0, integers.)