A Number Theory Problem by Muhammad Rasel Parvej

For any two coprime positive integers a a and b b , find the maximum value of gcd ( a 2 a b + b 2 , a + b ) \gcd(a^2-ab+b^2,a+b) .

Notation: gcd ( ) \gcd(\cdot) denotes the greatest common divisor function.


The answer is 3.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Assume, P ( a ) = a 2 a b + b 2 P(a)=a^2-ab+b^2 ; then the remainder of P ( a ) P(a) when divided by ( a + b ) (a+b) , by Remainder Theorem , is P ( b ) = ( b ) 2 ( b ) b + b 2 = 3 b 2 P(-b)=(-b)^2-(-b)b+b^2=3b^2 ; the quotient, Q ( a ) Q(a) , is ( a 2 b ) (a-2b) ; with each of the coefficients is integer.

Now, g c d ( a 2 a b + b 2 , a + b ) gcd(a^2-ab+b^2, a+b)

= g c d ( 3 b 2 , a + b ) = gcd(3b^2,a+b)

= g c d ( 3 , a + b ) =gcd(3,a+b) [As a a and b b are coprime, no factor of b b , other than 1 1 , divides ( a + b ) (a+b) ]

So, the g c d gcd is either 3 3 or 1 1 . 3 3 is possible, for instance, a = 2 a=2 and b = 7 b=7 , with g c d ( a , b ) = 1 gcd(a,b)=1 and 3 ( a + b ) = 9 3| (a+b)=9 .

Hence, the answer is 3 \boxed{3} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...