asked 146k views
2 votes
Find the distance between the points (11, 4) and (10, 5). 1 2

asked
User Loz
by
8.2k points

2 Answers

3 votes
distance formula : d = sqrt (x2 - x1)^2 + (y2 - y1)^2
(11,4)(10,5)

d = sqrt (10 - 11)^2 + (5 - 4)^2
d = sqrt (-1^2) + (1^2)
d = sqrt (1 + 1)
d = sqrt 2
d = 1.41 <===
answered
User Rag
by
7.4k points
4 votes

Answer:

Distance between the points is 1.41

Explanation:

Distance between two points (x, y) and (x', y') is represented by

d = √(x -x')² + (y-y')²

so the distance between the points (11, 4) and (10, 5) will be

d = √(11 - 10)² + (4 - 5)² = √(1)² +(-1)² = √2 = 1.41

Therefore distance between these two points is 1.41

answered
User Rtelmore
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.