#Circles (Coordinate Geometry)
13 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
No, that's not correct.
Start with the general equation of a circle:
(x - x0)^2 + (y - y0)^2 = R^2
Substitute the given coordinates into the equation. Then you'll have a system of equations in x0, y0 and R.
maybe that (y-2)^2 is y^2 - 4y + 4, not y^2 - 2y + 4
however this is not the easiest way to do this
using the perpendicular bisectors shoudl be much faster
Oh, that's true! And easy to generalize, too.
how