You can put this solution on YOUR website! the line segment connecting (x,6)and (9,y) in bisected by the point (7,3).find the value of x and y.
-----
Equations::
7 = (x+9)/2
3 = (6+y)/2
-----
Modify::
x = 14-9 = 5
y = 6-6 = 0
----------------
cheers,
Stan H.
---------------