When the polynomial ( x + 7 ) 1 0 0 is divided by the polynomial x 2 − x − 1 , the remainder is the polynomial P ( x ) . Find the remainder when P ( 2 ) is divided by 11.
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.
Damn I had the same process but I assumed when x=-3 the LHS is also congruent to 0 like the first case which I didn't catch myself doing and it lead me to choose 0.....so mad at my self.....
Awesome! This question has inspired me to form a new one. Could you let me now question sources? Was this by you for the PERU MO?
4 1 0 = 1 0 2 4 . We have 4 5 = 1 0 2 4 . Doesn't change the solution, though.
using the factor theorem
( x + 7 ) 1 0 0 = ( x − 2 ) ( x + 1 ) Q ( x ) + a x + b
using x = 2
9 1 0 0 = 2 a + b
using x=1
6 1 0 0 = − a + b
using elimination method
9 1 0 0 − 6 1 0 0 = 3 a
a = 3 9 1 0 0 − 6 1 0 0
substituting to either of the equations
b = 3 9 1 0 0 − 2 × 6 1 0 0
therefore the remainder will be
3 9 1 0 0 − 6 1 0 0 x − 3 9 1 0 0 − 2 × 6 1 0 0
evaluating P(2)
3 2 × 9 1 0 0 − 2 × 6 1 0 0 x − 3 9 1 0 0 − 2 × 6 1 0 0
simplifying the equation
3 9 1 0 0 = 3 1 9 9
we know that the cycle of 3 will repeat after 4 so
dividing 199 to 4 will have a remainder of 3
from 3, 9, 27, 81, 243 we will use 27
dividing 27 by 11 will have a remainder of 5
I just don't know if this will be correct too at other questions like this
(x-2)(x+1) is not x^2 - x - 1
5th line should be "using x = -1"
Bashing can solve many problems. Denote P = x 2 − x − 1 . By the properties of remainders, it doesn't matter what order you take the remainder, whether in modulo 11 or in 'modulo' P .
Now a useful tactic is finding the remainder for powers of 2. Let R ( n ) denote the remainder when ( x + 7 ) n is divided by P with simplified coefficients modulo 11. Since R ( 1 0 0 ) ≡ R ( 6 4 ) ⋅ R ( 3 2 ) ⋅ R ( 4 ) ( m o d 1 1 ) if we can find those remainders we can quickly compute R ( 1 0 0 ) .
Clearly R ( 1 ) = x + 7
Proceeding by squaring R ( 1 ) and taking the remainder when divided by first P then by 11, we obtain, R ( 2 ) = x 2 + 1 4 x + 4 9 − P = 1 5 x + 5 0 ≡ 4 x + 6 ( m o d 1 1 )
Next, R ( 4 ) = 1 6 x 2 + 4 8 x + 3 6 − 1 6 P = 6 4 x + 5 2 ≡ 9 x + 8 ( m o d 1 1 )
We continue squaring and dividing and find R ( 8 ) = 5 x + 2 , R ( 1 6 ) = x + 7 :: and starting from this point it cycles, quickly giving us R ( 3 2 ) = 4 x + 6 , R ( 6 4 ) = 9 x + 8 .
Thus, R ( 1 0 0 ) ≡ ( 9 x + 8 ) ( 4 x + 6 ) ( 9 x + 8 ) ≡ 3 x + 1 0 ( m o d 1 1 )
Finally, 3 ( 2 ) + 1 0 ≡ 5 ( m o d 1 1 )
Problem Loading...
Note Loading...
Set Loading...
Let P ( x ) = a x + b , then there exists a polynomial Q ( x ) with integer coefficicients such that ( x + 7 ) 1 0 0 = ( x 2 − x − 1 ) Q ( x ) + a x + b . Note that x 2 − x − 1 = 1 1 is divisible by 11 for x = 4 and x = − 3 .
For x = 4 we have: ( 4 + 7 ) 1 0 0 1 1 1 0 0 4 a + b = ( 4 2 − 4 − 1 ) Q ( 4 ) + 4 a + b = 1 1 Q ( 4 ) + 4 a + b ≡ 0 m o d 1 1 . ( 1 ) For x = − 3 , we have: ( ( − 3 ) + 7 ) 1 0 0 4 1 0 0 b − 3 a = ( ( − 3 ) 2 − ( − 3 ) − 1 ) Q ( − 3 ) + ( − 3 ) a + b = 1 1 Q ( − 3 ) + b − 3 a ≡ 4 1 0 0 m o d 1 1 . Since 4 1 0 = 1 0 2 4 ≡ 1 m o d 1 1 then 4 1 0 0 = ( 4 1 0 ) 1 0 ≡ 1 m o d 1 1 , thus:
b − 3 a ≡ 1 m o d 1 1 . ( 2 ) From (1) and (2) we get ( 4 a + b ) − ( b − 3 a ) ≡ 0 − 1 ≡ − 1 m o d 1 1 , then , 7 a ≡ − 1 m o d 1 1 ⟹ a ≡ 3 m o d 1 1 . Replacing in (1) we obtain b ≡ − 4 ( 3 ) ≡ − 1 m o d 1 1 . Finally, P ( 2 ) = 2 a + b ≡ 2 ( 3 ) + ( − 1 ) ≡ 5 m o d 1 1 .