Find radii of both circles.
Center for circle 1 is $(a_1,b_1)$. Tangent at $y$ axis at $(0,k)$. Radius of circle 1 is $r_1^2 = a_1^2 + (b_1-k)^2$.
Center for circle 2 is $(a_2,b_2)$. Tangent at $y$ axis at $(0,h)$. Radius of circle 2 is $r_2^2 = a_2^2 + (b_2-h)^2$
Mid point of $(1,3)$ and $(2,4)$ is $(1.5,3.5)$ Line goes through mid point $y_1=x+2$ Line perpendicular through y1 and goes through both centers is $ y_2=-x+5$
From substitute $(1,3)$ and $(2,4)$ to equation of circle 1 I get $a_1+b_1 =2$. And from $ y_2$, i get $a_1+b_1 = 5$
Despite all information i can find, i still get stuck to find the radii. and find the $a_1,b_1$ or $a_2,b_2$ to at least get radii.
How to get radii using the line $y_2$, or circle equation 1 or other way? What am i missing? Please your clarification



Let's start with the equation of the circle: $$(x-x_c)^2+(y-y_c)^2=r^2$$ Then we can plug in the two points on the circle: $$(1-x_c)^2+(3-y_c)^2=r^2\\(2-x_c)^2+(4-y_c)^2=r^2$$ We also know that the circle is tangent to $y$ axis. That means that the intersection of the circle with the $y$ axis is at the same $y$ as $y_c$ (the radius is horizontal): $$(0-x_c)^2+(y_c-y_c)^2=r^2$$ or $$x_c^2=r^2$$ Now plug this into the first two and you get $$1-2x_c+x_c^2+9-6y_c+y_c^2=x_c^2\\4-4x_c+x_c^2+16-8y_c+y_c^2=x_c^2$$ We rewrite the equations as $$2x_c=10-6y_c+y_c^2\\4x_c=20-8y_c+y_c^2$$ Substituting the first equation into the second we get: $$20-12y_c+2y_c^2=20-8y_c+y_c^2$$ or $$y_c^2-4y_c=0$$ The solutions are $y_c=0$ and $y_c=4$. You can now get the corresponding $x_c$ and $r=|x_c|$.