To solve this problem we will need the distance formula between two points with coordinates P1(x1,y1) and P2(x2,y2).
Distance formula
Distance = sqrt((x2-x1)^2+(y2-y1)^2)
=sqrt((0-6)^2+(10-2)^2)
=sqrt(36+64)
=sqrt(100)
=10 units.
7.4m questions
9.8m answers