回答:
#s = 33,73#
説明:
#A =(2、-14)#
#B =( - 31、-21)#
#A_x = 2 "" A_y = -14#
#B_x = -31 "" B_y = -21#
# "s:2点間の距離"#
#s = sqrt((B_x-A_x)^ 2 +(B_y-A_y)^ 2)#
#s = sqrt(( - 31-2)^ 2 +( - 21 + 14)^ 2)#
#s = sqrt(( - 33)^ 2 +( - 7)^ 2)#
#s = sqrt(1089 + 49)#
#s = sqrt1138#
#s = 33,73#