Question 369588
 <pre><font size = 3 color = "indigo"><b>
Hi,
{{{P(x[1],y[1])}}} and  {{{ P(x[2],y[2])}}} on the coordinate plane:
Distance between the points:
{{{sqrt((x[2] - x[1])^2 + (y[2] - y[1])^2)}}}
{{{sqrt(8^2 + 6^2) = sqrt(100)}}} = 10 the length of ab, midpoint (4,3)
(x-4)^2 + (y-3)^2 = 25

{{{drawing(500, 500, -10, 10, -10, 10,
line(0,0,8,6), grid(1),
graph( 500, 500, -10, 10, -10))}}}