What is the distance between the points (6, 32) and (−8, −16)?

Distance between two points can be obtained using the distance formula based on the Pythagoras theorem.

D=sqrt((x2-x1)^2+(y2-y1)^2)

Here P1(6,32), P2(-8,-16), so x1=6, x2=-8, y1=32, y2=-16.

Plug in the distance formula and calculate the result.