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?