What is the distance between (2, 8) and (1, 4)?

1 Answer

\sqrt 17

Explanation:

The distance formula is an application of the Pythagorean Theorem wherein the the length of the hypotenuse is the distance between two points which is equal to the square root of the sums of x-side length squared and y-side length squared or

d = \sqrt(x^2+y^2)
d = \sqrt((x_2-x_1)^2+(y_2-y_1)^2)=> The distance formula for two points

So,
d =\sqrt((2-1)^2+(8-4)^2)
d =\sqrt(1+16