Question 741988
Distance between two points													
x1	y1	x2	y2										
													
37	19	19	-5										
d=	{{{sqrt((y2-y1)^2+(x2-x1)^2)}}}												
d=	{{{sqrt((		-5	-	19	)^2	+	(	19	-	37	)^2	)}}}
d=	{{{sqrt((		-24	)^2	+	(	-18	)^2	)}}}				
d=	{{{sqrt((		900	)  	)}}}								
d=	30.00												
m.ananth@hotmail.ca