difference between two points
Answers
Answered by
1
Take the coordinates of two points you want to find the distance between. Call one point Point 1 (x1,y1) and make the other Point 2 (x2,y2). ... For an example, take the points (3,2) and (7,8). If (3,2) is (x1,y1), then (7,8) is (x2,y2).........
Answered by
1
Answer:
Use the formula D2 = X2 + Y2 to find the squared distance between two points. For example, if X = 4 and Y = 5, then D2 = 42 + 52 = 41. Thus, the square of the distance between the coordinates is 41. Take the square root of D2 to find D, the actual distance between the two points.
Step-by-step explanation:
please mar me as .........................
Similar questions