In triangle GHJ, K(2,3) is the midpoint of segment GH, L(4,1) is the midpoint of segment HJ, and M(6,2) is the midpoint of segment GJ. What are the coordinates of G, H, and J?
For this problem, I doubled each of the coordinates because of the Triangle Midpoint Theorem. The problem is that I do not which coordinate belongs to which point. Was I correct in doubling the coordinates (i.e. (4,1) → (8, 2))?

The midpoint of a line segment with endpoints $(a_1,b_1)$ and $(a_2,b_2)$ is $$\left(\frac{a_1+a_2}{2},\frac{b_1+b_2}{2}\right).$$ For your case, we define the vertices as $G(x_1,y_1)$, $H(x_2,y_2)$, and $J(x_3,y_3)$. Consequently, $$\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)=\left(2,3\right),\tag 1$$ $$\left(\frac{x_2+x_3}{2},\frac{y_2+y_3}{2}\right)=\left(4,1\right),\tag 2$$ and $$\left(\frac{x_3+x_1}{2},\frac{y_3+y_1}{2}\right)=\left(6,2\right).\tag 3$$
Adding $(1)$, $(2)$, and $(3)$ results in $$x_1+x_2+x_3=12, \tag 4$$ and $$y_1+y_2+y_3=6. \tag 5$$ From $(1)$, $x_1+x_2 = 4 \implies x_1+x_2 + x_3 = 4+x_3 = 12 \implies x_3 = 8$.
We can solve the remaining unknowns similarly. Your final answer should be $(x_1,y_1)=(4,4)$, $(x_2,y_2)=(0,2)$, and $(x_3,y_3)=(8,0)$.