Questions: Find the distance between the points (8,-2) and (7,-1).
4 unit(s)
sqrt(7) unit(s)
1 unit(s)
sqrt(2) unit(s)
Transcript text: Find the distance between the points $(8,-2)$ and $(7,-1)$.
4 unit(s)
$\sqrt{7}$ unit(s)
1 unit(s)
$\sqrt{2}$ unit(s)
Solution
Solution Steps
To find the distance between two points \((x_1, y_1)\) and \((x_2, y_2)\) in a 2D plane, we use the distance formula: \(\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\). This formula is derived from the Pythagorean theorem.
Step 1: Identify the Points
We are given two points in the Cartesian plane:
\[
(x_1, y_1) = (8, -2) \quad \text{and} \quad (x_2, y_2) = (7, -1).
\]
Step 2: Apply the Distance Formula
To find the distance \(d\) between the two points, we use the distance formula:
\[
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
\]