Show that the pair of straight lines $ax^2+2hxy+ay^2+2gx+2fy+c=0$ meets the coordinate axes in concyclic points. Also find the.equation of the circle through those cyclic points.
My Approach:
Let $l_1x+m_1y+n_1=0$ and $l_2x+m_2y+n_2=0$ be the two lines represented by $ax^2+2hxy+ay^2+2gx+2fy+c=0$. Now, $$(l_1x+m_1y+n_1)(l_2x+m_2y+n_2l=0$$. Comparing this with $$ax^2+2hxy+ay^2+2gx+2fy+c=0$$. We get: $$l_1l_2=a$$ $$l_1m_2+l_2m_1=2h$$ $$m_1m_2=a$$.
Now, please help me to continue from here.