SOLUTION: A pair of points is given.
(a) plot the points in a coordiunate plane.
(b) find the distance between them.
(c) find the midpoint of the segment joins them.
(2,-1), (4,3)
Question 45438: A pair of points is given.
(a) plot the points in a coordiunate plane.
(b) find the distance between them.
(c) find the midpoint of the segment joins them.
(2,-1), (4,3) Answer by tutorcecilia(2152) (Show Source):
You can put this solution on YOUR website! (a) plot the points in a coordiunate plane.
Points (2,-1), (4,3)
.
.
(b) find the distance between them.
d = 4.472
(c) find the midpoint of the segment joins them.
((c) find the midpoint of the segment joins them.
Midpoint = [ (x1+x2)/2, (y1+y2)/2 ]
Midpoint = [ (2+4)/2, (-1+3)/2 ]
Midpoint = [ 6/2, 2/2 ]
Midpoint = (3, 1)