"The price of a train-ticket is 110 dollars for grown-ups and 90 dollars for children. To a train, 120 tickets were sold for a total of 11640 dollars. How many grown-ups bought a ticket to the train?"
So here's my thought process:
$11640/120 = 97$
So now I have the mean value, but I have no idea how to get the number of grown-ups that bought a ticket and are on the train. Help is extremely appreciated!
A grown-up ticket costs $\$20$ more than a child ticket. Every ticket costs at least $\$90$, so $120$ tickets cost at least $\$10800$. The difference between the total price, $\$11640$, and this minimum cost, $\$10800$, represents how much more is paid to "upgrade" to grown-up tickets.
The difference $\$11640 - \$10800 = \$840$ can be used to upgrade $42$ tickets, so there are $42$ grown-up tickets bought.
In equations, $$\begin{align*} &&110g+90c &= 11640&(1)\\ &&g+c&=120&(2)\\ &(1)-90\times(2),&110g+90c-90(g+c)&= 11640-90\times120\\ &&20g&=840\\ &&g&= 42 \end{align*}$$