If I know the coordinates of the center and one vertex of an equilateral triangle, how do I find the coordinates of the other vertices?
I'm thinking I need to find (x,y) such that the distance to the known vertex is the square root of 3 times the distance to the center, so just need to solve those two distance equations simultaneously, but I keep coming up with too many unknowns.