To find the coordinates of the medians' midpoints of the triangle with vertices A(4,5), B(1,2), and C(6,2), we need to identify the midpoints of each side of the triangle.
-
Midpoint of BC (creates median from A):
- B(1,2) and C(6,2): \[ \text{Midpoint} = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) = \left( \frac{1 + 6}{2}, \frac{2 + 2}{2} \right) = \left( \frac{7}{2}, 2 \right) = (3.5, 2) \]
-
Midpoint of AC (creates median from B):
- A(4,5) and C(6,2): \[ \text{Midpoint} = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) = \left( \frac{4 + 6}{2}, \frac{5 + 2}{2} \right) = \left( \frac{10}{2}, \frac{7}{2} \right) = (5, 3.5) \]
-
Midpoint of AB (creates median from C):
- A(4,5) and B(1,2): \[ \text{Midpoint} = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) = \left( \frac{4 + 1}{2}, \frac{5 + 2}{2} \right) = \left( \frac{5}{2}, \frac{7}{2} \right) = \left( 2.5, 3.5 \right) \]
Thus, the ordered pairs of the three median bisectors are:
- From B to C: (3.5, 2)
- From A to C: (5, 3.5)
- From A to B: (2.5, 3.5)
Now we can match these points with the options given:
The correct response is:
- c=(2.5,3.5), b=(5,3.5), and a=(3.5,2).