PDA

View Full Version : Perimeter of a parallelogram


jumperluver100
Mar 25, 2009, 08:31 AM
A parallelogram has vertices at (1,2), (5,2), (-1,-3) and (3,-3). Find the perimeter to the nearest tenth.

Do I use the distance formula and if so, how?

ebaines
Mar 25, 2009, 08:56 AM
Yes, use the distance formula to find the lengths of each of the four edges of the parallelogram, then add up those four lengths. For example, the length of the edge that goes from point (a,b) to point (c,d) is:


\sqrt{ (c-a)^2 + (d-b)^2 }