(13、-11)と(22、-4)の間の距離は?

(13、-11)と(22、-4)の間の距離は?
Anonim

回答:

#sqrt(130)# 単位

説明:

2点間の距離は次の式で計算できます。

#d = sqrt((x_2-x_1)^ 2 +(y_2-y_1)^ 2)#

ここで、

#d =#距離

#(x_1、y_1)=(13、-11)#

#(x_2、y_2)=(22、-4)#

既知の値を距離の式に代入して、2点間の距離を求めます。

#d = sqrt((x_2-x_1)^ 2 +(y_2-y_1)^ 2)#

#d = sqrt(((22) - (13))^ 2 +(( - 4) - ( - 11))^ 2)#

#d = sqrt((9)^ 2 +(7)^ 2)#

#d = sqrt(81 + 49)#

#d = sqrt(130)#

#:.#2点間の距離は #sqrt(130)# 単位