Let $A$, $B$, $C$, $D$, and $E$ be five points on a circle. For any three points, we draw the line going through the centroid of the triangle formed by these three points that is perpendicular to the line passing through the other two points. (For example, we draw the line going through the centroid of triangle $BDE$ that is perpendicular to $AC$.) In this way, we draw a total of $ \binom{5}{3}= 10 $ lines. Show that all $10$ lines pass through the same point. (Here is the image for three lines. I took it from another post for the same question, that has answer only using complex numbers: Prove the lines are concurrent (using vectors))
I do think that solution should be done using vectors. However I do not feel very comfortable juggling with vectors. I tried to do it by placing the center of the circle at the origin and putting on of the points at $(1, 0)$ and tried to work with Cartesian coordinates. The equations didn't work out well, so I gave up on this way. Some ideas how to use vectors? I know position vector for the centroid, but how to proceed from there onwards?
By the way how does one proof that for centroid $G$ in triangle $ABC$: $$G=\dfrac {\vec A+\vec B+\vec C}3$$I know it is a famous result, but I do not know the proof.

