0
$\begingroup$

$x^{a} +1$ and $x^{b} +1$ are the factors of$ 1 + x + x^{2} + ... +x^{255}$ for distinct a and b find maximum value of a+b.

I dont know how to get to solve this problem...

I don't have prior knowledge as well to show my work..

help

  • 0
    How does this relate to measure-theory ?2017-01-04

1 Answers 1

5

Hint:


We know that $$1+x+x^2+\cdots +x^n =\frac {x^{n+1}-1}{x-1}$$ Using this we get our expression as $$\frac {x^{256}-1}{x-1}$$ $$=(x+1)(x^2+1)(x^4+1)(x^8+1)(x^{16}+1)(x^{32}+1)(x^{64}+1)(x^{128}+1) $$ Hope you can take it from here.

  • 0
    How do you factor $\frac {x^{256}-1}{x-1}$ ?2017-01-04
  • 0
    $x^{2a} - 1 = (x^a +1)(x^a-1)$ In this case is $a$ is even (a power of $2,$ in fact) So you factor $(x^a-1)$ the same way again, (and again)2017-01-04
  • 0
    I hope you know $$x^2-1=(x-1)(x+1)$$ $$x^4-1=(x^2+1)(x+1)(x-1) $$ Proceed similarly.2017-01-04
  • 1
    I still don't understand the question, but now I am confident that I could answer it if I did ;)2017-01-04