In Apostol's Calculus Vol 1, he asks for the set of all possible values of $x$:
$\{x \,|\, (x^2+16x)^2 = 17^2 \}$
Here is the solution:
$\{1, -17, -8+ \sqrt {47}, -8 - \sqrt {47} \}$
The $1$ and the $-17$ I get, but then I'm left with factoring $x^2+16+ 17 = 0$, which indeed is $-8+ \sqrt {47}$ and $-8 - \sqrt {47}$. However, I'm not sure if this is "hand-calculatable" or would require MatLab or Octave to derive. Is $x^2+16+ 17 = 0$ in fact manually calculatable $-$ and I was sleeping that day in Algebra?
If $(x^2 + 16x)^2 = 17^2$, then $$\begin{align*} 0 &= (x^2 + 16x)^2 - 17^2 \\ &= ((x^2 + 16x) - 17)((x^2 + 16x) + 17) \tag{$1$} \\ &= (x - 1)(x + 17)(x^2 + 16x + 17) \\ &= (x - 1)(x + 17)((x^2 + 16x + 64) - 47) \tag{$2$}\\ &= (x - 1)(x + 17)\left((x+8)^2 - \left(\sqrt{47}\right)^2\right) \\ &= (x - 1)(x + 17)\left(x + 8 - \sqrt{47}\right)\left(x + 8 + \sqrt{47}\right), \tag{$3$} \end{align*}$$ where $(1)$ and $(3)$ follow from the previous step via the difference of squares formula $$a^2 - b^2 = (a-b)(a+b),$$ and the choice to write $17 = 64 - 47$ in step $(2)$ is made in order to complete the square. All that remains is to read off the roots arising from linear factors of the form $(x - r_i)$: $$x \in \left\{ 1, -17, -8 + \sqrt{47}, -8 - \sqrt{47}\right\}.$$