Let $(0,0), (2,2), (4,0)$ be the vertices of a triangle. Then find the line $l$ that passes through $(1,-1)$ and divides the triangle in half (equal area).
I think can solve this problem by
Letting $P$ and $Q$ be the intersection of the line and the triangle and $m$ be the slope of $l$.
$$
\frac{y-1}{x+1}=m\\
$$
Then the height of the $\triangle APQ $ is
$$
\frac{|mx-y+m+1|}{\sqrt{m^2+1}}=\frac{|5m+1|}{\sqrt{m^2+1}}
$$
and then finding the distance between $P$ and $Q$... Finding the half area in terms of $m$...But is there more clean and easy way to do this? Am I missing something obvious?
First, it should be $$ \frac{y+1}{x-1}=m\\ $$
Say $A=(0,0)$, $B=(4,0)$. So $$Area BPQ = {1\over 2}Area ABC = 2$$
If $P$ is intersection of this line with $AB$ then $P= (1+{1\over m},0)$ and if $Q$ is intersection of $l$ with line $BC: \;\;x+y=4$ then $Q= (...,{3m-1\over 3m+1})$.
So $$BP\cdot y_Q= {3m-1\over 3m+1} \cdot (3-{1\over m}) = 4$$ But we get nothing nice...