Two points $A$ and $B$ and have coordinates (-1, 0) and (7, 2) respectively. The point $C(x,y)$ where $x>0$ and $y>0$, lies on the perpendicular bisector of $AB$ and $ACB=90^\circ$ .
Find the coordinates of $C$.
I know that $CA$ and $CB$ will have the same length, so I tried using the distance formula to come up with 2 equations whereby $CA$ = $CB$, but I ended up with both $x^2$ and $y^2$, at this point which I' stuck.
Any hint will be appreciated.
for the Point $$C(x;y)$$ you have two conditions: $$(x+1)+y^2=(x-7)^2+(y-2)^2$$ and $$y=-4x+13$$ can you solve it now?