Question 1178766
Distance between two points												
												
d=	{{{sqrt((y2-y1)^2+(x2-x1)^2)}}}											
x1	y1	x2	y2									
5	4	11	12									
d={{{sqrt((	11	-5	))^2+sqrt	(12	-4	)^2}}}
d=	{{{sqrt((		6	)^2	+	(	8	)^2	)}}}			
d=	{{{sqrt((		100	)  	)}}}
							
d=	10.00