Answer:
Step-by-step explanation:
The distance between two points can be found by using the formula
[tex]d = \sqrt{ ({x1 - x2})^{2} + ({y1 - y2})^{2} } \\[/tex]
where
(x1 , y1) and (x2 , y2) are the points
From the question the points are
S(6,5) and T(-3,-4)
The distance between them is
[tex] |ST| = \sqrt{ ({6 + 3})^{2} + ({5 + 4})^{2} } \\ = \sqrt{ {9}^{2} + {9}^{2} } \\ = \sqrt{81 + 81} \\ = \sqrt{162} \\ = 9 \sqrt{2} \: \: \\ = 12.7279...[/tex]
We have the final answer as
Hope this helps you