You can put this solution on YOUR website! Q:
What is the perimeter of the rectangle with the following corners: (5,2), (-5,2) and (5,-3)?
--------------------------------------------------------------------------
A:
The length is |5 - (-5)| = 10 and the width is |2 - (-3)| = 5.
The perimeter is P = 2L + 2W = 2(10) + 2(5) =
The coordinates of the 4th vertex is (-5, -3).