Definition. Two numbers are called relatively prime (coprime) if their greatest common divisor (gcd) being 1. (https://en.wikipedia.org/wiki/Coprime_integers)
In our case,
65=13×5⟶gcd(13;65)=13=1 .
Conclusion,
Numbers 13 and 65 are not coprime
ANSWER
FALSE
Comments