Using points A(1,2) and B(-2,-2), find a third point, with a positive y-value, that makes ABC an isosceles triangle with area 10 units${^2}$.
I have found AB to be 5 and used this as $r^2$ below..
So using A as the centre of the circle, I have equation $(x-1)^2+(y-2)^2 = 25$
So I'd love to just pick a positive, arbitrary y-value and find x, but I need the triangle's area to be 10. But until I find the third piont, C(x,y), I'm not sure how to find base/height in order to fix the area.


My suggestion is to use the following: Your triangle is isosceles, so the hieght issued from the vertex C is the perpendicular bisector of the base AB. The midpoint of AB has the following coordinates I = ($-\frac{1}{2}$, 0). So the point C pass through the st line (D) passing through I and perpendicular to $(AB)$, and (D) has equation $y=\frac{-3}{4}x-\frac{3}{8}$. Note that $Ar=10= \frac{h\times b}{2}$. $b=base= AB= 5$ , so $h= 4$. So you have to find the point on (D) C=(x,y), such that distance form CI=4units. System Two equqtions two unkown simple to solve i.e. $$y=\frac{-3}{4}x-\frac{3}{8}$$ $$ (x+ \frac{1}{2})^2 + y^2=16 $$ May this help you .