Roman C. answered 05/20/13
Masters of Education Graduate with Mathematics Expertise
This one is actually a classic problem for cross products.
<1, 0, -1> × <-2, 2, 0>
| i j k |
= | 1 0 -1 |
| -2 2 0 |
= <0*0 - (-1)*2, (-1)*(-2) - 1*0, 1*2 - 0*(-2)>
= <2, 2, 2>
Area = ||<2,2,2>|| = √(22 + 22 + 22) = 2√3.