Brianna L. answered 09/21/22
Math and Science Regents for Elementary, Middle, and High School
Are you familiar with the equation for distance between two points? It assumes that we're calling our points (x1,y1) and (x2,y2) and it has you calculate the horizontal distance (x2-x1) and the vertical distance (y2-y1), and then treats those two distances like the two legs of a right triangle, so that we can use the Pythagorean Theorem to calculate the distance as the hypotenuse. (I can explain this more if you like - just ask!)
The equation looks like this:
Distance = √ [ (x2-x1)2 + (y2-y1)2 ].
Notice that you'll do your subtractions to find the differences first, then square the two differences, then add them together, and THEN take the square root of the sum of those two squares. Make sure you're following Order of Operations and the punctuation shown in the equation!
So once we have our equation, and your problem gives you your two points: (x1,y1) = (6, -1) and (x2,y2) = (-1, -2), we can do our substitutions:
x1 = 6
y1 = -1
x2 = -1
y2 = -2
and our equation looks like:
√ [ ((-1)-(6))2 + ((-2)-(-1))2 ]
So just simplify, do your subtraction and squaring and addition and square-root, and you'll have the distance!
Let me know if you get stuck anywhere or want more explanation on why any piece of this problem is done the way that I explained :)