Suppose $k$ is a positive integer, such that $x^2 + x + 10 = k(k-1)$ has one positive integer root. Find $k.$
I've tried to factor this and apply the discriminant, but I'm not sure how to deal with the part about the positive integer root. Can I have a hint please?
Notice that this is a quadratic equation in $x$ with solutions $$\frac12\cdot\left(-1 \pm\sqrt{-39 - 4 k + 4 k^2}\right)$$ For one of the root to be an integer, you need $4k^2-4k-39=m^2\iff (2k-1)^2-40=m^2$ for some $m\in\mathbb N$. Have a look below if this is still insufficient