ttiger2k7
- 57
- 0
Homework Statement
What is the area of a parallelogram that has points A(1,2,-3), B(2,0,4), & C(5,1,-2) as three of its four vertices?
Homework Equations
none, really
The Attempt at a Solution
First, I found two vectors, \vec{AB} and \vec{BC}.
\vec{AB} is <1,-2,7> and \vec{BC} is <-3,-1,6>
Then the cross product between the two: -9i + 3j + 7k.
And then the magnitude: \sqrt{81+9+49} = \sqrt{139}
Is this the correct way of solving this problem? Thank you.