find the coordinate of the point which is equidistant from three given point A(5 1) B(3 7) C (7 1)
Answers
Given: Points -
- A(5, 1)
- B(3, 7)
- C(7, 1)
To find: The coordinate of the point equidistant from those points.
Answer:
Let's assume that the coordinate is D(x, y).
Hence, DA = DB = DC.
Let's find the distance of DA first.
Formula to find the distance between two points:
From points A(5, 1) and D(x, y), we have:
- x₁ = 5
- x₂ = x
- y₁ = 1
- y₂ = y
Substituting them into the formula,
Now, let's find the distance of DB.
From points B(3, 7) and D(x, y), we have:
- x₁ = 3
- x₂ = x
- y₁ = 7
- y₂ = y
Substituting them into the formula,
Now, let's find the distance of DC.
From points C(7, 1) and D(x, y), we have:
- x₁ = 7
- x₂ = x
- y₁ = 1
- y₂ = y
Substituting them into the formula,
Now, let's equate all the distances to each other.
Squaring all the roots,
Let's consider the first two parts.
Now, let's consider the first and the last parts.
Now that we know the value of x, let's substitute it into Equation 1.
Therefore, the coordinate of the point which is equidistant from points A(5, 1), B(3, 7) and C(7, 1) is D(8, 0).