document.write( "Question 469212: Point A is at (4,6) and point B is at (-4,0) in the xy coordinate plane. What is the length of the line segment AB? \n" ); document.write( "
Algebra.Com's Answer #321922 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
the Distance Formula to determine the length of the line segment between point A(x1,y1) and point B(x2,y2)
\n" ); document.write( "\"d=sqrt%28%28x1-x2%29%5E2%2B%28y1-y2%29%5E2%29\"
\n" ); document.write( "Point A is at (4,6), so x1=4, y1=6
\n" ); document.write( "Point B is at (-4,0), so x2=-4, y2=0
\n" ); document.write( "
\n" ); document.write( "Answer: 10 units
\n" ); document.write( "
\n" );