answersLogoWhite

0


Best Answer

The distance between the points is two times the square root of 3.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the distance between the two points -1 5 and 3 7?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the distance between point (-25)(-2-1)?

The shortest distance between the two points is zero


What is length and distance?

It is a measurement between two points in 1 dimensional space.


What is the formula used to calculate DISTANCE?

1 The formula for calculating distance between two points is: d = √[(x₂ - x₁)² + (y₂ - y₁)²] Where: d is the distance between the two points. x₁ and x₂ are the x-coordinates of the two points. y₁ and y₂ are the y-coordinates of the two points. The formula is based on the Pythagorean theorem, which states that the square of the hypotenuse of a right triangle is equal to the sum of the squares of the other two sides. In this case, the distance between the two points is the hypotenuse of the right triangle formed by the two points and the x- and y-axes. For example, if the x-coordinates of the two points are 1 and 3, and the y-coordinates of the two points are 2 and 4, then the distance between the two points is: d = √[(3 - 1)² + (4 - 2)²] = √(4 + 4) = √8 = 2√2 The distance between the two points is 2√2 units. The formula for calculating distance can be used to find the distance between any two points, regardless of their coordinates. It can be used to find the distance between two cities, two countries, or two planets. It can also be used to find the distance between two objects in a physical model, such as a scale model of a city. The distance formula is a simple but powerful tool that can be used to measure distances in a variety of contexts.


What is the distance between the points (1 -2) and (-93) on a grid?

If you mean points of: (-5, 1) and (-2, 3) then the distance is about 3.61 rounded to two decimal places


What is the distance between the two points graphed below?

(-1, -3) (2, 4)


What is the approximate distance between the points (1 -2) and (-9 3) on a coordinate?

If you mean points of: (-5, 1) and (-2, 3) then the distance is about 3.61 rounded to two decimal places


What is the approximate distance between the points (1-2) and (-93) on a coordinate grid?

If you mean points of: (-5, 1) and (-2, 3) then the distance is about 3.61 rounded to two decimal places


What is the distance between points 2 2 and 1 1?

11 points


On a grid what is the distance between two points located at 1 1 and 8 4 roughly equal to?

7.61


What is the shortest distance between two points in time?

There are different ways to answer this question. The smallest separation observable with the unaided eye is about 0.01mm The smallest observable distance between two points is about 0.4 nm, which is the resolution of the most powerful Scanning Electron Microscope. The smallest theoretical distance between two particles would be the distance between two quarks inside a neutron, which is 10-18 m. The shortest mathematical distance would be 1/infinity.


How do you know if the answer is negative or positive distance between 1 and -3 on number line?

The distance between any two different points is always a positive quantity.


What is the distance between points 1 2 and 4 -1?

Use Pythagoras to find the distance between two points (x0,.y0) and (x1, y1): distance = √(change_in_x² + change_in_y²) → distance = √((x1 - x0)² + (y1 - y0)²) → distance = √((4 - 1)² + (-1 -2)²) → distance = √(3² + (-2)²) → distance = √(9 + 9) → distance = √18 = 3 √2