The fourth vertex D of a parallelogram ABCD whose three vertices are A(-2, 3), B (6, 7) and C (8 , 3) is
Let the fourth vertex D =(x,y)
We know that the diagonals of a parallelogram bisect each other. So,the
midpoint of AC is same as the mid point of BD.
Mid point of two points (x1,y1) and (x2,y2) is calculated by the formula (x1+x22,y1+y22)
So, midpoint of AC= Mid point of BD
=>(−2+82,3+32)=(6+x2,7+y2)
=>(62,62)=(6+x2,7+y2)
=>6+x=6;7+y=6
=>x=0;y=−1
Hence, D=(0,−1)