Monday, May 8, 2017

elementary number theory - Finding gcd using euclid's algorithm


Find $\gcd(47,6)$ using euclid's algorithm




I know that if $\gcd(a,b)=\gcd(b,r)$ where $a=qb+r$



So in there case $47=7\cdot6+5$ or $47=8\cdot6-1$ should I prefer finding prime numbers decomposition? will it make the process shorter?

No comments:

Post a Comment