I need to eliminate $x_1,x_2,y_1,y_2,c$ from the following equations.What would be the correct ( and quick ) technique to do so?
$x_1y_1=1$
$y_1=4x_1+c$
$x_2y_2=1$
$y_2=4x_2+c$
$h=(2x_1+x_2)/3$
$k=(2y_1+y_2)/3$
I could get $h=(2x_1+x_2)/3$ and $k=((2x_2+x_1)/3x_1x_2)$
After that what to do?
$$y_1- 4x_1 = y_2 - 4x_2$$
which gives
$$\frac{1}{x_1} - 4x_1 = \frac{1}{x_2} - 4x_2$$
which gives
$$-1/x_1x_2 = 4 \quad \quad \quad (1)$$
(leaving aside the case when $x_1 = x_2$ )
Put this value of $x_1x_2$ in the equation for $k$ you got, and then solve those two equations to get the value of $x_1$ and $x_2$ in terms of $h$ and $k$ and then put these in equation $(1)$ to get
$$(k + 8h)(2h+k) = 2$$