Prove that 33 divides 2^55 + 1

  • Thread starter Thread starter jack476
  • Start date Start date
AI Thread Summary
The discussion revolves around proving that 2^55 + 1 is divisible by 33, as presented in a Mathematical Olympiad exercise. Participants explore various factoring techniques and polynomial expressions, noting that 33 can be expressed as 2^5 + 1. A suggestion is made to substitute x = 2^5 and rewrite the expression in terms of x to facilitate the proof. The conversation highlights the challenge of polynomial long division but ultimately leads to a successful resolution of the problem. The thread concludes with a prompt to generalize the findings to a^mn + 1 and explore conditions under which a^n + 1 is a factor.
jack476
Messages
327
Reaction score
125

Homework Statement


The problem is exactly as stated in the title: "Prove that 255 + 1 is divisible by 33". This problem is an exercise from the Mathematical Oympiad Handbook in the section on factoring sums of powers.[/B]

Homework Equations


Results found so far in this section:
xn - 1 = (x-1)(xn-1+ xn-2 +...+x2 +x + 1)

x3 + 1 = (x+1)(x2- x + 1)

x3 + y3 = (x+y)(x2- xy +y2)

The Attempt at a Solution


So far, I have that 33 = 32 + 1 = 25 + 1 = (2+1)(24 - 23 + 22 -2 + 1) and that 255 + 1 = (2+1)(254-253+252+...-23 + 22 -2 + 1)

I do not know how to proceed from here. Presumably I'd want to show that the quotient of the two polynomials is an integer, but I don't know how to do that besides polynomial long division, and I doubt that's what the problem is trying to emphasize (and with so many terms, it would probably take forever, if it's even possible for polynomials of orders 5 and 55- not that I'd want to anyway, with so many terms).
 
Physics news on Phys.org
jack476 said:

Homework Statement


The problem is exactly as stated in the title: "Prove that 255 + 1 is divisible by 33". This problem is an exercise from the Mathematical Oympiad Handbook in the section on factoring sums of powers.[/B]

Homework Equations


Results found so far in this section:
xn - 1 = (x-1)(xn-1+ xn-2 +...+x2 +x + 1)

x3 + 1 = (x+1)(x2- x + 1)

x3 + y3 = (x+y)(x2- xy +y2)

The Attempt at a Solution


So far, I have that 33 = 32 + 1 = 25 + 1 = (2+1)(24 - 23 + 22 -2 + 1) and that 255 + 1 = (2+1)(254-253+252+...-23 + 22 -2 + 1)

I do not know how to proceed from here. Presumably I'd want to show that the quotient of the two polynomials is an integer, but I don't know how to do that besides polynomial long division, and I doubt that's what the problem is trying to emphasize (and with so many terms, it would probably take forever, if it's even possible for polynomials of orders 5 and 55- not that I'd want to anyway, with so many terms).
In that last expression, look at (254-253+252+...-23 + 22 -2 + 1).

Pair the first two terms 254-253 = 2(253) - 253 = ?

Similarly, pair the next two terms, etc.
Added in Edit:​

Actually there are some more straight forward ways to do this.

One of them is as follows:

Since you know that 33 = 25 + 1 , You can let x = 25 .

Write 255 + 1 in terms of x . See if you can show that x + 1 divides that result.
 
Last edited:
  • Like
Likes cnh1995
SammyS said:
In that last expression, look at (254-253+252+...-23 + 22 -2 + 1).

Pair the first two terms 254-253 = 2(253) - 253 = ?

Similarly, pair the next two terms, etc.
Added in Edit:​

Actually there are some more straight forward ways to do this.

One of them is as follows:

Since you know that 33 = 25 + 1 , You can let x = 25 .

Write 255 + 1 in terms of x . See if you can show that x + 1 divides that result.

Brilliant, got it!

Thanks! =D
 
jack476 said:
Brilliant, got it!

Thanks! =D
Generalise to ##a^{mn}+1##. Under what circumstances will ##a^n+1## be a factor?
 
  • Like
Likes geoffrey159
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top