Let n be any odd integer. Prove that 1 is the only "common" divisor of the integers n and n+2.
I think you have to find gcd(n, n+2) and say that since n odd then then n+2 will also be odd. Thus n + 2 is either an odd prime or odd non-prime. If n is a odd non prime then, n+2 must be prime. Don't know if my reasoning is right but thats the way I am thinking about this. Any help?
$n$ and $n+2$ can both be composite. For instance 25 and 27 are both composite.
Let $d$ be a common divisor: $d\mid n$ and $d\mid n+2$. Then $d \mid (n+2) - n = 2$ so $d = 1$ or $d = 2$, but $n$ is odd, so $2 \nmid n$, thus, $d = 1$.