asked 201k views
3 votes
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.)

2 Answers

4 votes

Answer:

10 is the answer i think

Explanation:

hope it helps

answered
User Shishil Patel
by
8.3k points
4 votes
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.
answered
User Muneer
by
8.7k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.