Answer: Length = 9.434
Step-by-step explanation: Input Data :
Point 1
(
x
A
,
y
A
)
= (-4, 5)
Point 2
(
x
B
,
y
B
)
= (4, 0)
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 =
√
(
4
−
−
4
)
2
+
(
0
−
5
)
2
=
√
8
2
+
(
−
5
)
2
=
√
64
+
25
=
√
89
= 9.434
Distance between points (-4, 5) and (4, 0) is 9.434