I'm having some trouble with the following:
Find integers x and y in the set $\{0, 1, 2, 3, 4\}$ such that
$$ 2x - 4y \equiv 1 \pmod 5 $$ $$ 3x + y \equiv 2 \pmod 5 $$
Well I'm a little confused on how to solve for a system of linear congruence. I know that $a\equiv b \pmod m$ is the same as $a=km+b$. However, this doesn't tell me much when the variable $y$ comes into play... Is there a specific way to set this up?