As x ranges over all positive integers, how many different possible values are there for
g cd ( 1 7 x + 2 7 7 , 7 x + 1 0 7 ) ?
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.
One question, when you have gcd(3x+63, 7x+107), when you subtract 3x+63 from 7x+107, you get gcd(3x+63, 4x+44), and technically, 4x+44 > 3x+63 only when x > 19, and can't x technically be less than 19?
Log in to reply
That is a good question to ask about the Euclidean Algorithm. In the proof, that doesn't seem to be a consideration, so why does it not matter?
Why do you say that we must have 4 x + 4 4 > 3 x + 6 3 to calculate g cd ( 3 x + 6 3 , 4 x + 4 4 ) ? If so, does it mean that to calculate g cd ( 4 x + 4 4 , 3 x + 6 3 ) we must have 3 x + 6 3 > 4 x + 4 4 ? Does the answer change if you flip the two numbers?
awesome
awesome and brilliant!!!
Let g cd ( 1 7 x + 2 7 7 , 7 x + 1 0 7 ) = d then we have 7 ( 1 7 x + 2 7 7 ) − 1 7 ( 7 x + 1 0 7 ) is divisible by d . Therefore d ∣ 1 2 0 . Since 1 2 0 = 2 3 ⋅ 3 ⋅ 5 then the numbers of possible values of d is ( 3 + 1 ) ( 1 + 1 ) ( 1 + 1 ) = 1 6 .
Applying the Euclidean Algorithm, we get g cd ( 1 7 x + 2 7 7 , 7 x + 1 0 7 ) = g cd ( 3 x + 6 3 . 7 x + 1 0 7 ) = g cd ( 3 x + 6 3 , x − 1 9 ) = g cd ( 1 2 0 , x − 1 9 ) Now since x ranges over the positive integers, the GCD can be any positive factor of 1 2 0 . Since 1 2 0 = 2 3 ⋅ 3 ⋅ 5 , there are ( 3 + 1 ) ( 1 + 1 ) ( 1 + 1 ) = 1 6 possible values.
Just a side note, wouldn't negative GCD's work? Because then x can be less than 1 9 ...
It is well known that g cd ( x , y ) = g cd ( x , a x + b y ) for all x , y , a , b ∈ Z . So we have g cd ( 1 7 x + 2 7 7 , 7 x + 1 0 7 ) = = = = = = g cd ( 7 x + 1 0 7 , 1 7 x + 2 7 7 − 2 ( 7 x + 1 0 7 ) ) g cd ( 7 x + 1 0 7 , 3 x + 6 3 ) g cd ( 3 x + 6 3 , 7 x + 1 0 7 − 2 ( 3 x + 6 3 ) ) g cd ( 3 x + 6 3 , x − 1 9 ) g cd ( x − 1 9 , 3 x + 6 3 − 3 ( x − 1 9 ) ) g cd ( x − 1 9 , 1 2 0 ) Since x ranges over all positive integers, x − 1 9 reaches all positive divisors of 1 2 0 ; on the other hand, since g cd ( x , y ) ∣ x , we have g cd ( x − 1 9 , 1 2 0 ) ∣ 1 2 0 . So the g cd in the text assumes all and only the divisors of 1 2 0 . But 1 2 0 = 2 3 ⋅ 3 ⋅ 5 , and it has ( 3 + 1 ) ( 1 + 1 ) ( 1 + 1 ) = 1 6 divisors, so the answer is 1 6
Using Euclid's algorithm for finding GCD is quite one of the best ways to answer this problem. If you're not familiar with it, you might want to read about it here: http://www.cut-the-knot.org/blue/Euclid.shtml .
g cd ( 1 7 x + 2 7 7 , 7 x + 1 0 7 ) = g cd ( 3 x + 6 3 , 7 x + 1 0 7 ) g cd ( 3 x + 6 3 , 7 x + 1 0 7 ) = g cd ( 3 x + 6 3 , x − 1 9 ) g cd ( 3 x + 6 3 , x − 1 9 ) = g cd ( x − 1 9 , 1 2 0 )
Therefore, g cd ( 1 7 x + 2 7 7 , 7 x + 1 0 7 ) is a factor of 1 2 0 . But, 1 2 0 = 2 3 ⋅ 3 ⋅ 5 . Therefore it has ( 3 + 1 ) ( 1 + 1 ) ( 1 + 1 ) = 1 6 factors. Thus, the number of possible gcd's is 16 .
Using the Euclidean algorithm , if we say it simply , then the process will be like this, divide the divisor by the remainder in every division step , e.g. 17x+277 / 7x+107 In this division , the remainder will be 3x+63 . Now , according to the rule i have said, we have to keep dividing , it means the next step will be, 7x+107/3x+63 and this division will end up with a remainder x-19... We just have to keep dividing untill we get remainder 0 , But in this division , our result will end up in 120 , i mean the last remainder will be 120 and the last divisor will be (x-19) . Now, examine that the more the value of x grow up , the value of GCD will lessen . So , the greatest GCD of these two polynomial will be 120 and the least GCD will be 1 . So , the total number of different possible GCD will be all the divisor of 120 . The number of divisor of 120 is 16 . So there are 16 possible values for the two given polynomial's GCD .
We apply the Euclidean Algorithm repeatedly: g cd ( 1 7 x + 2 7 7 , 7 x + 1 0 7 ) = g cd ( ( 1 7 x + 2 7 7 ) − 2 ( 7 x + 1 0 7 ) , 7 x + 1 0 7 ) = g cd ( 3 x + 6 3 , 7 x + 1 0 7 ) = g cd ( 3 x + 6 3 , ( 7 x + 1 0 7 ) − 2 ( 3 x + 6 3 ) ) = g cd ( 3 x + 6 3 , x − 1 9 ) = g cd ( ( 3 x + 6 3 ) − 3 ( x − 1 9 ) , x − 1 9 ) = g cd ( 1 2 0 , x − 1 9 ) The greatest common divisor of two numbers has to be a factor of each number, by definition. Therefore, this value must be a factor of 1 2 0 . For each factor f of 1 2 0 , we can set x − 1 9 = f to get g cd ( 1 2 0 , x − 1 9 ) = x − 1 9 = f . Thus, the possible values of the GCD are exactly the factors of 1 2 0 .
We know that 1 2 0 = 2 3 3 1 5 1 . So, 1 2 0 has 4 × 2 × 2 = 1 6 factors.
If g = gcd(17
x
+277 , 7
x
+ 107)
then g divides both 17
x
+277 and 7
x
+ 107
therefore g divides 14
x
+ 214
so g|(17
x
+277)-(14
x
+ 214) or g|(3
x
+63)-----------(1).
And g|(7
x
+ 107)-(3
x
+63) i.e g|(4
x
+44)
Therefore g|(4
x
+44)- (3
x
+63) or g|(
x
-19)
implying that g|(3
x
-57) ---------(2)
From (1) and (2) we deduce that g|120.
Now 120 = 2x2x2x3x5 which has 16 divisors .
So there are 16 possible values of g
Problem Loading...
Note Loading...
Set Loading...
By the Euclidean Algorithm,
g c d ( 1 7 x + 2 7 7 , 7 x + 1 0 7 )
= g c d ( 1 7 x + 2 7 7 − 2 ( 7 x + 1 0 7 ) , 7 x + 1 0 7 )
= g c d ( 3 x + 6 3 , 7 x + 1 0 7 )
= g c d ( 3 x + 6 3 , 7 x + 1 0 7 − 2 ( 3 x + 6 3 ) )
= g c d ( 3 x + 6 3 , x − 1 9 )
= g c d ( 3 x + 6 3 − 2 ( x − 1 9 ) , x − 1 9 )
= g c d ( x + 1 0 1 , x − 1 9 )
= g c d ( 1 2 0 , x − 1 9 ) .
Note that x − 1 9 could have any remainder when divided by 1 2 0 , so g c d ( 1 2 0 , x − 1 9 ) could be any factor of 1 2 0 . Note that since 1 2 0 = 2 3 ⋅ 3 ⋅ 5 , there are ( 3 + 1 ) ( 1 + 1 ) ( 1 + 1 ) = ( 4 ) ( 2 ) ( 2 ) = 1 6 factors of 1 2 0 .
Thus, there are 1 6 different possible values for g c d ( 1 7 x + 2 7 7 , 7 x + 1 0 7 ) .