write the formula to find the distance between two vertices or two co - ordinates ???????????????????
Answers
Answered by
5
- Use the formula D^2 = X^2 + Y^2 to find the squared distance between two points. For example, if X = 4 and Y = 5, then D^2 = 4^2 + 5^2 = 41. Thus, the square of the distance between the coordinates is 41.
Answered by
1
Answer:
the distance between two points by using the distance formula, which is an application of the Pythagorean theorem. We can rewrite the Pythagorean theorem as d=√((x_2-x_1)²+(y_2-y_1)²) to find the distance between any two points.
Similar questions