82.6k views
0 votes
WARM-UP OCTOBER 28, 2020MIDPOINT AND DISTANCE IN THE COORDINATE PLANEFor each of the points given, find the distance between each points as well as the midpoint.1. (0,0) & (5,0)2. (4,6) & (2,5)3. (8, 10) & (9,6)4. (2,0) & (9,9)5. (1,1) & (3, 1)6. (7,9) & (0.10)7. (1,3) & (8,7)8. (42) & (0.9)

User Jamiek
by
4.3k points

1 Answer

3 votes

Given two points (x1, y1) and (x2, y2), the coordinates of the midpoint M are found as follows:


(x_M,y_M)=(\frac{x_1+x_2_{}}{2},(y_1+y_2)/(2))

The distance (d) between these two points is computed as follows:


d=\sqrt[]{(x_2-x_1)^2+(y_2-y_1)^2}

2. (4,6) & (2,5)


undefined

User TimmornYE
by
3.7k points