The map of a walking trail is drawn on a coordinate grid with three points of interest. The trail starts at R(−2, 4) and goes to S(3, 4) and continues to T(3, −1). The total length of the walking trail is ____ units. (Input whole numbers only.)

Respuesta :

Length from R(-2, 4) to S(3, 4) is sqrt((3 - (-2))^2 + (4 - 4)^2) = sqrt(5)^2 = 5 units

Length from S(3, 4) to T(3, -1) is sqrt((3 - 3)^2 + (-1 - 4)^2) = sqrt(-5)^2 = 5 units

Therefore, total length = 5 + 5 = 10 units.

Answer:

10 is the answer i think

Step-by-step explanation:

hope it helps