You are given a square and 4 random points on its sides (1 point on each of the 4 sides). Then the sides are erased and you are left with only the 4 points.
Is it possible to recover the original square? If so, how can one do it?
Assume that the 4 random points do not happen to form the vertices of square (as in that case there are infinite number of squares that could be the original one)
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,B,C,D be the random points. If we construct CX perpendicular to BD and with length equal to BD, then X would lay on the side (as triangles BLD and CKX are equal). Given point X one can easily construct all sides one by one.