Prove that for all integers $x, y$ and $z$, if $z | (5x+11y)$ and $z | (6x+13y)$, then $z | y$.
All I can think now is that because $z | (5x+11y)$ and $z | (6x+13y)$, there exists integers $k$ and $m$ such that $zk = 5x+11y$ and $zm = 6x+13y$. Could anyone give an idea of how to proceed from there?