(x + 30)^2 + (x^2 - 13)^2 = 1105
x^2 + 60x + 900 + x^4 - 26x^2 + 169 = 1105
x^4 - 25x^2 + 60x - 36 = 0
Ugh, quadratics are ugly, but we know 3 roots are 1, 3, -6, so call the left side above p(x) and divide this by q(x) = (x - 1)(x - 3)(x + 6) to get the final root. The divisor is:
q(x) = (x^2 - 4x + 3)(x + 6) = x^3 + 2x^2 - 21x - 18
p(x) - x*q(x) = (x^4 - 25x^2 + 60x - 36) - (x^4 + 2x^3 - 21x^2 - 18x)
= -2x^3 - 4x^2 + 78x - 36 = -2*q(x)
p(x) - x*q(x) = -2 q(x)
p(x) = (x - 2)q(x)
So, the final root of p(x) is x=2, with y = x^2 = 4, giving (2,4) as the final point.