answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

7y ago

It is 3*sqrt(2).

This answer is:
User Avatar

Add your answer:

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

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

11 points


What is the distance between points (-6 1) and (-2 -2)?

Points: (-6, 1) and (-2, -2) Distance: 5 units


What is the distance between the following points. (1 -2) and (1 -5)?

Points: (1, -2) and (1, -5) Distance: 3 units by using the distance formula


What is the distance between the points 3 5 and 1 8?

(3-1)2 + (5-8)2 = 13 and the square root of this is the distance between the points


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

Answer: 1


What is the distance between the points (2 1) and (14 6) on a coordinate plane?

Points: (2, 1) and (14, 6) Distance: 13


What is the distance between points (-42)and (12)?

If you mean points of (-4, 2) and (1, 2) then the distance works out as 5


Which expression gives the distance between the points 5 1 and 9 -6?

Distance = (9-5)2+(-6-1)2 = 65 and the square root of this is the distance between the points which is about 8.062257748


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

The distance between the points can be calculated by using the difference in the x coordinates, the difference in the y coordinates and Pythagoras. distance = sqrt((difference_in_x_coords)2 + difference_in_y_coords)2) So for the points (-1, 1) and (1, -1) the distance between them is: sqrt((-1 - 1)2 + (1 - -1)2) =sqrt(22 + 22) =sqrt(4 + 4) = sqrt(8) ~= 2.83


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

The shortest distance between the two points is zero


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

If you mean points of (1, -2) and (-9, 3) then the distance is about 11 units using the distance formula


Find the distance between the points 2 2 and -1 -6?

8.54