I'm doing this question for an assignment, the question is:
Prove: if $k\ \epsilon\ \mathbb N$, then $gcd(3k+2, 5k+3)=1$.
I was going to do it by induction, so what I have so far is:
$n\ |\ 3k+2$ implies that $3k+2=ln$ and $n\ |\ 5k+3$ implies that $5k+3=mn$ for some $l,n\ \epsilon\ \mathbb Z$.
Then, for $k=1:gcd(3(1)+2, 5(1)+3)=1$, which is a true statement.
For $k=k+1:gcd(3k+5,5k+8)=1$
I know also that $l(3k+5)+m(5k+8)=1$, but I'm not sure what to do next.