Determine all points $P$ on $\triangle ABC$ so that $|\triangle PAB| = |\triangle PBC| = |\triangle PAC|$. Here, $|\triangle XYZ|$ denotes the area of $\triangle XYZ$.
I've tried drawing it up, and $|\triangle PAB|$ = $|\triangle PAC|$ has to mean that the distance from the points $B$ and $C$ to where $PA$ is, are equal. Which in turn has to mean that also $AP$ = $AB$ and $AC$ right? Does that mean that $P$ is always in a place so that $AP$=$BP$=$CP$?
Here's a coordinate proof of the generalized question, where $P$ is not necessarily confined to the interior of $\triangle ABC$. Let's take $$A = (0,0) \qquad B = (h,2b) \qquad C = (h,2c)$$ so that $$\overleftrightarrow{AB}:\; 2b x - h y = 0 \qquad\overleftrightarrow{AC}:\;2c x-hy=0 \qquad \overleftrightarrow{BC}:\;x=h$$ Now, we consider how to make two of the desired areas equal. For $P=(x,y)$, $$\begin{align} |\triangle APC| = |\triangle ABP| &\iff \frac12\,|AC|\,\left(\text{dist from $P$ to $\overleftrightarrow{AC}$}\right) = \frac12\,|AB|\,\left(\text{dist from $P$ to $\overleftrightarrow{AB}$}\right) \\[6pt] &\iff \sqrt{4b^2+h^2}\cdot\frac{\left|\;2bx-hy\;\right|}{\sqrt{4b^2+h^2}} = \sqrt{4c^2+h^2}\cdot\frac{\left|\;2cx-hy\;\right|}{\sqrt{4c^2+h^2}} \\[6pt] &\iff \left|\;2bx-hy\;\right|=\left|\;2cx-hy\;\right| \\[6pt] &\iff 2bx-hy = \pm\left(2cx-hy\right) \\[6pt] &\iff x = 0 \quad\text{or}\quad hy=(b+c)x \end{align}$$ Thus, to make two triangle areas match, $P$ must lie on the line through $A$ parallel to $\overline{BC}$, or else the (median) line through $A$ and the midpoint of $\overline{BC}$.
To make all three triangle areas match, $P$ must also lie on either the parallel or the median through $B$, and on either the parallel or the median through $C$. This happens in four ways, as shown in the image below: where all three medians meet (the centroid, $K$), or the three ways in which one median meets two parallels (points $A^\prime$, $B^\prime$, $C^\prime$, each of which completes a parallelogram with the vertices of $\triangle ABC$). $\square$