116k views
2 votes
Find the area of a parallelogram PGRM with vertices at (0,0) (6,0) (2,4) and (8,4)

2 Answers

3 votes

I'll tell you how to do it for any polygon in the cartesian plane with the vertices listed in order.

First we have to list the vertices in order so each pair is a side:

(0,0) (6,0) (8,4) (2,4)

Now for each side (a,b)(c,d) we calculate the cross product ad-bc

(0,0)(6,0) 0(0)-0(6)=0

(6,0)(8,4) 6(4)-0(8)=24

(8,4)(2,4) 8(4)-4(2) = 24

(2,4)(0,0) 2(0)-4(0)=0

We add up the cross products, and take half the absolute value of the sum for the area:

Area = (1/2) | 0 + 24 + 24 + 0 | = 24

Answer: 24

User Coolbreeze
by
5.0k points
7 votes

Answer:


A=24\ un^2.

Explanation:

Plot points A(0,0), B(6,0), C(2,4) and D(8,4) on the coordinate plane (see attached diagram). The segment CE is the height of the parallelogram ABDC.

The area of the parallelogram is


A=\text{Base}\cdot \text{Height}

Base= AB

Height =CE

So,


AB=√((6-0)^2+(0-0)^2)=√(36+0)=√(36)=6\\ \\CE=√((2-2)^2+(4-0)^2)=√(0+16)=√(16)=4

Hence, the area of the parallelogram is

Find the area of a parallelogram PGRM with vertices at (0,0) (6,0) (2,4) and (8,4)-example-1
User Ffuentes
by
4.9k points