So this is the problem:
Determine the equation of the circle passing through $(4,0)$ and $(3,5)$ with a line $3x+2y-7=0$ passing through the center.
I know the easier solution of this, but my teacher wants us to solve using our knowledge in Perpendicular Bisector Theorem. So can anyone help me?
HINT
The center has coordinates
from the condition
$$d^2(CA)=d^2(CB) \implies (t-4)^2+\left(\frac{7-3t}{2}-0\right)^2=(t-3)^2+\left(\frac{7-3t}{2}-5\right)^2$$
we can find $t$.