asked 105k views
1 vote
Distance between point P (-10,15) and point T (15,15) on the cordinate grid is?

1 Answer

5 votes

Answer:

D=25 units

Explanation:

Distance Between Points In The Plane

Given two points P(a,b) T(c,d), the distance between PQ is given by


D=√((c-a)^2+(d-b)^2)

The given points are P(-10,15) and T(15,15). We can see they have the same value of y, so the line between them is horizontal. The distance can be easier calculated by just subtracting the values of their x-coordinates, but let's follow the formula


D=√((15-(-10))^2+(15-15)^2)


D=√(25^2+0^2)

D=25

answered
User Dwery
by
8.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.