So I have an expression $18x+14y$ and I have to find such $x,y \in \mathbb{Z} $ that expression $18x+14y$ , when divided by 63, will have a reminder 5.
So I know that I have to solve this equation:
$$18x+14y\equiv 5 (mod63)$$
But I don't know how to approach this kind of equation. Any help would be appreciated.