Let's think about this. We need an equation that relates two points to the distance between them. Luckily that's exactly what the distance formula does, which is:
D = sqrt((X2 - X1)2 + (Y2 - Y1)2))
where D is the distance between points (X1, Y1) and (X2, Y2)
So, let's take our information and plug it in. We have:
D = 5
D = sqrt((X2 - X1)2 + (Y2 - Y1)2))
where D is the distance between points (X1, Y1) and (X2, Y2)
So, let's take our information and plug it in. We have:
D = 5
(x, y)
(2,3)
(2,3)
so, we should write:
5 = √((2 - x)2 + (3 - y)2))
What we have is exactly what we wanted: an equation that describes the fact we were given.
5 = √((2 - x)2 + (3 - y)2))
What we have is exactly what we wanted: an equation that describes the fact we were given.