Find necessary and sufficient conditions on $b$ and $c$ so that $A$ is singular.
I worked out the $2\times 2$, $3\times 3$, and $4\times 4$ cases and found that we must have $b=\pm c$. I could do an inductive step and reduce cofactors down to the simplest cases, but is there a better way to do this? Thanks in advance!
Your matrix is of the form $$A=(b-c)I + cE,$$ where $E$ is the matrix with all its entries equal to 1. Since $E=ee^*$, where $e$ is the vector with all entries equal to $1$, the rank of $E$ is one. From $E^2=nE$, we get that the eigenvalues of $E$ are $0$ and $n$. So $cE$ has eigenvalues $0$ and $cn$ (and the multiplicity of $0$ is $n-1$, but we don't need that here).
Finally, adding a scalar multiple of the identity to $cE$, its eigenvalues are shifted by such multiple. That is, the eigenvalues of $A$ are $$b-c+0=b-c,\ \ \ \text{ and } \ \ b-c+nc=b+(n-1)c. $$ So $A$ will be singular precisely when $b-c=0$ or $b+(n-1)c=0$.