0

I came across this procedure while trying to solve $gcd((2^{100})-1,(2^{120})-1))$, the procedure yielded correct result. E.g $gcd((2^{120})-1,2^{100}-1))$ =$gcd((2^{100})-1,2^{120}-2^{100}))$ = $gcd((2^{100})-1,2^{20}-1))$ And I kept solving like this using repeated subtraction and the property mentioned in the question.

The answer is $2^{20}-1$ So, by using Euclidean algorithm and other properties of gcd can we prove that $gcd((a^n)-1,a^n(m)) = gcd((a^n)-1,m))$

Bill Dubuque
  • 272,048
Optimus
  • 11

0 Answers0