275,925 views
34 votes
34 votes
For a football game, 5,600 tickets were sold. The price for each adult ticket is $27.25, and the price for each childrens ticket is $12.00. The total revenue for the game was $117,311.50. How many children's tickets were sold for the football game?

User Nigel Alderton
by
2.8k points

1 Answer

10 votes
10 votes

We have a problem that can be solved with a system of equations.

First we need to identify the equations of the system.

We have two unknown variables, the number of adult's tickets sold and the number of children's tickets sold. Let's call them:

- number of adult's tickets sold: x

- number of children's tickets sold: y.

The total number of tickets sold, 5600, is the sum of these:


x+y=5600_{}

And since the prices are 27.25 (adult) and 12.00 (children), the total revenue (117311.50) will be the sum of these prices multiplyied by the number of tickets of each of them:


27.25x+12.00y=117311.50

So, the system of equations is:


\begin{gathered} _{}x+y=5600_{} \\ 27.25x+12.00y=117311.50 \end{gathered}

Since we want y the number of children's tickets sold, we can solve for the other varible, x, in one equation, and substitute into the other.

Solving in the first equation, we have:


\begin{gathered} x+y=5600 \\ x=5600-y \end{gathered}

And substituting into the other:


\begin{gathered} 27.25x+12.00y=117311.50 \\ 27.25(5600-y)+12.00y=117311.50 \\ 27.25\cdot5600-27.25y+12.00y=117311.50 \\ 152600-15.25y=117311.50 \\ -15.25y=117311.50-152600 \\ -15.25y=-35288.50 \\ y=(-35288.50)/(-15.25) \\ y=2314 \end{gathered}

Since y is the number of children's tickets sold, then the number of children's tickets sold is 2314.

User Praveen Kulkarni
by
2.9k points