SOLUTION: Find the area of a parallelogram with vertices (0, 0), (3, 3), (4, 6), and (7, 9)

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: Find the area of a parallelogram with vertices (0, 0), (3, 3), (4, 6), and (7, 9)       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1059680: Find the area of a parallelogram with vertices (0, 0), (3, 3), (4, 6), and (7, 9)
Found 2 solutions by CubeyThePenguin, ikleyn:
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
Shoelace Theorem:

0.....0
3.....3
4.....6
7.....9
0.....0

left column to right column: (0*3) + (3*6) + (4*9) + (7*0) = 54
right column to left column: (0*3) + (3*4) + (6*7) + (9*0) = 54

area = 1/2 * |54 - 54| = 0

Answer by ikleyn(52787) About Me  (Show Source):
You can put this solution on YOUR website!
.

It is clear from the first glance that the answer/(the solution) by @Penguin is not correct.

It is seen from the fact that the four given points are not collinear.

So, the solution by @Penguin is wrong.


Where the mistake is ?

--- The mistake is in incorrect using the Shoelace theorem.


To apply this formula, the vertices must be listen in the clockwise (or anti-clockwise) order.

In this case, @Penguin failed to apply the formula correctly - it is the mistake' source.