Answer:
Explanation:
Let's use the following variables:
a = number of adult tickets sold
c = number of children tickets sold
We know that:
a + c = 166 (total number of tickets sold)
5a + 3c = 718 (total revenue)
We can solve this system of equations by substitution or elimination. Here, we'll use elimination:
Multiply the first equation by 3: 3a + 3c = 498
Subtract the second equation from the first: 2a = 220
Solve for a: a = 110
So 110 adult tickets were sold. We can find the number of children's tickets by substituting a = 110 into either of the original equations:
c = 166 - a = 166 - 110 = 56
Therefore, 110 adult tickets and 56 children's tickets were sold.