Inactive Tutor answered 11/10/16
Tutor
New to Wyzant
Assign variables:
x = cost of adult ticket [not number of adults]
y = cost of child ticket [not number of children]
Note: (cost of one ticket)*(number of people) = dollars
Translate:
"110 children and 150 adults attend" with "total receipts are $1135" means
dollars for children + dollars for adults = total receipts
110x + 150y = $1135 [eq1]
"a parent and 4 young children pay $19.00" means
y 4x = $19 or
4x +y = $19 [eq2]
Let's use elimination (eliminating y is easy):
600x + 150y = $2850 [150*eq2]
110x + 150y = $1135 [eq1]
------------------------------------------- [elimination; subtract equations]
490x = $1715
x = $3.50 [eq3; divide both sides by 490]
4x + y = $19 [eq2 again]
4x = $14 [4*eq3]
----------------------------------------- [elimination; subtract equations]
y = $5
Check:
Is 110(3.5) + 150(5) = 1135 ?
385 + 750 = 1135 ?
1135 = 1135 ?yes
Is 4(3.5) + 5 = 19 ?
14 + 5 = 19 ?
19 = 19 ?yes