From point A on the circle $x^2+y^2=R^2$ two lines pass; one that is perpendicular to X-Axis and passes X-Axis at point B, and a second one that is perpendicular to Y-Axis and passes through the circle again at point C.
1) Find the set of points where lines BC and AO [O(0,0)] intersect.
2) Find R if the locus passes at (1.5,-2).
Answers are $x^2+y^2= \frac{R^2}9$ and 7.5

$A = (x_1,y_1)\\B = (x_1,0)\\C= (-x_1,y_1)$
$BC: 2y_1x + x_1y = x_1y_1\\ AO: y_1x - x_1 y = 0$
intersect at $(\frac {x_1}{3}, \frac {y_1}{3})$
The locus of points is a circle with $\frac 13$ the radius.
$x^2+y^2 = \frac {R^2}{3}$