Using the distance between two points, it is found that you travel approximately 41 meters.
What is the distance between two points?
Suppose that we have two points, [tex](x_1,y_1)[/tex] and [tex](x_2,y_2)[/tex]. The distance between them is given by:
[tex]D = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]
In this problem, we have that:
- The coordinates of B are (-25,-25).
- The coordinates of C are (-15,15).
Hence the distance is:
D = sqrt[(-15 - (-25))² + (15 - (-25))²] = sqrt(10² + 40²) = 41 meters.
More can be learned about the distance between two points at https://brainly.com/question/18345417
#SPJ1