
Christopher J. answered 09/21/20
Berkeley Grad Math Tutor (algebra to calculus)
I don't know if you have covered determinants in your class, but if so,
Area triangle = (1/2)* abs(det x1 y1 1 where abs is absolute value and det is the determinant.
x2 y2 1
x3 y3 1)
Use x1=-3, y1 =4
x2=4, y2=4
x3=3, y3 = -3
So Area = (1/2)* abs(det -3 4 1
4 4 1
3 -3 1)
You should get Area = 49/2. Try to work out the determinant yourself to make sure you understand the process.
Again, I don't know if you have done determinants in your class. This is just one way to solve this problem. There are other ways to do it, too. Please let me know if you need additional help!