Suppose $x$ and $y$ are real numbers such that $(x-3)^2 + (y-3)^2 = 6.$ Than, maximize $\frac{y+1}{x+2}.$
I do in fact realize that this is a double post, but it's a 5 year old question and I don't feel as if it is appropriate to bump it. I did as the original post hinted towards, setting $k = \frac{y+1}{x+2}$ and than writing the given equation as $$(x-3)^2 + (k(x+2) - 4)^2 = 6.$$ I than proceeded to expand and simplify, which gave me $$x^2(k^2 + 1) + x(4k^2 - 8k - 6) + (4k^2 - 16k + 19).$$ However, I am unsure where to go from here. Should I use the discriminant now?