Find the distance between the points (10,10) and (4,


6).

To find the distance between two points, we can use the distance formula:

d = √((x2 - x1)^2 + (y2 - y1)^2)

In this case, the two points are (10,10) and (4,-6).

Plugging the values into the formula:

d = √((4 - 10)^2 + (-6 - 10)^2)
= √((-6)^2 + (-16)^2)
= √(36 + 256)
= √292
≈ 17.08

Therefore, the distance between the points (10,10) and (4,-6) is approximately 17.08 units.