man0005
- 57
- 0
man0005 said:(1/2)sqr root(a^2b^2)
(1/2)sqr root(a^2c^2)
(1/2)sqr root(b^2c^2)
… man0005 said:i only know 1/2bh
but using that for this would be too messy yeah?

man0005 said:Is this right for Area D?
i made the line from 0,b,0 to a,0,0 as AB
and the line from 0,b,0 to 0,0,c as AC
so AB = (-a, b, 0)
AC = (0, b , -c)
then using cross product
= (-bc, -ac, -ab)
so area = 1/2 √ (b2c2 + a2c2+ a2b2)