SOLUTION: two schools are located at points P (-1,4) Q (7, -2) on a town map. the school board is planning a new sports complex to be used by both schools. the board wants to find a location

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: two schools are located at points P (-1,4) Q (7, -2) on a town map. the school board is planning a new sports complex to be used by both schools. the board wants to find a location      Log On


   



Question 995717: two schools are located at points P (-1,4) Q (7, -2) on a town map. the school board is planning a new sports complex to be used by both schools. the board wants to find a location equidistant from the 2 schools. Use an equation to represent the possible locations for the sports complex?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
two schools are located at points P (-1,4) Q (7, -2) on a town map. the school board is planning a new sports complex to be used by both schools. the board wants to find a location equidistant from the 2 schools. Use an equation to represent the possible locations for the sports complex?
----
Comment:: Find the equation of the perpendicular bisector (PB) of line PQ.
------------
slope of PQ = (-2-4)/(7--1) = -6/8 = -3/4
slope of perpendicular bisector: 4/3
----------------------
mid-point of PQ:: [(-1+7)/2 , (4-2)/2] = (3,1)
-------
Form of PB :: y = mx + b
Solve for "b"::
1 = (4/3)3+b
b = -3
-----
Ans: y = (4/3)x - 3
----------------------
Cheers,
Stan H.
-----------