The total population of group $\alpha$ and $\beta$ equals $2000$.
Do:
Each member of group $\alpha$ removes three members of group $\beta$.
Each remaining member of group $\beta$ removes two members of group $\alpha$.
Then each remaining member of group $\alpha$ removes three members of group $\beta$
Until $Population\left(\alpha\right) = Population\left(\beta\right)$
Find the population at this point.
How I am approaching the problem: $$ \begin{align} -3 \times (2000 - \beta) &= \text{Removed}_{\beta} \\ (2000 - \alpha) - \text{Removed}_{\beta} &= \text{Population}_\beta \end{align} $$
The problem is that this clearly is not going to work since I have two unknowns and one equation. I am not sure what I am doing wrong or if my approach is incorrect all together. Hints are preferable to out right answers.
How I ended up doing it, starting from the end and working backward seems to be the way to do it™.
α does the last removal
β does the last removal
From the problem it seems there are at least 3 rounds, looking at α doing that last removal we get $40x = 2000$ and $x = 50$.