$WXYZ$ is a square. If the co ordinates of $W$ and $Y$ are $(2,3)$ and $(5,7)$ respectively, find the co ordinates of $X$ and $Z$.
My Attempt:
I could only find the equation of diagonal $WY$ by using two point formula as follow $$(y-y_1)=\dfrac {y_2-y_1}{x_2-x_1} (x-x_1)$$ $$y-3=\dfrac {7-3}{5-2} (x-2)$$ $$4x-3y+1=0$$.
How do I complete the rest? please help