Show that for all integers $j$, if $d$ is an integer such that $j \mid k+8$ and $d \mid k^2+1$ then $j \mid 65$.
I'm having a lot of trouble, with solving this proof. I first rewrote the equations as,
$$\begin{align*} aj &= k + 8, \\ bj &= k^2 + 1. \end{align*} $$
Then by adding them together,
$$\begin{align*} aj + bj &= k^2 + k + 9, \\ (a+b)j &= k^2 + k + 9. \end{align*}$$
But I am not sure how to proceed from here. Any help would be greatly appreciated.