This is what I've begun with:
So lets say $x=n,y=nk+1,x,y,n\in\Bbb Z$ Lets say we have a integer, d that divides both x and y. So, $d\vert x$ and $d\vert y$ so if there is a gcd, then d must also divide y-x. $d\vert(y-x)$ but we said $x=n,y=nk+1$. Then, $d\vert(nk+1-n)$=$d\vert (n(k-1)+1)$. But I have no idea if I'm heading in the right direction? Any tips?