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, [tex]\vec{AB}[/tex] and [tex]\vec{BC}[/tex].
[tex]\vec{AB}[/tex] is <1,-2,7> and [tex]\vec{BC}[/tex] is <-3,-1,6>
Then the cross product between the two: -9i + 3j + 7k.
And then the magnitude: [tex]\sqrt{81+9+49}[/tex] = [tex]\sqrt{139}[/tex]
Is this the correct way of solving this problem? Thank you.