
Patrick B. answered 04/28/21
Professional mechanical engineer with a passion for teaching!
Set variables for both the number of adults and number of children.
# adults = X
# children = Y
Set up two equations given the information to solve
.
Number of people:
X + Y = 118 (then solve for Y)
Y=118-X
Cost of tickets:
3.75X+2.75Y= 365.5 (input X from above)
3.75X+2.75(118-X)=365.5
3.75X+324.5-2.75X=365.5
X+324.5=365.5
X = 41
Y=118-41= 77