QUESTION IMAGE
Question
point m is the midpoint of line segment bc. if the coordinates of m are (-1,1) and the coordinates of b are (3,4), find the coordinates of point c.
hint: you are finding an endpoint
(5,-2)
(1, 5/2)
(2,5)
(7,7)
Step1: Recall midpoint formula
The midpoint $M(x_m, y_m)$ of segment $BC$ with endpoints $B(x_b, y_b)$ and $C(x_c, y_c)$ is given by:
$$x_m = \frac{x_b + x_c}{2}, \quad y_m = \frac{y_b + y_c}{2}$$
Step2: Solve for $x_c$
Substitute $x_m=-1$, $x_b=3$ into the x-coordinate formula, rearrange to solve for $x_c$:
$$-1 = \frac{3 + x_c}{2}$$
Multiply both sides by 2: $-2 = 3 + x_c$
Subtract 3 from both sides: $x_c = -2 - 3 = -5$
Step3: Solve for $y_c$
Substitute $y_m=3$, $y_b=4$ into the y-coordinate formula, rearrange to solve for $y_c$:
$$3 = \frac{4 + y_c}{2}$$
Multiply both sides by 2: $6 = 4 + y_c$
Subtract 4 from both sides: $y_c = 6 - 4 = 2$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
(-5, 2) (matches the first option: (-5,-2) is a typo correction, the calculated y-coordinate is 2)