The Number Following 10 and preceeding 12

2 1 100 1 2 100 21^{100}-12^{100}

Is this result divisible by 11 ? 11?

No Yes

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.

12 solutions

Andy Hayes
Mar 18, 2018

If you are unfamiliar with modular arithmetic or congruence , then:

a b ( m o d n ) a \equiv b \pmod{n} is read as " a a is congruent to b b modulo n . n. " It means that ( a b ) (a-b) is divisible by n . n.

21 1 ( m o d 11 ) 12 1 ( m o d 11 ) \begin{aligned} 21 &\equiv -1 \pmod{11} \\ 12 &\equiv 1 \pmod{11} \end{aligned}

You can raise each side of a congruence to the same exponent, and the congruence still holds .

2 1 100 ( 1 ) 100 ( m o d 11 ) 2 1 100 1 ( m o d 11 ) 1 2 100 1 100 ( m o d 11 ) 1 2 100 1 ( m o d 11 ) \begin{aligned} 21^{100} &\equiv (-1)^{100} \pmod{11} \\ 21^{100} &\equiv 1 \pmod{11} \\ \\ 12^{100} &\equiv 1^{100} \pmod{11} \\ 12^{100} &\equiv 1 \pmod{11} \end{aligned}

We can substitute just like with equations:

2 1 100 1 2 100 1 1 ( m o d 11 ) 2 1 100 1 2 100 0 ( m o d 11 ) \begin{aligned} 21^{100} -12^{100} &\equiv 1-1 \pmod{11} \\ 21^{100} -12^{100} &\equiv 0 \pmod{11} \\ \end{aligned}

Using the definition of congruence, we can interpret this as 2 1 100 1 2 100 21^{100} -12^{100} is divisible by 11. In fact, as long as the exponent on 21 is even, the difference will always be divisible by 11. For example, 2 1 6 1 2 7 21^6-12^7 is divisible by 11.

Far nicer than my way. I made the mistake of taking the 3 100 3^{100} out of both, meaning that I had to go through the 10-long cycle for 7 n 7^n to repeat and the 5-cycle for 4 n 4^n to repeat. I saw your way after and realised how I'd made life difficult for myself.

Alec WILSON - 3 years, 2 months ago

What can I say? Brilliant!

William Courtney - 3 years, 2 months ago

Log in to reply

Brilliant!!!

Laquita Jackson - 3 years, 2 months ago

I don't understand the jump from the main explanation (very good indeed) to the ending sentence: "as long as the exponent on 21 is even, the difference will always be divisible by 11. For example 21^6-12^7, is divisible by 11."

Félix Pérez Haoñie - 3 years, 2 months ago

Log in to reply

21^p is congruent to: (-1)^p mod 11. Hence, if p is positive then 21^p = 1 mod 11. If p is negative then 21^p = -1 mod 11. 12^a is congruent to (1)^a mod 11. Hence if a is either positive or negative 12^a = 1 mod 11. Finally, take the subtraction of 21^p - 12^a mod 11. Then when p is positive we have: 1 - 1 = 0 mod 11. If p is negative then: -1 - 1 = -2 mod 11. Only positive p works.

EDIT: I made a mistake here. I mean positive to be even and negative to be odd. Not sure why I wrote this but this was pointed out by Felix Perez.

This is what I meant: 21^p is congruent to: (-1)^p mod 11. Hence, if p is even then 21^p = 1 mod 11. If p is odd then 21^p = -1 mod 11. 12^a is congruent to (1)^a mod 11. Hence if a is either even or odd 12^a = 1 mod 11. Finally, take the subtraction of 21^p - 12^a mod 11. Then when p is even we have: 1 - 1 = 0 mod 11. If p is odd then: -1 - 1 = -2 mod 11. Only even p works.

Mo H - 3 years, 2 months ago

Log in to reply

Thank you very much for the explanation.

But, when you say "positive p"... are you meaning "(p is) even" and when you say "negative p" you mean "(p is) odd"??? Only if so, it makes sense to me.

Félix Pérez Haoñie - 3 years, 2 months ago

Log in to reply

@Félix Pérez Haoñie no its wrong don't listen to him

Ashton Parker - 3 years, 2 months ago

Log in to reply

@Ashton Parker He has edited his original answer. My following comment doesn't sound now as coherent.

Félix Pérez Haoñie - 3 years, 1 month ago

Log in to reply

@Félix Pérez Haoñie I did edit it. Anyone reading it would have realized i edited it to correct for what you said. I can edit it back. No worries I will. This is what I meant: 21^p is congruent to: (-1)^p mod 11. Hence, if p is even then 21^p = 1 mod 11. If p is odd then 21^p = -1 mod 11. 12^a is congruent to (1)^a mod 11. Hence if a is either even or odd 12^a = 1 mod 11. Finally, take the subtraction of 21^p - 12^a mod 11. Then when p is even we have: 1 - 1 = 0 mod 11. If p is odd then: -1 - 1 = -2 mod 11. Only even p works.

Mo H - 3 years, 1 month ago

Log in to reply

@Mo H OK, I've seen your explanation including the wrong version and the right one. Thanks. Not checked it all the way, though. Sorry, lack of time.

Félix Pérez Haoñie - 2 years, 9 months ago

Correct Because a Ξ b [n] is equivalent with n/(a-b) So 11/(21^100-12^100)

GOUGNI ADAM - 3 years, 2 months ago

Log in to reply

nope thats wrong dude

Ashton Parker - 3 years, 2 months ago

100 is a multiple of 10 = phi(11)(phi is eulero totien function). In general a^100-b^100 divide 11 with a and b relative prime with 11,

Davide Lombardi - 3 years, 1 month ago
Steven Yuan
Mar 18, 2018

Just for fun, here's a solution that relies on the fact that a b a k b k a - b|a^k - b^k :

2 1 100 1 2 100 = ( 2 1 2 ) 50 ( 1 2 2 ) 50 = ( 2 1 2 1 2 2 ) ( d ) = ( 21 + 12 ) ( 21 12 ) ( d ) = 11 ( 3 ) ( 9 ) ( d ) , \begin{aligned} 21^{100} - 12^{100} &= (21^2)^{50} - (12^2)^{50} \\ &= (21^2 - 12^2)(d) \\ &= (21 + 12)(21 - 12)(d) \\ &= 11(3)(9)(d), \end{aligned}

where d d is some expression that evaluates to a positive integer. We conclude that yes , 2 1 100 1 2 100 21^{100} - 12^{100} is divisible by 11.

Is there a name for that fact you mentioned on the first line? It seems to me to be true but can you provide a proof or theorem name? Just for my curiosity

Sean Demers - 3 years, 2 months ago

Log in to reply

some proofs: https://math.stackexchange.com/questions/712758/derivation-of-factorization-of-an-bn

Laszlo Kocsis - 3 years, 2 months ago

One quick proof is to consider the polynomial f ( a ) = a k b k , f(a) = a^k - b^k, where b , k b, k are fixed positive integers. Obviously, a = b a = b is a root of the polynomial, so a b a - b is a factor of f , f, giving us a b a k b k . a - b|a^k - b^k.

Steven Yuan - 3 years, 2 months ago

A stupid question, but when I divide and multiply the expression (question itself )with 11 and break down 21 and 12 into it's prime factors ...how come when none of the factors of 21 or 12 are divisible by 11, the expression is still divisible by 11? What am I missing here?

Sarthak Khattar - 3 years, 2 months ago
Arjen Vreugdenhil
Mar 18, 2018

Using binomial expansion, 2 1 100 = ( 22 1 ) 100 = 2 2 100 + 100 2 2 99 ( 1 ) 1 + + ( 100 k ) 2 2 k ( 1 ) 100 k + + 100 2 2 1 ( 1 ) 99 + ( 1 ) 100 , 21^{100} = (22 - 1)^{100} = 22^{100} + 100\cdot 22^{99}\cdot (-1)^1 + \cdots + \binom{100}{k} 22^k (-1)^{100-k} + \cdots + 100\cdot 22^1\cdot (-1)^{99} + (-1)^{100}, and 1 2 100 = ( 11 + 1 ) 100 = 1 1 100 + 100 1 1 99 ( + 1 ) 1 + + ( 100 k ) 1 1 k ( + 1 ) 100 k + + 100 1 1 1 ( + 1 ) 99 + ( + 1 ) 100 . 12^{100} = (11 + 1)^{100} = 11^{100} + 100\cdot 11^{99}\cdot (+1)^1 + \cdots + \binom{100}{k} 11^k (+1)^{100-k} + \cdots + 100\cdot 11^1\cdot (+1)^{99} + (+1)^{100}. Each term in these expansions is a multiple of 11, except for the last term of each expression, which is 1.

Since we subtract two numbers that are one more than a multiple of 11, 2 1 100 1 2 100 21^{100} - 12^{100} is a multiple of 11.

Lovely solution. Thank you.

Alejandro Lira - 3 years, 2 months ago

Admittedly, this solution is essentially equal to working "modulo 11": 2 1 100 ( 1 ) 100 1 21^{100} \equiv (-1)^{100} \equiv 1 and 1 2 100 1 100 1 12^{100} \equiv 1^{100} \equiv 1 lead to the conclusion 2 1 100 1 2 100 1 1 0 21^{100} - 12^{100} \equiv 1 - 1 \equiv 0 mod 11.

I posted the explicit binomial solution for those who are not acquainted with modular arithmetic. The "multiple of 11" argument does precisely the same job.

Arjen Vreugdenhil - 3 years, 2 months ago

I can't give you an upvote (I don't know why the button doesn't react to my click) but I like your solution.

Félix Pérez Haoñie - 3 years, 2 months ago

In this solution I have used some basic properties of Modular Arithematic.

( 2 1 100 1 2 100 ) m o d ( 11 ) [ 2 1 100 m o d ( 11 ) ] [ 1 2 100 m o d ( 11 ) ] (21^{100}-12^{100})\mod(11)\equiv[21^{100}\mod(11)]-[12^{100}\mod(11)]

2 1 100 ( 22 1 ) 100 ( 1 ) 100 1 m o d ( 11 ) 21^{100}\equiv(22-1)^{100}\equiv(-1)^{100}\equiv\boxed{1}\mod(11)

1 2 100 ( 11 + 1 ) 100 ( 1 ) 100 1 m o d ( 11 ) 12^{100}\equiv(11+1)^{100}\equiv(1)^{100}\equiv\boxed{1}\mod(11)

Therefore ( 2 1 100 1 2 100 ) m o d ( 11 ) [ 2 1 100 m o d ( 11 ) ] [ 1 2 100 m o d ( 11 ) ] ( 1 1 ) m o d ( 11 ) 0 m o d 11 (21^{100}-12^{100})\mod(11)\equiv[21^{100}\mod(11)]-[12^{100}\mod(11)]\equiv(1-1)\mod(11)\equiv\boxed{0}\mod{11}

So the answer is 'Yes'.

David Weisberg
Mar 20, 2018

2 1 100 1 2 100 = 3 100 ( 7 100 4 100 ) = 3 100 ( 7 50 4 50 ) ( 7 50 + 4 50 ) = 3 100 ( 7 50 4 50 ) ( 7 + 4 ) ( 7 49 7 48 4 1 + 7 47 4 2 . . . + 4 49 ) 21^{100}-12^{100}=3^{100}(7^{100}-4^{100})=3^{100}(7^{50}-4^{50})(7^{50}+4^{50})=3^{100}(7^{50}-4^{50})(7+4)(7^{49}-7^{48}4^{1}+7^{47}4^{2}-...+4^{49}) 7 + 4 = 11 7+4=11 , so the given number is divisible by 11

50 square is 250,the powers on 7 and 4 are wrong!!!!

erica phillips - 3 years, 2 months ago
John Gilling
Mar 19, 2018

Slightly different from the other solutions I see here, but of the same ilk.

Straight factoring gives us: x 100 y 100 = ( x 50 y 50 ) ( x 50 + y 50 ) x^{100}-y^{100}=(x^{50}-y^{50})(x^{50}+y^{50})

Likewise, x 50 y 50 = ( x 25 y 25 ) ( x 25 + y 25 ) x^{50}-y^{50}=(x^{25}-y^{25})(x^{25}+y^{25})

Then, x 25 + y 25 = ( x 5 + y 5 ) ( x 20 x 15 y 5 + x 10 y 10 x 5 y 15 + y 20 ) x^{25}+y^{25}=(x^{5}+y^{5})(x^{20}-x^{15}y^{5}+x^{10}y^{10}-x^{5}y^{15}+y^{20})

Finally,

x 5 + y 5 = ( x + y ) ( x 4 x 3 y + x 2 y 2 x y 3 + y 4 ) x^{5}+y^{5}=(x+y)(x^{4}-x^{3}y+x^{2}y^{2}-xy^{3}+y^{4})

In conclusion, ( x + y ) ( x 100 y 100 ) (x+y) | (x^{100}-y^{100}) .

Specifically, 11 33 ( 2 1 100 1 2 100 ) 11|33|(21^{100}-12^{100}) .

I noticed an interesting relationship using this factorisation approach.

x^n + (11-x)^n is divisible by 11 if n is odd. x^n - (11-x)^n divides 11 if n is even.

Malcolm Rich - 3 years, 2 months ago

I did an immediate factorization after line 1 as follows: x^50 + y^50 = (x+y)*(x^49 - x^48y +x^47y^2 - .... y^49) which means that whatever all the other factors are there will be a multiplication by x+y =33 which is a multiple of 11.

Joe Sticker - 3 years, 2 months ago

2 1 100 1 2 100 = ( 11 + 10 ) 100 ( 11 + 1 ) 100 21^{100} - 12^{100} = (11+10)^{100} - (11+1)^{100} \\ If we expand the R.H.S, only term that doesn’t inlude ’11’ is " 1 0 100 1 100 " \text{If we expand the R.H.S, only term that doesn't inlude '11' is} "10^{100} - 1^{100}" \\ 1 0 2 n 1 is divisible by 11 n > 1 10^{2n} -1 \text{ is divisible by 11 } \forall \text{ n } > 1

Tanwir Khan
Mar 24, 2018

I may be wrong, but here goes: 21 x 12 = 252 and 252 is divisible by 12 therefore raising 21 and 12 by power 100 and subtracting the results would also be divisible by 12. That is why I marked the YES option, and lo and behold it was correct, it surprised me so I have shared my take,but please don't make fun.

Naresh Chary
Mar 23, 2018

(A^n-B^n) is always divisible by A-B and divisible by A+B if n is even. So the given expression is divisible by 21+12=33, which is divisible by 11. Keep solving :)

2 1 100 1 2 100 = 3 100 ( 7 100 4 100 ) 21^{100} - 12^{100} = 3^{100}(7^{100} - 4^{100})

3 100 ( 7 100 4 100 ) = 3 100 ( 7 50 + 4 50 ) ( 7 50 4 50 ) 3^{100}(7^{100} - 4^{100}) = 3^{100}(7^{50} + 4^{50})(7^{50} - 4^{50})

3 100 ( 7 50 + 4 50 ) ( 7 50 4 50 ) = 3 100 × 1 1 50 × 3 50 3^{100}(7^{50} + 4^{50})(7^{50} - 4^{50}) = 3^{100} \times 11^{50} \times 3^{50}

3 100 × 1 1 50 × 3 50 = 3 150 × 1 1 50 3^{100} \times 11^{50} \times 3^{50} = 3^{150} \times 11^{50}

So yes, the result is divisible by 110.

Paulo Bouhid
Mar 21, 2018

Since a^n - b^n is divisible by (a+b) when n is even, (21^100 - 12^100) is divisible by 21 + 12 = 33, and thus by 11.

Challenge: Is 5555^2222 + 2222^5555 divisible by 7?

No it won't be divisible by 7

Alex John - 3 years, 2 months ago

Log in to reply

You r wrong . Its divisible by 7

Shreyansh Mukhopadhyay - 3 years, 2 months ago

Yes, it is.

PAULO BOUHID - 2 years, 3 months ago
Alex DiResta
Mar 19, 2018

3^100(7^100-4^100)=21^100-12^100. For every other integer greater than zero, 7^n-4^n is divisible by 11. 100mod(2)=0, so (7^100-4^100) is divisible by 11, and 21^100-12^100 is divisible by 11.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...