Question 469212
the Distance Formula to determine the length of the line segment between point A(x1,y1) and point B(x2,y2)
{{{d=sqrt((x1-x2)^2+(y1-y2)^2)}}}
Point A is at (4,6), so x1=4, y1=6
Point B is at (-4,0), so x2=-4, y2=0
{{{AB=sqrt((4-(-4))^2+(6-0)^2)=sqrt(8^2+6^2)=sqrt(64+36)=sqrt(100)=10}}}
Answer: 10 units