Question 999283
Distance between two points													
x1	y1	x2	y2										
													
6	3	11	15										
d=	{{{sqrt((y2-y1)^2+(x2-x1)^2)}}}												
d=	{{{sqrt((		15	-	3	)^2	+	(	11	-	6	)^2	)}}}
d=	{{{sqrt((		12	)^2	+	(	5	)^2	)}}}				
d=	{{{sqrt((		169	)  	)}}}								
d=	13.00												
m.ananth@hotmail.ca