Richard P. answered 08/03/21
PhD in Physics with 10+ years tutoring experience in STEM subjects
The first part is easily solved using the Herron Formula : A = sqrt [ s (s -a) ( s-b) (s -c) ]
where s is the semi-perimeter s = .5* (a + b + c) and a , b, and c are the lengths of the sides.
It is straightforward to get a = 1, b = sqrt(3) and c = sqrt( 6)
Plugging in, one gets A = sqrt(1/2)
Part b is more interesting. However more advanced books on linear algebra show that the equation of the plane is given formally by : A dot P = det M
where M is the 3 by 3 matrix
M = Px Py Pz
Qx Qy Qz
Rx Ry Rz
and P is the vector (x,y,z) , and A is the vector P X Q + Q X R + R X P ( here X denotes vector cross product)
dot indicates dot produce and det stands for determinant.
Px = 0, Py = 0, Pz =1 ; Qx = 1 Qy = -1, Qz = 1 ; Rx = -2 Ry = 1 Rz = -1
Notice that det M is just a number and that A dot P will be e x + f y + g z , where e ,f and g are numbers that are obtained from working out the cross products.
So the equation of the plane is e x + g y + g z = det M
I did not have time to work out det M and e,f,g - but it is straightforward.