Answer:
(18, -15)
Explanation:
The vector AB is defined by its starting and endpoints. Usually, B would be at the end, but in this case A is. Since we are given its midpoint, that is, the point equidistant from both the coordinates A and B, we can find coordinate B by simply calculating the distance between A and the midpoint and reapplying this distance to the midpoint.
1. Finding the distance between the midpoint and A:
The distance between two coordinates, from what I can recall, is simply the final coordinate value minus the initial coordinate value, following the form (x2-x1, y2-y1). We know that A comes after the midpoint, because it is the endpoint (so it will be the final coordinate value). Applying this to the context of the question, (2-10, 13+1) = (-8,14).
2. Finding B using the distance between midpoint and A:
B will be the initial coordinate value because it comes before the midpoint. Therefore, giving B the values (x,y): (10-x, -1-y) = (-8, 14). Separating into two equations (respective to each axis):
10-x=-8
-x=-18
x=18
-1-y=14
-y=15
y=-15
Therefore, the coordinate of B is (18, -15).