SOLUTION: Point K has coordinates (6,-2) and point P has coordinates (4,4). Find the distance between points K and P,then find the midpoint of segments KP.
Question 516716: Point K has coordinates (6,-2) and point P has coordinates (4,4). Find the distance between points K and P,then find the midpoint of segments KP. Answer by mananth(16946) (Show Source):
You can put this solution on YOUR website! Distance between two points
x1 y1 x2 y2
d=
6 -2 4 4
d=
d=
d=
d= 6.32
mid point x = (x1+x2)/2
=6+4/2
=5
y=(y1+y2)/2
y=(-2+4)/2
y=2/2
y=1
(5,1)