71.4k views
4 votes
Is 26 and 65 relatively prime

User Gtlambert
by
5.4k points

1 Answer

7 votes

No. 26 and 65 both have a common factor of 13, since 26 = 2•13 and 65 = 5•13, so GCD(26, 65) = 13 ≠ 1.

We can also arrive at this using Euclid's algorithm.

65 = 58 + 7 = 2•26 + 13

26 = 2•13 + 0

Since the last remainder is zero, the previous remainder is the GCD.

User Amit Dhall
by
4.8k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.