classify
triangle ABC A(-1,4)B(2,-1)C(5,2)
Find the length of the
line segment from A to the midpoint of BC.
Im not exactly sure how to plot the midpoint.
Sorry 4 the error:?:
Someone posted this formula earlier, but it may have gotten lost in the confusion.
If the endpoints of segment PQ are P(x1, y1) and Q(x2, y2), then the midpoint M is M( (x1 + x2)/2, (y1 + y2),2 )
That is, to find the coordinates of the midpoint of a segment, find the average of the x-coordinates of the endpoints, and the average of the y-coordinates of the endpoints.
Example: What is the midpoint of RS? The endpoints are R(4, 3) and S(-10, 1).
The average of the x coordinates is (4 + -10)/2, or -6/2, or -3. The x-coordinate of the midpoint is -3.
The average of the y-coordinates is (3 + 1)/2, or 4/2, or 2. The y-coordinate of the midpoint is 2.
The midpoint of segment RS is at (-3, 2).
Now...you need the midpoint of segment BC. Oh...and you may NOT get an integer for either or both of the coordinates of the midpoint....