(2、-3)と(5、6)の間の距離は?

(2、-3)と(5、6)の間の距離は?
Anonim

回答:

#sqrt90 ~~ 9.49 "2月2日まで"#

説明:

# "色(青)"距離計算式を使って距離(d)を計算します#

#•色(白)(x)d =平方根((x_2-x_1)^ 2 +(y_2-y_1)^ 2)#

# "let"(x_1、y_1)=(2、-3) "and"(x_2、y_2)=(5,6)#

#d = sqrt((5-2)^ 2 +(6 - ( - 3))^ 2)#

#色(白)(d)= sqrt(3 ^ 2 + 9 ^ 2)= sqrt(9 + 81)= sqrt90 ~~ 9.49#