Let denote the remainder when the largest root of the polynomial is squared, then divided by 12.
can be expressed as either one of and , where . Find the value of ?
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.
Note that the polynomial given can be expressed as:
( x − 2 0 ) ( x − 5 0 3 ) ( x − 5 0 9 ) .
Hence, the largest root of this polynomial is 5 0 9 , which is a prime. Now, we have to find the value of 5 0 9 2 ( m o d 1 2 ) .
First, we note that 5 0 9 ≅ 1 o r 3 ( m o d 4 ) and that 5 0 9 ≅ 1 o r 2 ( m o d 3 ) . Solving this system of linear congruences will easily yield that 5 0 9 2 ≅ 1 ( m o d 1 2 ) and hence, the remainder when 5 0 9 2 is divided by 1 2 is 1.
To determine 3 1 , we solve the polynomial x 3 = 1 , i.e. x 3 − 1 = 0 . Factoring yields: x − 1 ) ( x 2 + x + 1 ) = 0 , i.e. x = 1 or x = ( − 1 + 3 i ) / 2 or x = ( − 1 − 3 i ) / 2 . This yields a = 1 , b = 0 , c = − 1 / 2 , d = 3 / 2 , e = − 1 / 2 , f = − 3 / 2 and hence, a + b + c + d + e + f = 0 .