Solve the systems if $a$, $b$, and $c$ are positive integers:
$$4a-11b+12c=22$$
$$a+5b-4c=17$$
The answer is given in the back as $(7,6,5)$ but how can you approach three variables with only two equations?
I tried multiplying the second equation by 3 and adding I got this
$$7a + 4b=73$$
Given $7a+4b=73$ you can take it $\bmod 7$ to get $4b \equiv 3 \bmod 7, b \equiv 6 \bmod 7$. This gives $b=6$ or $13$ because $20$ is too large. Plugging in, you find $13$ is too large as well.
If you want to do it without the modulo operation, note that $a \lt 11$ because otherwise $7a \gt 73$, so you only have ten choices and can try them all.