To solve the questions regarding the distance from point A to point B and the midpoint of line segment AB, we first need the coordinates of points A and B.
Question 1: Distance from A to B
The formula to calculate the distance \( d \) between two points \( A(x_1, y_1) \) and \( B(x_2, y_2) \) is:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Question 2: Midpoint of AB
The formula to find the midpoint \( M \) of line segment AB is:
\[ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) \]
If you provide the coordinates for points A and B, I can calculate both the distance and the midpoint for you.