Remainder of a remainder

Algebra Level 5

When the polynomial ( x + 7 ) 100 (x+7)^{100} is divided by the polynomial x 2 x 1 x^2-x-1 , the remainder is the polynomial P ( x ) P(x) . Find the remainder when P ( 2 ) P(2) is divided by 11.

0 3 6 5

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.

3 solutions

Jorge Tipe
Feb 16, 2014

Let P ( x ) = a x + b P(x)=ax+b , then there exists a polynomial Q ( x ) Q(x) with integer coefficicients such that ( x + 7 ) 100 = ( x 2 x 1 ) Q ( x ) + a x + b . (x+7)^{100} = (x^2 - x - 1)Q(x) + ax + b. Note that x 2 x 1 = 11 x^2 - x - 1 = 11 is divisible by 11 for x = 4 x=4 and x = 3 x=-3 .

For x = 4 x = 4 we have: ( 4 + 7 ) 100 = ( 4 2 4 1 ) Q ( 4 ) + 4 a + b 1 1 100 = 11 Q ( 4 ) + 4 a + b 4 a + b 0 m o d 11. (1) \begin{aligned} (4+7)^{100} &= (4^2 - 4 - 1)Q(4) + 4a + b\\ 11^{100} &= 11 \ Q(4) + 4a + b\\ 4a + b &\equiv 0 \mod 11. \tag{1} \end{aligned} For x = 3 x = -3 , we have: ( ( 3 ) + 7 ) 100 = ( ( 3 ) 2 ( 3 ) 1 ) Q ( 3 ) + ( 3 ) a + b 4 100 = 11 Q ( 3 ) + b 3 a b 3 a 4 100 m o d 11. \begin{aligned} ((-3)+7)^{100} &= ((-3)^2 - (-3) - 1)Q(-3) +(-3)a + b\\ 4^{100} &= 11 \ Q(-3) + b - 3a\\ b - 3a &\equiv 4^{100} \mod 11. \end{aligned} Since 4 10 = 1024 1 m o d 11 4^{10} = 1024 \equiv 1 \mod 11 then 4 100 = ( 4 10 ) 10 1 m o d 11 4^{100} = (4^{10})^{10} \equiv 1 \mod 11 , thus:
b 3 a 1 m o d 11. (2) \begin{aligned} b-3a \equiv 1 \mod 11. \tag{2} \end{aligned} From (1) and (2) we get ( 4 a + b ) ( b 3 a ) 0 1 1 m o d 11 , (4a+b) - (b-3a) \equiv 0 - 1 \equiv -1 \mod 11, then , 7 a 1 m o d 11 a 3 m o d 11. 7a \equiv -1 \mod 11 \Longrightarrow a \equiv 3 \mod 11. Replacing in (1) we obtain b 4 ( 3 ) 1 m o d 11. b \equiv -4(3) \equiv -1 \mod 11. Finally, P ( 2 ) = 2 a + b 2 ( 3 ) + ( 1 ) 5 m o d 11. P(2) = 2a+b \equiv 2(3) + (-1) \equiv 5 \mod 11.

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.....

Xuming Liang - 7 years, 2 months ago

Log in to reply

Yeah me too :-\

Shubham Kumar - 7 years, 1 month ago

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?

Krishna Ar - 6 years, 11 months ago

4 10 1024 4^{10}\neq 1024 . We have 4 5 = 1024 4^5=1024 . Doesn't change the solution, though.

mathh mathh - 6 years, 10 months ago
Marc Tomagos
May 14, 2014

using the factor theorem

( x + 7 ) 100 = ( x 2 ) ( x + 1 ) Q ( x ) + a x + b (x+7)^{100} = (x-2)(x+1)Q(x) + ax + b

using x = 2

9 100 = 2 a + b 9^{100} = 2a + b

using x=1

6 100 = a + b 6^{100} = -a + b

using elimination method

9 100 6 100 = 3 a 9^{100} - 6^{100} = 3a

a = 9 100 6 100 3 a = \frac {9^{100} - 6^{100}}{3}

substituting to either of the equations

b = 9 100 2 × 6 100 3 b = \frac {9^{100} - 2 \times 6^{100}}{3}

therefore the remainder will be

9 100 6 100 3 x 9 100 2 × 6 100 3 \frac {9^{100} - 6^{100}}{3}x - \frac {9^{100} - 2 \times 6^{100}}{3}

evaluating P(2)

2 × 9 100 2 × 6 100 3 x 9 100 2 × 6 100 3 \frac {2 \times 9^{100} - 2 \times 6^{100}}{3}x - \frac {9^{100} - 2 \times 6^{100}}{3}

simplifying the equation

9 100 3 = 3 199 \frac {9^{100}}{3} = 3^{199}

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

hemang sarkar - 6 years, 10 months ago

5th line should be "using x = -1"

Justin Wong - 7 years ago
Shreyas Balaji
May 8, 2014

Bashing can solve many problems. Denote P = x 2 x 1 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 P .

Now a useful tactic is finding the remainder for powers of 2. Let R ( n ) R(n) denote the remainder when ( x + 7 ) n (x + 7)^n is divided by P P with simplified coefficients modulo 11. Since R ( 100 ) R ( 64 ) R ( 32 ) R ( 4 ) ( m o d 11 ) R(100) \equiv R(64)\cdot R(32) \cdot R(4) \pmod{11} if we can find those remainders we can quickly compute R ( 100 ) R(100) .

Clearly R ( 1 ) = x + 7 R(1) = x + 7

Proceeding by squaring R ( 1 ) R(1) and taking the remainder when divided by first P P then by 11, we obtain, R ( 2 ) = x 2 + 14 x + 49 P = 15 x + 50 4 x + 6 ( m o d 11 ) R(2) = x^2 + 14x + 49 - P = 15x + 50 \equiv 4x + 6 \pmod{11}

Next, R ( 4 ) = 16 x 2 + 48 x + 36 16 P = 64 x + 52 9 x + 8 ( m o d 11 ) R(4) = 16x^2 + 48x + 36 - 16P = 64x + 52 \equiv 9x + 8 \pmod{11}

We continue squaring and dividing and find R ( 8 ) = 5 x + 2 R(8) = 5x + 2 , R ( 16 ) = x + 7 R(16) = x + 7 :: and starting from this point it cycles, quickly giving us R ( 32 ) = 4 x + 6 , R ( 64 ) = 9 x + 8 R(32) = 4x + 6, R(64) = 9x + 8 .

Thus, R ( 100 ) ( 9 x + 8 ) ( 4 x + 6 ) ( 9 x + 8 ) 3 x + 10 ( m o d 11 ) R(100) \equiv (9x + 8)(4x+6)(9x+8) \equiv 3x + 10 \pmod{11}

Finally, 3 ( 2 ) + 10 5 ( m o d 11 ) 3(2) + 10 \equiv \boxed{5} \pmod{11}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...