Given a $\Delta ABC$, there exists a point $P$ such that $$[ABP]=[ACP]=[BCP]$$ How many such a points $P$ exists? (Where$ [.]$ represents area)
I previously belieced that $P$ is only a single point which is only median. Then after I realized that other points other than median also exists. Then I took a random point $(x,y)$. And three sides of triangle represented by $(x_i,y_i)$ but I was not able to prove. Can someone help me figure it out?



Let $A=\begin{pmatrix}0\\0\end{pmatrix}$ and $B,C\in\mathbb R^2$ be such that $B$ and $C$ are linearly independent. We will show that there exist exactly four points $P\in\mathbb R^2$ such that $[ABP]=[APC]=[BCP]$. In the image below, these four points are $P,A',B',C'$.
We use the notation $X=\begin{pmatrix}x_1\\x_2\end{pmatrix}$ for points.
We assume without loss of generality that $b_2=0$ and $c_2>0$.
First, we will show that $[ABX]=[AXC]$ if and only if $X\in AD\cup AB'\subseteq\mathbb R^2$ is in the union of the lines $AD$ and $AB'$ (not the segments!), where $B'=C-B$ and $D=B+\frac 12B'=\frac 12(B+C)$. Recall that $[ABD]=\frac{1}{2}\det(B\; D)=\frac 12(b_1d_2-d_1b_2)=\frac 14\det(B\,C)=\frac 12[ABC]$. Analogously, we obtain $[ADC]=\frac 12[ABC]=[ABD]$. The intercept theorem suggests that for any point $X\in AD$ the height of $ABX$ with respect to $AB$ is $c$ times the height of $ABD$ with respect to $AB$, where $X=cD$. This suggests that $[ABX]=c[ABD]$. The same reasoning applied to $AXC$ gives $[AXC]=c[ADC]=c[ABD]=[ABX]$. Next, notice that $[ABB']=\frac 12\det(B\,B')=\frac 12\det(B\,C)=[ABC]$ and similarly $[ACB']=[ABC]=[ABB']$. Another application of the intercept theorem gives $[AXC]=[ABX]$ for all $X\in AB'$, so indeed we have $[ABX]=[AXC]$ for all $X\in AD\cup AB'$.
Now we're left to show that the other direction holds. For this purpose let $X\in\mathbb R^2\setminus\{A\}$ be such that $[ABX]=[AXC]$, let $c=\|B\|_2$, $b=\|C\|_2$ and $x=\|X\|_2$. Further, let $\alpha=\angle BAC$ and $\omega=\angle BAX$. Using the intercept theorem as before, we notice that $[ABY]=[AYC]$ for all $Y\in AX$, so we assume without loss of generality that $x_2\ge 0$, so we have $0\le\alpha,\omega<\pi$. Recall that we have $[ABX]=\frac 12x|\sin\omega|c$ and similarly $\frac 12x|\sin(\alpha-\omega)|b=[AXC]=[ABX]=\frac 12x|\sin\omega|c$, which gives $|\sin(\omega-\alpha)|=\frac cb\sin\omega$. Using $\alpha>0$, since $c_2>0$, yields that this equation has exactly two solutions on $[0,\pi]$. Hence, we have exactly four solutions for arbitrary $X$.
At this point, we have identified all $X$ for which $[ABX]=[AXC]$. By symmetry of the problem we have $[ABX]=[BCX]$ exactly for $X\in BE\cup BC'$ where $E=\frac 12C$ and $C'=B-C$, and $[AXC]=[BCX]$ exactly for $X\in CF\cup CA'$, where $F=\frac 12B$ and $A'=B+C$.
It's left to show that the intersection of all of these three sets is $\{P,A',B',C'\}$, where $P=\frac 13(A+B+C)$. Notice that $a'_2=c_2=b'_2>0$, that $b'_1=c_1-b_1<c_1+b_1=a'_1$, and that $c'_2=-c_2<0$, so $A'B'C'$ is a proper triangle. Computing the intersection points of the lines is mechanical (e.g. $A'$ lies on $BA'$ by definition, on $AD$ since $A'=2D$ and on $CA'$ by definition, and these lines are clearly distinct, so it is the only intersection point of each pair). This completes the proof.