I'm not sure if my solution to this Olympiad Geometry question is valid.
Let $\square ABCD$ be a square with side length $1$. Let $E$, $P$, $F$ be the midpoints of $AD$, $CE$, $BP$, respectively. What is the area of $\triangle BFD$?
To solve this I used coordinate geometry but I'm not sure if it works.
I dropped a perpendicular from point P to side CD and called the point X. Then, since the area of triangle DPB is exactly double the desired area, I assumed point D to be (0, 0) and found the side length XP using the Pythagorean theorem. Since I have the three coordinates for triangle DPB, I used shoelace formula to find the area and divided by 2 to get {(19)^(1/2) - 1} / 8

Let $A(0,0)$, $B(0,1),$ $C(1,1)$ and $D(1.0).$
Thus, $E(0.5,0)$, $P(0.75,05)$ and $F(0.375,0.75).$
Now, use $$S_{\Delta BFD}=\frac{1}{2}\left|x_B(y_F-y_D)+x_F(y_D-y_B)+x_D(y_B-y_F)\right|.$$ I got $$S_{\Delta BDF}=\frac{1}{16}.$$