170k views
0 votes
What is the distance between the points (3,7) and (15,16) on a coordinate plane?

User Reesjones
by
8.2k points

2 Answers

2 votes
Use the distance formula:
distance = √((x_2 - x_1)^2 + (y_2 - y_1)^2)


√((15 - 3)^2 + (16 - 7)^2) \\ \\ √(12^2 + 9^2) \\ \\ √(144 + 81) \\ \\ √(225) \\ \\ 15

So, 15 units is the answer.
User Kamalesh
by
7.7k points
2 votes

distance = Sqrt((x2-x1)^2 +(y2-y1)^2)


15-3 =12

16-7=9

12^2 = 144

9^2 = 81

144+81 = 225

square root of 225 = 15

the distance is 15

User Subham Negi
by
8.3k points

No related questions found