The distance for (3,-3) (-3,4)

2 answers

assuming you mean the distance between those two points, then that would be
√((-3-3)^2 + (4+3)^2) = √(6^2+7^2) = √(36+49) = √85
Just use the distance formula like @oobleck showed