What is the distance between (5,3) and (5,2)?

1 Answer
Mar 6, 2016

#sqrt101 ≈ 10.05

Explanation:

To calculate the distance between 2 points , use the distance formula

d=(x2x1)2+(y2y1)2

where (x1,y1) and (x2,y2) are the coords of 2 points

let(x1,y1)=(5,3) and (x2,y2)=(5,2)

d=(55)2+(2+3)2=100+1=101