Question 357374
<pre><font size = 3 color = "indigo"><b>
Hi,
 A(-3,-3)and B(5,1)
Note: the difference in the x values is 8 and the difference in the y values is 4.
Using the Pythagoreon theorem x^2 + y^2 = c^2
64 +16 = 80
{{{sqrt(80) = sqrt(16*5) = 4*sgrt(5)}}}
{{{drawing(300,300, -6, 6, -6, 6,
circle(-3, -3,0.2),
circle(5, 1,0.2),
graph( 300, 300, -6, 6, -6, 6))}}}