48.6k views
3 votes
Distance on graph

A group of college students built a self-guided rover and tested it on a plane surface. They programmed the vehicle to move along the path A–B–C–D–A represented on the coordinate plane. What distance will the rover cover if it completes one circuit?

Distance on graph A group of college students built a self-guided rover and tested-example-1
User Understack
by
6.3k points

2 Answers

4 votes

Answer:

B. 40 meters

Explanation:

From A to B = 2

From B to C = 15

From C to D = 14

From D to A = 9

2 + 15 + 14 + 9 = 40

User Favoretti
by
6.8k points
3 votes
The graph can be divided into two shapes. A rectangle and a right triangle.

The distance that the rover will cover if it completes one circuit can be computed using the Pythagorean theorem and adding the sides of the rectangle.

Rectangle:
Width = 4 - 2 = 2 meters
Length = 11 - 2 = 9 meters

Triangle = 16 - 2 = 14 ; 14 - 2 = 12 meters (this is the short leg)
long leg of the triangle = length of the rectangle = 9 meters.

12² + 9² = c²
144 + 81 = c²
225 = c²
√225 = √c²
15 = c

Point A to B = 4 - 2 = 2 meters
Point B to C = 15 meters
Point C to D = 16 - 2 = 14 meters
Point D to A = 11 - 2 = 9 meters

Total distance traveled = 2 + 15 + 14 + 9 = 40 meters.
User Shaunette
by
6.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.