In the xy coordinate system what is the slope of the line that goes through the origin and is equidistant from the two points P = (1,11) and Q = (7,7)
Line: y=mx+c
Going through origin, means c=0; so y=mx
now this line, y=mx is equidistant from two points. The distance between a line, ax+by+c and point (x1,y1) is given by
|a(x1)+b(y1)+c|/ sqrt(a^2+b^2)
so,
distance between y=mx and (1,11) = |m-11|/sqrt(m^2+1) ---(1)
distance between y=mx and (7,7) = |7m-7|/sqrt(m^2+1) --- (2)
since (1) = (2)
so, m-11= 7m-7
hence, 6m=-4; m= -2/3;












