What is the number of irreducible factors of $x^{255}-1$ over $\mathbb{Q}$ and $\mathbb{F}_2$?
Over $\mathbb{Q}$, $x^{255}-1$ factorizes as $(x-1) \Phi_{5} \Phi_{51}\Phi_{255}$ with all of them irreducible, but I am not sure if this is correct. As for $\mathbb{F}_2$ I have no clue about how to proceed.
Welcome to MSE! Hint: The polynomial $x^{p^n}-x$ in ${\Bbb Z}_p[x]$, $p$ prime, is the product of all monic irreducible polynomials in ${\Bbb Z}_p[x]$ whose degree is a divisor of $n$, i.e., $$\sum_{d|n} d N_d = p^n,$$ where $N_d$ is the number of monic irreducible polynomials of degree $d$ in ${\Bbb Z}_p$.
To be more than a comment, here is the factorization for $x^{16}-x$ in ${\Bbb Z}_2[x]$, which is part of the problem:
Degree 4: $x^4+x+1$, $x^4+x^3+1$ (conjugate to the first polynomial, the zeros of these polynomials are primitive), and $x^4+x^3+x^2+x+1$ (the zeros are 5-th roots of unity).
Degree 2: $x^2+x+1$.
Degree 1: $x$ and $x+1$.
Now to the solution: $$256 = 30\cdot 8 + 3\cdot 4 + 1\cdot 2 + 2\cdot 1.$$