Given vertices ofQuadrilateral RSTU as R(1,3), S(4,1), T(1,-3) and U(-2,-1).
We need to check if diagonals are congruent.
The coordinates of verticales diagonal RT are R(1,3) and T(1,-3).
The coordinates of verticales diagonal SU are S(4,1), and U(-2,-1),
By applying distance formula:
![\mathrm{Compute\:the\:distance\:between\:}\left(x_1,\:y_1\right),\:\left(x_2,\:y_2\right):\quad \sqrt{\left(x_2-x_1\right)^2+\left(y_2-y_1\right)^2}](https://tex.z-dn.net/?f=%5Cmathrm%7BCompute%5C%3Athe%5C%3Adistance%5C%3Abetween%5C%3A%7D%5Cleft%28x_1%2C%5C%3Ay_1%5Cright%29%2C%5C%3A%5Cleft%28x_2%2C%5C%3Ay_2%5Cright%29%3A%5Cquad%20%5Csqrt%7B%5Cleft%28x_2-x_1%5Cright%29%5E2%2B%5Cleft%28y_2-y_1%5Cright%29%5E2%7D)
RT =
=![\sqrt{36}](https://tex.z-dn.net/?f=%5Csqrt%7B36%7D)
RT = 6
SU
.
.
Diagonal RT is not congruent to Diagonal SU.
Therefore, Quadrilateral RSTU is not a rectangle because the diagonals are not congruent.
So, it is False.