Michael J. answered 03/31/16
Tutor
5
(5)
Great at Simplifying Complex Concepts and Processes
First, define your variables for the number of children and number of adults attended, since that's what we want to find out.
Let x = number of children
Let y = number of adults
Then use these variables to create two equations. One equation will represent the total number of people attending. The second equation will represent the total amount of money collected.
x + y = 2200 eq1 -----> total number of people attending
1.50x + 4y = 5050 eq2 -----> total amount of money collected
You now have your equations. Now just use the elimination method to solve for x and y.