153k views
3 votes
A video game designer places an anthill at the origin of a coordinate plane. A red ant leaves the anthill and moves along a straight line to (1,1), while a black ant leaves the anthill and moves along a straight line to (-1,-1). Next, the red ant moves to (2,2), while the black ant moves to (-2,-2). Then the red ant moves to (3,3) while the black ant moves to (-3,-3), and so on. Explain why the red ant and the black ant are always the same distance from the anthill.

User Marx
by
7.3k points

2 Answers

4 votes

Final answer:

The red ant and the black ant are always the same distance from the anthill because they are both moving along parallel straight lines.

Step-by-step explanation:

The red ant and the black ant are always the same distance from the anthill because they are both moving along straight lines that are parallel to each other. When the red ant moves to (1,1) and the black ant moves to (-1,-1), they are both 2 units away from the origin but on opposite sides.

As they continue to move, the red ant moves to (2,2) and the black ant moves to (-2,-2), still maintaining the same distance from the origin. This pattern continues, with both ants always maintaining the same distance from the anthill.

User Frankieta
by
6.9k points
3 votes
If you were to graph this situation out, you will see that the ants are traveling along the y = x graph. It should be intuitive why they will always be the same distance from the anthill since they are moving at the same rate on the very same line, but in opposite directions.

Mathematically, we can use the distance formula. Let (x,x) be the coordinate where the red ant is and and (-x,-x) be the coordinate where the black ant is, where "x" is some number.

So the red ant's distance from the origin is: sqrt[(x-0)^2 + (x-0)^2) = sqrt[2x^2]

= x*sqrt(2)

Similarly the black ant's distance from the origin is: sqrt[(-x-0)^2 + (-x-0)^2) = sqrt[2x^2]

= x*sqrt(2)

As you can see, they are the same distance from the anthill.
User Kazoom
by
7.0k points