
James B. answered 09/10/15
Tutor
5
(6)
Math and Programming Tutor with Formal Teaching Experience
Let A be the number of Adult Tickets
Let C be the number of Child Tickets
F1) A + C = 500
F2) 43A + 28C = 16805
A = 500 - C (from F1, solving for A)
Plug this new A into F2
43 * (500 - C) + 28C = 16805
Solve for C:
21500 - 43C + 28C = 16805
21500 - 16805 = 43C - 28C
4695 = 15C
C = 4695/15 = 313
Plug C back into F1
A + 313 = 500
A = 500 - 313
A = 187
Plug A and C back into F2 to check your answer:
43(187) + 28(313) = 16805
8041 + 8764 = 16805
16805 = 16805 !!!!!