What is the distance between the points (38, 30) and (14, 20)?

1 Answer
Dec 4, 2016

The distance between the points is 24.724.7 rounded to the nearest tenth.

Explanation:

The formula for calculating the distance between two points is:

d = sqrt((x_2 - x_1)^2 + (y_2 - y_1)^2)d=(x2x1)2+(y2y1)2

Substituting in the points given in this problem and calculating for dd is:

d = sqrt((14 - 38)^2 + (20 - 14)^2)d=(1438)2+(2014)2

d = sqrt((-24)^2 + (-6)^2)d=(24)2+(6)2

d = sqrt(576 + 36)d=576+36

d = sqrt(602)d=602

d = 24.7d=24.7 rounded to the nearest tenth.