Three of the vertices of a square have coordinates of ( 9 , 6 ) , ( 1 2 , 1 0 ) , and ( 5 , 9 ) . What are the coordinates of the last vertex?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let A = (5,9), B = (9,6) and C = (12,10) are the three vertices of a square. Let coordinates of the last vertex is D(p,q).
We know that, the intersecting point (x,y) of two diagonals of a square is the middle point for each of them. We can get the intersecting point from the coordinates of the diagonal (AC).
So, x = (5+12)/2 = 8.5 and y = (9+10)/2 = 9.5
Now, for diagonal (BD)
8.5 = (p+9)/2 , p = 8
and 9.5 = (q+6)/2 , q = 13
So, D(8,13).
The coordinates of the midpoint of the diagonal is
x m = 2 5 + 1 2 = 2 1 7
y m = 2 9 + 1 0 = 2 1 9
Using the values above, we can solve for the coordinate of the fourth vertex using the other diagonal.
2 1 7 = 2 9 + x ; x = 8
2 1 9 = 2 6 + y ; y = 1 3
The fourth vertex is at point ( 8 , 1 3 ) .
Problem Loading...
Note Loading...
Set Loading...
Let A = ( 9 , 6 ) , B = ( 1 2 , 1 0 ) and C = ( 5 , 9 ) . Observe that length of the line segments are A B → ( 1 2 − 9 ) 2 + ( 1 0 − 6 ) 2 = 5 B C → ( 1 2 − 5 ) 2 + ( 1 0 − 9 ) 2 = 5 2 A C → ( 9 − 5 ) 2 + ( 6 − 9 ) 2 = 5 After these calculations, we see that we want a point whose distance from B and C is 5. The only point listed whose distance from B and C is 5 is ( 8 , 1 3 )