Find the hypotenuse of the triangle using pythagoren theorem when given the points

a) (4,-3)
b) (2,3)

Assuming the two given points are the endpoints of the hypotenuse,

length of hypotenuse = √( (4-2)^2 + (-3-3)^2 )
= √(4 + 36)
= √40 or 2√10