Problem: The equation $x^n + px - q = 0$ has a double root. Show that $\left(\dfrac{p}{n}\right)^n + \left(\dfrac{q}{n-1}\right)^{n-1} = 0$.
My attempt: Let the double root be $\alpha$ and $P(x) = x^n + px - q$, then $P(\alpha) = 0$ and $P'(\alpha) = 0$. From $P'(\alpha) = 0$ we have $\alpha^{n-1} = -\dfrac{p}{n}$, substituting this into $P(\alpha) = 0$, we have $\alpha = \dfrac{qn}{p(n-1)}$. Then I tried subsituting this into $P(\alpha) = 0$ and $P'(\alpha) = 0$ but got nowhere.