IDNStudy.com, ang iyong destinasyon para sa mabilis at eksaktong mga sagot. Magtanong at makatanggap ng maaasahang sagot mula sa aming dedikadong komunidad ng mga eksperto.
Answer:
Input Data :
Point 1
(
x
A
,
y
A
)
(xA,yA) = (4, 3)
Point 2
(
x
B
,
y
B
)
(xB,yB) = (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
(xB-xA)2+(yB-yA)2
Solution :
Distance between two points =
√
(
3
−
4
)
2
+
(
−
2
−
3
)
2
(3-4)2+(-2-3)2
=
√
(
−
1
)
2
+
(
−
5
)
2
(-1)2+(-5)2
=
√
1
+
25
1+25
=
√
26
26 = 5.099
Distance between points (4, 3) and (3, -2) is 5.099