131k views
1 vote
how can you determine the distance between ant two points on an axis by using their distance from the origin

User Rijndael
by
5.9k points

2 Answers

1 vote

Answer: d=√((x_2-x_1)²+(y_2-y_1)²)

Explanation:

Learn how to find 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.

User Dogmang
by
5.8k points
3 votes

Answer:

Learn how to find 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.

User Dresel
by
6.2k points