I'm having trouble with following assignment:
"Sides of triangle are $13$, $14$, and $15$. Line parallel to the longest side cuts through the triangle and forms a trapezoid which has perimeter of $39$. Calculate the area of trapezoid."
It should look something like this

and the solution for area is $78.75$. However whenever I tried solving it I end up using formulas that lead to an over complicated calculation.

The triangle's vertices are:
$O(0\mid 0);\;A(15\mid 0);\;B(8.4\mid 11.2)$
The equations of $OB\quad$ and $AB\quad$ are, respectively,
$4x=3y\quad$ and $56x+33y=840\quad$
The intersections of the line $y=H\quad$ with
$OB\quad$ and $AB\quad$ are, respectively,
$M\left(\frac{3H}4\mid H\right)\quad$ and $N\left(\frac{840-33H}{56}\mid H\right)$
Calculate $\overline{OM}+\overline{MN}+\overline{NA}+\overline{AO}\quad$.
This is the perimeter. Set it equal to $39\quad$ and solve for $H$
Substituting this value of $H\quad$ into the expressions used in $M\quad$ and $N\quad$, subtract $\Delta MNB\quad$ from $\Delta OAB\quad$ and there you have it.
$\Delta OAB=\frac12\begin{vmatrix} 0&0&1\\15&0&1\\8.4&11.2&1 \end{vmatrix}\quad \Delta MNB=\frac12\begin{vmatrix} 6.3&8.4&1\\10.05&8.4&1\\8.4&11.2&1 \end{vmatrix}$
This just in:
I performed the calculation as I described it above, and the result is indeed 78.75.