Prove that a point can be found which is at the same distance from each of the four points $\bigg(am_1,\dfrac{a}{m_1}\bigg),\bigg(am_2,\dfrac{a}{m_2}\bigg),\bigg(am_3,\dfrac{a}{m_3}\bigg)$ and $\bigg(am_1m_2m_3,\dfrac{a}{m_1m_2m_3}\bigg)$
My attempt:
I could figure out two concepts
i) Let the point be $(x,y)$. Then, we have $(x-am_1)^2+(y-\dfrac{a}{m_1})^2=(x-am_2)^2+(y-\dfrac{a}{m_2})^2=(x-am_3)^2+(y-\dfrac{a}{m_3})^2=(x-am_1m_2m_3)^2+(y-\dfrac{a}{m_1m_2m_3})^2$
ii) If the distance be $r$, then we have 4 circles having these points as centres which will intersect at one specific point.
But, that seems a whole lot of calculation that I am not able to do very simply. I wonder if these are the correct ways to approach the problem. Please help. Thank you.