answersLogoWhite

0


Best Answer

From the way the question is phrased, it seems safe to assume that you have the coordinates of the points.

If the points are on a number line (a single number describes each point), subtract one number from the other. Take the absolute value of the result.

If the points are in two or three dimensions - meaning that you need two or three coordinates to specify each point - you can use the Pythagorean Theorem. For example, in two dimensions, for points (x1, y1) and (x2, y2), you calculate:

square root of ((x2 - x1) squared + (y2 - y1) squared)

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you get the distance between each pair of points?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Find the distance between each pair of numbers?

2 and -6


How do you find coordinates of two points to find distance between them?

Use the distance formula. SQRT( (y1-y2)^2 + (x1-x2)^2) ) x1 and y1 are the first coordinate pair x2 and y2 are the second coordinate pair


How many regions will the circle be divided into if each pair of points is connected with a chord?

Which points?


Explain how you could use the Pythagorean Theorem to find the distance between the points the coordinate pair negative five comma one and the coordinate pair one comma six Find the distance You can?

The horizontal distance between them is from -5 to 1, that is 6 units. The vertical distance between them is from 1 to 6, that is 5 units. So, using Pythagoras, the distance between then, along the diagonal, is sqrt(62 + 52) = sqrt(36 + 25) = sqrt(61) units.


If you have ten points How many line segments are needed to connect each pair?

45 points


What is an equidistance?

Equidistance refers to an equal distance between two points or objects. It can be used in various contexts, such as map making or mathematics, to illustrate equal spacing or balance.


By what factor is the electrical force between a pair of ions changed when their separation distance is doubled?

When the separation distance between a pair of ions is doubled, the electrical force between them decreases by a factor of 4. This is because the electrical force is inversely proportional to the square of the distance between the charges.


What coordinate is used to locate points on grids?

Not a coordinate but a pair (or larger set) of coordinates.These are ordered sets of numbers that give the distance of the point, from the origin, along each of the axes in multidimensional space.


Two endpoints and all the points in between them?

A line segment (sometimes just segment) is a pair of endpoints and all the points on a line between them.


How many points are rceived in cribbage for 4 of a kind?

2 points for each pair you can make so the answer is - its worth 12


What is the coordinate of the point halfway between each distinct pair of points on a number line?

It is the arithmetic mean of the two numbers. The halfway point between x and y is (x + y)/2


What is the distance between this pair of points 0 4 and -4 6?

Distance = sqrt [(Y2 - Y1)2 + (X2 - X1)2]Distance = sqrt [(6 - 4)2 + (- 4 - 0)2]Distance = sqrt [(2)2 + (- 4)2]Distance = sqrt(4 + 16)Distance = sqrt(20)==============