$gcd(2002+2,2002^2+2,\dots,2002^{2002}+2)$

  • Context:
  • Thread starter Thread starter Albert1
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Albert1
Messages
1,221
Reaction score
0
find: $gcd(2002+2,2002^2+2,2002^3+2,---------------,2002^{2002}+2)$
 
Mathematics news on Phys.org
Albert said:
find: $gcd(2002+2,2002^2+2,2002^3+2,---------------,2002^{2002}+2)$
we have $2002^2+2 = (2002^2-4) + 6 = (2002+2)(2002-2)+ 6$
hence $gcd(2002+2, 2002^2+2) = gcd(2002+2, (2002+2)(2002-2) + 6 = gcd(2002+2,6) = gcd(2004,6) = gcd( 6 * 334,6) = 6$
now each of $2002^n+2$ is divisible by 6 because it is even and and $2002$ is $1$ mod 3 and so $2002^n$ is
1 mod 3 and hence $2002^n+2$ is 0 mod 3 so divisible by 6
so GCD of above all that is $gcd(2002+2,2002^2+2,2002^3+2,---------------,2002^{2002}+2)= 6$