Finding the distance between 2 points and
finding the midpoint between 2 points should be
part of your repertoire of common and memory-recall-ready formulas if you want to study math
for (a,b) and (c,d)
Distance = √( (c-a)^2 + (d-b)^2 )
midpoint = ( (a+c)/2 , (b+d)/2 )
please memorize them
let me know what you get for this question.
find the distance between the points (-20,16) and (-15,19). also find the midpoint of the segment that joins the points.
what is the distance?_____
what is the midpoint?______
1 answer