0

I am struggling with the following question:

enter image description here

This seems like a question I should be able to do and here is my working:

enter image description here

I get an answer of $$2x+9y-17=0$$, but the books says the answer is $$18x-4y-1=0$$.

Could someone explain to me where I went wrong? thanks.

Jamminermit
  • 1,923
  • Remember that the perpendicular bisector is perpendicular to the line through the two points. In other words, the slope shouldn't be $-\frac29$, but rather $\frac92=4.5$. – Rushabh Mehta Sep 09 '19 at 17:20

2 Answers2

1

Hint: You've found the line that goes through $P$ and $Q$. That's not what you were asked to find.

Arthur
  • 199,419
0

The gradient of PQ is:

$m=\frac{3-1}{-4-5}=-\frac{2}{9}$

Gradient of line perpendicular on it is:

$m'=\frac{9}{2}$

The mid point M coordinates are:

$x_M=\frac{3+1}{2}=2$

$y_M=\frac{-4+5}{2}=\frac{1}{2}$

So equation of perpendicular bisector of PQ is:

$\frac{9}{2}(x-\frac{1}{2})=y-2$

Which after reduction is:

$18 x -4y-1=0$

sirous
  • 10,751