find the distance btween the following pairs of point (2,3),(4,1)
Answers
Answered by
0
use distance formula√ (4-2)*2+(1-3)*2=√8
Answered by
1
The formula to find the distance btw 2 points is
D ={(x2 - x1)^2 (y2 - y1)^2}^1/2
D = {(2-4)^2(3-1)^2}^1/2
={4×4}^1/2
=4 units
Similar questions