calculate the distance between the two points between (2,3) (5,7)

formula for distnace between two points is,
[tex]\sqrt[]{(x2-x1)^2+(y2-y1)^2}[/tex]here x1=2, x2= 3, y1= 5, y2 =7 ,on sustituting in the above formula we get,
[tex]\sqrt[]{(3-2)^2}+\sqrt[]{(7-5)^2}[/tex]