Let $$p (x) = \begin{vmatrix} 1 & x & x & \dots & x & x \\ x & 1 & x & \dots & x & x \\ x & x & 1 & \dots & x & x \\ \vdots & \vdots & \vdots & \ddots & \vdots & \vdots \\ x & x & x & \dots & 1 & x \\ x & x & x & \dots & x & 1 \\ \end{vmatrix} .$$
How to find the (multiple) zeroes, the degree of the polynomial and the initial coefficient, all depending on the natural number $b$?
Hint: You can determine the characteristic polynomial of the corresponding matrix. Note that the matrix is symmetric and therefore diagonalizable. Now $-x + 1$ is an eigenvalue with a geometric multiplicity of at least $n - 1$ and the sum of all eigenvalues [according to their algebraic multiplicity] is equal to the trace of the matrix.
Once you've calculated the characteristic polynomial you can determine $p(x)$ by plugging in $\lambda = 0$.