We are given an equilateral triangle ABC. Find the coordinates of one of the other apexes. knowing that its apexes lay on the parabola $g(x)=-6x+2x^2$. Point C is the apex of the given parabola.
We can calculate the apex of the parabola by $(-\frac{b}{2a}, -\frac{b^2-4ac}{4a})$ getting (3, -9) as the coordinates of C. How can we move on, though? We only know that the triangle is equilateral. We also know that the coordinates, when plugged to the parabola equation, should output 0=0. How should this be done, though? Could you help?
(see this meta thread for deletion discussion)
Two generic points are $(a,a^2-6a)$ and $(b,b^2-6b)$. If you write the equations for the distance from these to the point you have and the distance between them, you get three equations in three unknowns. A bit of a cheat is to guess that $a$ and $b$ are symmetric around $x=3$, so write $a=3-c, b=3+c$. That gets rid of one variable for you. So if $d$ is the side of the triangle, $d=2c, d^2=(3-c-3)^2+((3-c)^2-6(3-c)+9)^2$.