===============================================
Explanation:
Use the distance formula to get this answer. The idea is you subtract the x coordinates together, and do the same for the y coordinates as well. Square each result and add up those squares. The last step of the formula is to apply the square root to get the distance from A to B, which is also the length of segment AB.
[tex]d = \sqrt{(x_1-x_2)^2+(y_1-y_2)^2}\\\\d = \sqrt{(-3-5)^2+(-2-(-4))^2}\\\\d = \sqrt{(-3-5)^2+(-2+4)^2}\\\\d = \sqrt{(-8)^2+(2)^2}\\\\d = \sqrt{64+4}\\\\d = \sqrt{68}\\\\[/tex]
Therefore, [tex]AB = \sqrt{68}[/tex]