Respuesta :
Answer:
A(-1, 3); B(3, -1); C(5, 3)
Step-by-step explanation:
It’s never a bad idea to sketch the triangle first. If we sketch the midpoints, we can get an idea of what the original triangle looks like.
Let’s label the vertices. Starting from the left, we will have the vertices A, B, and C.
We need to find the coordinates of each vertex. So, we will need to find (a, b) for Vertex A; (c, d) for Vertex B; and (e, f) for Vertex C.
The three given points are the midpoints of the triangle. Thus, we can use the midpoint formula:
[tex]\displaystyle M = \left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)[/tex]
Since we have three vertices, we will have three midpoints.
Notice that (1, 1) is the midpoint between A and B; (4, 1) is the midpoint between B and C; and (2, 3) is the midpoint between A and C. Therefore, we can write the following three statements:
Statement 1: (1, 1):
The midpoint is (1, 1). By the midpoint formula:
[tex]\displaystyle (1, 1) = \left(\frac{a+c}{2}, \frac{b+d}{2}\right)[/tex]
(Remember that A is (a, b) and B is (c, d).)
This yields two equations:
[tex]\displaystyle \frac{a+c}{2}=1\text{ and } \frac{b+d}{2}=1[/tex]
Statement 2: (4, 1):
Likewise:
[tex]\displaystyle (4, 1) = \left(\frac{c+e}{2}, \frac{d+f}{2}\right)[/tex]
And again, this yields two equations:
[tex]\displaystyle \frac{c+e}{2}=4\text{ and } \frac{d+f}{2}=1[/tex]
Statement 3: (2, 3):
Following the previous steps, this will yield the equations:
[tex]\displaystyle \frac{a+e}{2}=2\text{ and } \frac{b+f}{2}=3[/tex]
This yields a total of six equations:
[tex]\displaystyle \frac{a+c}{2}=1\text{ and } \frac{b+d}{2}=1[/tex]
[tex]\displaystyle \frac{c+e}{2}=4\text{ and } \frac{d+f}{2}=1[/tex]
[tex]\displaystyle \frac{a+e}{2}=2\text{ and } \frac{b+f}{2}=3[/tex]
We can multiply each equation by two to simplify:
[tex]a+c=2\text{ and } b+d=2\\c+e=8\text{ and } d+f=2\\a+e=4\text{ and } b+f=6[/tex]
The first column are the x-coordinates. The second column are the y-coordinates.
Since none of the variables in the first column (the x-coordinates) repeat in the second column (the y-coordinates) and vice versa, we can solve each column individually. Therefore:
First Column: The X-Coordinates:
We essentially have the triple system of equations:
[tex]\begin{cases}a+c=2, \\c+e=8\\a+e=4\\\end{cases}[/tex]
We can solve this using elimination. Multiplying the first equation by negative one yields:
[tex]-a-c=-2[/tex]
Adding it to the second:
[tex](c+e)+(-a-c)=(8)+(-2)[/tex]
Simplify:
[tex]-a+e=6[/tex]
We can add the newly acquired equation to the third equation:
[tex](a+e)+(-a+e)=(4)+(6)[/tex]
Add:
[tex]2e=10[/tex]
Divide. Hence, the value of e is:
[tex]e=5[/tex]
This allows us to find the two other values. Using the second equation:
[tex]\displaystyle \begin{aligned} c+e&=8 \\ c+(5)&=8 \\c&=3\end{aligned}[/tex]
And the third:
[tex]\begin{aligned} a + e &= 4 \\ a+(5) &= 4\\ a & = -1\end{aligned}[/tex]
Therefore, our x-coordinates are:
[tex]a=-1, \; c=3\; \text{ and } e=5[/tex]
Second Column: The Y-Coordinates:
We have another system of equations.
[tex]\begin{cases}b+d=2\\d+f=2\\b+f=6\end{cases}[/tex]
This can be solved very similarly to the last one. By multiplying the first equation by negative one:
[tex]-b-d=-2[/tex]
And adding it to the second:
[tex]\displaystyle \begin{aligned}(d+f)+(-b-d) &= (2)+(-2) \\ f - b &= 0 \end{aligned}[/tex]
And adding this to the third:
[tex]\displaystyle \begin{aligned} (b+f) + (f - b) &= (6) + (0) \\ 2f & = 6\end{aligned}[/tex]
Hence:
[tex]f=3[/tex]
Find the values of d using the second equation:
[tex]\begin{aligned}d+f&=2\\d+(3)&=2\\d&=-1\end{aligned}[/tex]
And b using the third:
[tex]\begin{aligned}b+f&=6\\b+(3)&=6\\b&=3\end{aligned}[/tex]
Therefore, our y-coordinates are:
[tex]b=3,\; d=-1\; \text{ and } f=3[/tex]
And our x-coordinates were:
[tex]a=-1, \; c=3\; \text{ and } e=5[/tex]
The vertices of our triangle were given by: A(a, b); B(c, d); and C(e, f).
In conclusion, our vertices are:
A(-1, 3)
B(3, -1)
C(5, 3).
