The answer to your question is 6
Step-by-step explanation:
For two points (x₁, y₁) and (x₂, y₂), the distance between them is:
d² = (x₁ − x₂)² + (y₁ − y₂)²
The order of points 1 and 2 don't matter. You can switch it:
d² = (x₂ − x₁)² + (y₂ − y₁)²
This is basically the Pythagorean theorem for a coordinate system.
Let's do an example. If you have points (1, 2) and (4, 6), then the distance between them is:
d² = (4 − 1)² + (6 − 2)²
d² = 3² + 4²
d² = 9 + 16
d² = 25
d = 5
If you have points with negative coordinates, remember that subtracting a negative is the same as adding a positive.
For example, the distance between (-1, -2) and (4, 10) is:
d² = (4 − (-1))² + (10 − (-2))²
d² = (4 + 1)² + (10 + 2)²
d² = 5² + 12²
d² = 25 + 144
d² = 169
d = 13
Answer:
It would be to the left of the whole equation.
Step-by-step explanation:
Answer:
(x − 1)² + (y + 1)² = 18
Step-by-step explanation:
Equation of a circle is:
(x − h)² + (y − k)² = r²
where (h, k) is the center and r is the radius.
The center is (1, -1), so plugging that in:
(x − 1)² + (y + 1)² = r²
A point on the circle is (4, 2), so plugging that in:
(4 − 1)² + (2 + 1)² = r²
18 = r²
Therefore, the equation is:
(x − 1)² + (y + 1)² = 18