Posted by pavleen on Wednesday, July 14, 2010 at 5:19pm.
why isnt anyone answering my question
The distance is the hypotenuse of a right triangle where one leg is the x distance and the other leg is the y distance. In this case, the y values are the same so the distance between the points is simply the x distance.
distance between any two points (a,b) and (c,d)
= √[(a-c)^2 + (b-d)^2]
so for yours
distance = √(6^2 + 0^2)
= √36 = 6
since for your points have the same y value, thus have the same height, they lie in a horizontal line.
Therefore we could have just taken the horizontal distance from -1 to 5, which of course is 6
Related Questions
c++ - Distance between two 3-D points. Given two points in space (3-dimensional...
Math Surveying - Hey, Need some help working these 3 problems. I have the ...
Geometry - Find the distance between points (-2,1) and (1,5) When finding the ...
Geometry - Find the distance between points (-2,1) and (1,5) When finding the ...
Precalculus - he distance between 2 points (x1,Y1) and (x2,y2) is given by d = ...
geometry - the #'s given are the coordinates of two points on a # line. find...
analytical geometry - two edges PQ,RS of a tetrahedron PQRS are perpendicular,...
analytical geometry - two edges PQ,RS of a tetrahedron PQRS are perpendicular,...
Geometry - How do I find the distance between (-9,3) and (-1,-5) By using the ...
geometry - the #'s given are the coordinates of two points on a # line. find...
For Further Reading