The circle $x^2+y^2-6x-10y+k=0$ does not touch or intersect the x-axis and the point $(1,4)$ lies inside the circle, then find the range of $k$
$$ C(3,5)\;\&\;r=\sqrt{34-k} $$ Attempt 1 $$ d=\frac{|ax+by+c|}{\sqrt{a^2+b^2}}=|3|>r=\sqrt{34-k}\implies k>25 $$
Attempt 2 $$ y=0\implies x^2-6x+k=0\implies\Delta=36-4k<0 \implies k>9 $$ The solution given in my reference is $9<k<29$. The upper limit is fine, but which case is missing in attempt 1 that I am not getting the lowest limit for $k$ there ?