Distance between point (-5,-5) and (0,0)?
Given - Two points be $A(-5,-5)$ and $B(0,0)$
Solution- Using formula, $AB = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$
Substitute the coordinates: $\sqrt{(0 + 5)^2 + (0 + 5)^2} = \sqrt{25 + 25} = \sqrt{50} = 5\sqrt{2}$
Therefore, the distance between the two points is $5\sqrt{2} \approx 7.07$ units.