Bunuel
If on the coordinate plane (6, 2) and (0, 6) are the endpoints of the diagonal of a square, what is the distance between point (0, 0) and the closest vertex of the square?
A. \(\frac{1}{\sqrt{2}}\)
B. 1
C. \(\sqrt{2}\)
D. \(\sqrt{3}\)
E. \(2\sqrt{3}\)
M15-19
Hello
My approach was a little different.
Since √2a= diagonal= √52 => side a= √26. Let the point we need be (x,y).
Now, as all sides of a square are equal, the distance from this point (x,y) to the vertices (0,6) and (6,2) must be equal.
√(x-0)^2 + (y-6)^2 = √(x-6)^2 + (y-2)^2.
Solving this gives us 3x-2y=1.
(1,1) is a solution for this equation. Distance between (0,0) and (1,1) is √2.
Of course, this single equation can have infinite solutions, but (1,1) keeps the distances on both sides equal. I cross-checked (1,1). Guess, I got lucky on my first try.
If any one could further elaborate on my idea and see if the hit and trial can be eliminated in order to arrive at (1,1), please do let me know.
Hope it helps!