Let x = number of children and y = number of adults (I don't see why they'd be doubled).
Then x + y = 301 [Eqn A], the people in the park.
Also, we need to multiply admission cost by number of people in an age group to get the days admission fees...1.5x + 6.8 = 1008 [Eqn B].
So we have this system of equations to solve:
A] x + y = 301
B] 1.5x + 6.8 = 1008
I used the Substitution Method.
A] x = 301 - y
B] 1.5(301-y) + 6.8y = 1008
451.5 + 5.3y = 1008
5.3y = 1008 - 451.5
5.3y = 556.5
y = 105, the number of adults
A] x = 301 - y
x = 301 - (105)
= 196, the number of children
Always check your solution by plugging the answer you get into the ORIGINAL statement/equation!!
I leave that up to you. :)