What is the greatest possible radius of a circle that passes through the points (1, 2) and (4, 5) and whose interior is contained in the first quadrant of the coordinate plane?
I drew approximate diagrams of 3 circles I could think of that satisfy the points criteria:
1) Points represents diameter(This completely satisties problem criteria, and its radius is $\frac{3\sqrt{2}}{2}$)'
2 & 3(which do not apparently work) are below:
Yet, my first answer is incorrect. What am I missing?

In the first quadrant, either axis would limit the size of the circle. Since the points $(1,2)$ and $(4,5)$ are further away from the $x$-axis than from the $y$-axis, the circle with the largest area is expected to touch the $x$-axis.
So, the corresponding equation for the circle with center $(a,b)$ takes the form,
$$(x-a)^2+(y-b)^2=b^2$$
where its radius is just $b$, the y-coordinate of the center. Plug the two points $(1,2)$ and $(4,5)$ into above equation,
$$(1-a)^2-4b+4=0$$ $$(4-a)^2-10b+25=0$$
The solution for $b$ is
$$b=7-2\sqrt{5}$$
which is also the radius of the largest circle.