I'm asked to prove algebraically that the lines from a vertex of a parallelogram to the midpoints of the opposite sides trisect a diagonal. I did something like this

Then I got the slopes of the three lines (the two lines from the vertex and the diagonal)
The slope of the line that bisects $(a, 0)(a+b, c)$ is $\frac{c/2}{b/2 - a} = \frac{c}{b - 2a}$
The slope of the line that bisects $(0, 0)(a, 0)$ is $\frac{2c}{2b - b}$
The slope of the diagonal is ${\frac{c}{a + b}}$
Then the equations of the 3 lines are respectively
$y = \frac{c}{b -2a} (x - b) + c$ (1)
$y = \frac{2c}{2b - a} (x - b) + c$ (2)
$y = \frac{c}{a + b}x$ (3)
and then I got stuck as I would solve (1) with (3) to get the interception point and similarly (2) with (3) to get the other interception point, then prove that they trisect the diagonal. I know my way around after I get the points, but I'm not sure whether I'm on the right track. Any hints would appreciated!