Find the value of
a = 1 ∑ 2 0 2 0 g cd ( a 3 − 2 a 2 + 2 0 2 1 , a 2 − 3 a + 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.
a 2 − 3 a + 3 must be odd number, and: a 3 − 2 a 2 + 2 0 2 1 = ( a + 1 ) ( a 2 − 3 a + 3 ) + 2 × 1 0 0 9 ∴ g c d ( a 3 − 2 a 2 + 2 0 2 1 , a 2 − 3 a + 3 ) = g c d ( a 2 − 3 a + 3 , 1 0 0 9 )
I guess a 2 − 3 a + 3 and 1009 are coprime but not get proven yet.
They're not, I'm afraid - try a = 3 7 6 .
Log in to reply
yes you are right. how do you find out them? it is too tedious by trying one by one.
Log in to reply
The handwaving answer is that, as a quadratic, we expect to find two solutions to a 2 − 3 a + 3 ≡ 0 ( m o d 1 0 0 9 )
in the range 1 ≤ a ≤ 1 0 0 9 , and another two in 1 0 1 0 ≤ a ≤ 2 0 1 8
and it's easy to verify that neither a ≡ 1 nor a ≡ 2 are solutions, so there aren't any additional roots when a = 2 0 1 9 or a = 2 0 2 0 .
Note that the discriminant of the quadratic is non-zero modulo 1 0 0 9 , so there won't be a repeated root.
This is enough to solve this problem - whatever the four roots are, the sum of the gcds is still 4 × 1 0 0 9 + 2 0 1 6 × 1 .
I've been wondering if there's a simple (non-coding) way to find the actual roots; all I can think of is trying to find an integer k such that a 2 − 3 a + 3 + 1 0 0 9 k
has integer roots, but I haven't found a nice way to do this yet.
Problem Loading...
Note Loading...
Set Loading...
The Euclidean algorithm makes repeated use of the fact that g cd ( x , y ) = g cd ( x + t y , y ) , where t is an integer. We can do the same here: g cd ( a 3 − 2 a 2 + 2 0 2 1 , a 2 − 3 a + 3 ) = g cd ( a 3 − 2 a 2 + 2 0 2 1 − a × ( a 2 − 3 a + 3 ) , a 2 − 3 a + 3 ) = g cd ( a 2 − 3 a + 2 0 2 1 , a 2 − 3 a + 3 ) = g cd ( 2 0 1 8 , a 2 − 3 a + 3 )
Now, 2 0 1 8 = 2 × 1 0 0 9 ( 1 0 0 9 is prime). But a 2 − 3 a + 3 is always odd; so this g cd is either 1 or 1 0 0 9 .
Are there any a such that 1 0 0 9 divides a 2 − 3 a + 3 ? As it happens, yes: within the given range, all of { 3 7 6 , 6 3 6 , 1 3 8 5 , 1 6 4 5 } are solutions (and these are the only ones in the range).
So the sum is 4 × 1 0 0 9 + 2 0 1 6 × 1 = 6 0 5 2 .