Prove for positive integers $a,b,c$ and $d$ (where $b \neq 0$ , $d \neq 0$ and $b \neq d$), if $\gcd(a,b) = \gcd(c,d) = 1$, then $\frac{a}{b} + \frac {c}{d}$ is not an integer.
I understand that if $\gcd(a,b)$ and $\gcd(c,d) = 1$, at least one number in each pair is a prime or is $1$. As for after that, I'm totally stumped, could I get some tips, clues, help?
$$\frac{a}{b}+\frac{c}{d}=\frac{ad+bc}{bd}.$$ If this is an integer then in particular $b \mid ad \implies b\mid d$, and viceversa $d\mid b$. This condition implies that $b=\pm d$. But they are both positive, therefore they have to be equal. Contradiction.