Find the equation of the straight line that is parallel to $2y-x=7$ and bisects the line joining the points $(3,1)$ and $(1,-5)$.
So, I found the gradient = $\frac{1}{2}$
And I solved the midpoint: $[\frac{3+1}{2}, \frac{1+(-5)}{2}] = (2,-2)$
The equation of straight line is $y=mx+c$
To find $c$, $-2 = \frac{1}{2}(2)+c$, which gives $c=-3$
So my equation is $2y - x + 3=0$
But my book says $2y-x+6=0$
What is my error? Help please :'(
$$y=mx+c=\frac12x-3=\frac{x-6}2\implies 2y=x-6\implies 2y-x+6=0$$
You forgot to multiply $\;C\;$ by two...