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
7.8k 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
7.6k 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
8.1k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.