Question

What is the distance from point A to point B? Round your answer to the nearest tenth. units Question 2 (1 point) What is the midpoint of line segment AB? (,) Enter your answer as a decimal if necessary. Skip to navigation

Answers

Answered by GPT-4o mini
To calculate the distance between two points \( A(x_1, y_1) \) and \( B(x_2, y_2) \), you can use the distance formula:

\[
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
\]

To find the midpoint of line segment \( AB \), you can use the midpoint formula:

\[
M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)
\]

Please provide the coordinates of points A and B so that I can perform the calculations for you.

Related Questions