Let $PQRS$ be a trapezium with $SR=5$ along $x-2y+1=0$ , $PQ=5$ along $2x-y-1=0$ and area $20$. Find the possible equations of circle inscribed in the trapezium.
$\mathbf{My}$ $\mathbf{approach}$
At first I extended $SR$ and $PQ$ to intersect at $A$. Now the inscribed circle in trapezium will be the incentre of the triangle $APS$ thus formed. Using some basic trigonometry I got radius of the inscribed circle as $2$. But now how to get the equation of the circle.

First, here is a simpler way to find the radius of the inscribed circle:
We know that if a quadrilateral $PQRS$ have an inscribed circle, then $\overline{PQ} + \overline{RS} = \overline{RQ} + \overline{PS}$. Therefore, the perimeter of the quadralateral is 20, and the radius is $\frac{2\times 20}{20} = 2$.
For the coordinate of the center, notice that the lines intersects at $(1,1)$, and the angle bisectors are the lines $y = x$ and $x+y = 2$. So you should try to find the points on the two lines so that their distance to the line $x - 2y + 1 = 0$ is 2. There should be 4 solutions in total.
More specifically, consider the line $y = x$, let the point have coordinate $(1+t, 1+t)$, then its distance to $x - 2y + 1 = 0$ is
$$ \frac{|(1+t)-2(1+t) + 1|}{\sqrt 5} = \frac{|t|}{\sqrt 5} $$
so in this case $t = \pm 2\sqrt5$. The other two solutions can be computed similarly.