Given:
Cost of students tickets is, c (s) = $8.
Cost of adult tickets is, c (a) = $10.
Total cost collected for by selling the tickets is, c (t) = $1,760.
Number of tickets sold is, n = 200.
The objective is to find the system of equations that can model the number of students and adults tickets sold at the booth.
Consider the number of students as x and number of adults as y.
Then, the equation of total numner of students will be,
[tex]\begin{gathered} \text{Number of students+Number of adults=n} \\ x+y=200\ldots\ldots\ldots..(1) \end{gathered}[/tex]
Now, the cost equation can be calculated as,
[tex]\begin{gathered} c(s)\cdot x+c(a)\cdot y=c(t) \\ 8x+10y=1760\ldots\ldots..\ldots..(2) \end{gathered}[/tex]
Hence, the system of equations that can model the number of students and adults tickets are x + y = 200 and 8x + 10y = 1760,