Apply the Pythagorean Theorem to find the length between (−1, 6)

and (5, −2)
. Round your answer to the nearest hundredth, if necessary.

1 answer

To find the distance between the points (1,6) and (5,2), we can use the distance formula, which is derived from the Pythagorean theorem. The distance d between two points (x1,y1) and (x2,y2) is given by the formula:

d=(x2x1)2+(y2y1)2

Let's assign the coordinates:

  • x1=1
  • y1=6
  • x2=5
  • y2=2

Now, we will plug these values into the distance formula:

d=(5(1))2+(26)2

Calculating 5(1):

5+1=6

Calculating 26:

26=8

Now substituting these values back into the formula, we have:

d=(6)2+(8)2

Calculating 62 and (8)2:

62=36 (8)2=64

Now summing these:

d=36+64=100

Finally, taking the square root gives us:

d=10

Thus, the distance between the points (1,6) and (5,2) is 10. Rounding is not necessary here as it is a whole number.

Final Answer: 10