I recently came across a PS problem I could not solve. Namely, I cannot see how a rectangle can be drawn such that two of its points, which according to the description are not diagonal opposites, do not match in either X or Y coordinates.
Rectangle PQRS lies in the first quadrant of the xy-plane, with point P diagonally opposite point R and point Q diagonally opposite point S. The coordinates of points P and Q are (a + 2, 2a) and (a - 3, a), respectively. If Point R lies at (11, 2), what is the value of a?