221k views
3 votes
Find the distance, to the nearest tenth, from T(4-2) to U(-2,3)

2 Answers

3 votes

Answer:

SQRT(x^2+y^2)

Explanation:

x = 4 - (-2) = 6

y = 3 - 2 = 1

User KHACHORNCHIT
by
9.0k points
4 votes
distance = SQRT(x^2+y^2)
x = 4 - (-2) = 6
y = 3 - 2 = 1

distance = SQRT(6^2 + 1^2) = SQRT(36+1) = SQRT(37) = 6.1
User StefanBob
by
7.4k points