If on the coordinate plane (6,2) and (0,2) are the endpoints of the diagonal of a square, what is the distance between point (0,0) and the closest vertex of the square?
Not sure. What's the source of the question. This doesnt look like a gmat qn.
Anyways, Mid point of the diagonal is (3,2). Since, the diagonal/2 is 3 the other 2 points will be (3,-1) and (3,5). Now, the closest line will be the one between (0,2) and (3,-1). The equation for this line will be:
x + y + 2 = 0 (Solve for 2 points). Now, the closest distance from a point to a line will be the shortest distance, which is the perpendicular line.
If you have a point (x1,y1) and a line ax+by+c = 0, the perpendicular distance will be,
Modulus( (ax1+by1+c) / root(a^2 + b^2) ). Hence, this distance will be:
x1 = 0, y1 = 0. a = 1 b = 1 c = 2.
Ans: root(2).
















