Respuesta :

midpoint formula : (x1 + x2)/2 , (y1 + y2)/2
(a,b)...x1 = a and y1 = b
(c,d)...x2 = c and y2 = d

so ur formula would be :
m = (a + c)/2 , (b + d)/2 <==

Answer:

Formula that gives coordinates of the mid point of the segment connecting is [tex](\frac{a+c}{2},\frac{b+d}{2})[/tex]

Step-by-step explanation:

Given point are ( a , b ) and ( c , d )

To find : Coordinates of the mid point of the segment connecting given points.

We know that if point are [tex](x_1,y_1)\:\:and\:\:(x_2,y_2)[/tex]

then coordinate of the midpoints given by [tex](\frac{x_1+x_2}{2},\frac{y_1+y_2}{2})[/tex]

So, Coordinates of the given points = [tex](\frac{a+c}{2},\frac{b+d}{2})[/tex]

Therefore, Formula that gives coordinates of the mid point of the segment connecting is [tex](\frac{a+c}{2},\frac{b+d}{2})[/tex]