The distance between points (-a,a) and (-a,-a)?
Answers
Answered by
0
Answer:
Input Data :
Point 1
(
x
A
,
y
A
)
= (4, 3)
Point 2
(
x
B
,
y
B
)
= (3, -2)
Objective :
Find the distance between two given points on a line?
Formula :
Distance between two points =
√
(
x
B
−
x
A
)
2
+
(
y
B
−
y
A
)
2
Solution :
Distance between two points =
√
(
3
−
4
)
2
+
(
−
2
−
3
)
2
=
√
(
−
1
)
2
+
(
−
5
)
2
=
√
1
+
25
=
√
26
= 5.099
Distance between points (4, 3) and (3, -2) is 5.099
Similar questions