document.write( "Question 764696: find the area of a triangle wit vertices at ( 3, -1, 2 ) ( 1,-1,-3) and (( 4,-3,-1) \n" ); document.write( "
Algebra.Com's Answer #465664 by Lola77479(27)![]() ![]() ![]() You can put this solution on YOUR website! find the area of a triangle wit vertices at ( 3, -1, 2 ) ( 1,-1,-3) and (( 4,-3,-1) \n" ); document.write( "-------------- \n" ); document.write( "Find the length of each side. \n" ); document.write( " \n" ); document.write( "---- \n" ); document.write( "Then use Heron's Law to find the area. \n" ); document.write( "I looked at that, it's possible but tedious. \n" ); document.write( "-------------------------- \n" ); document.write( "Another approach: \n" ); document.write( "Find the lengths of 2 sides, a & b, and the angle between them. \n" ); document.write( "Area = (a*b*sine(angle))/2 \n" ); document.write( "---------------------------- \n" ); document.write( "Label the point. \n" ); document.write( "A(3,-1,2) B(1,-1,-3) and C(4,-3,-1) \n" ); document.write( "Find 2 vectors for 2 of the sides \n" ); document.write( "U = AB = (2,0,5) \n" ); document.write( "V = AC = (-1,2,3) \n" ); document.write( "---- \n" ); document.write( "Get UxV the cross product \n" ); document.write( "---- \n" ); document.write( "|+i +j +k| \n" ); document.write( "|+2 +0 +5| \n" ); document.write( "|-1 +2 +3| \n" ); document.write( "--> i*(0-10) - j*(6+5) + k*(4 +0) \n" ); document.write( "UxV = -10i - 11j + 4k \n" ); document.write( "Find the magnitude of UxV \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |