Question 444137
Distance between two points													
x1	y1	x2	y2										
d= 	{{{sqrt((y2-y1)^2+(x2-x1)^2)}}}												
7	-11	1	-3										
d= {{{sqrt((-3-	(-11))^2+(1-7)^2	)}}}
d= 	{{{sqrt((8)^2+(	-6)^2)}}}				
d= 	{{{sqrt((100	)  	)}}}								
d= 	10.00