Let A = # of adult tickets sold
C = # children tickets sold
A + C = 130 (130 tickets in total).
Now realize that each adult ticket brings in $9.70. An expression that represents the total receipts brought in by adults is 9.70A.
Similarly for children the money brought in is represented by 6.30C.
So equation two is:
9.7A + 6.3C = 1080.8, or
97A + 63C = 10808
I would use the substitution method since it is easy to isolate a variable in the very 1st equation:
A + C = 130
C = 130 - A
Substitute 130 - A for C in the last equation:
97A + 63(130 - A) = 10808
97A + 8190 - 63A = 10808
34A = 10808 - 8190
34A = 2618
A = 2618/34 = 77
That is the answer to the question, but you can find C too:
C = 130 - 77 = 53
Check:
9.70(77) + 6.30(53) = $1080.80