ND3G
- 79
- 0
Determine the area of a triangle with vertices A(1,0,-5), B(-2,2,3) and C(-3,1,-1).
1/2|a x b|
|a x b| = (1, 0, -5) x (-2, 2, 3)
= ((0)(3) - (2)(-5), (-5)(-2) - (3)(1), (1)(2) - (-2)(0))
= (10, 7, 4)
|(10, 7, 4)|
= sqr(10^2 + 7^2 + 4^2)
= sqr(165)
(1/2)(sqr(165)) = 6.42
Therefore the area of the triangle is approximately 6.42 square units.
1/2|a x b|
|a x b| = (1, 0, -5) x (-2, 2, 3)
= ((0)(3) - (2)(-5), (-5)(-2) - (3)(1), (1)(2) - (-2)(0))
= (10, 7, 4)
|(10, 7, 4)|
= sqr(10^2 + 7^2 + 4^2)
= sqr(165)
(1/2)(sqr(165)) = 6.42
Therefore the area of the triangle is approximately 6.42 square units.
Last edited: