There are three points let's name them as
P(1,0,-1)
Q(0,1,1)
R(-1,1,0)
PQ=−i+j+2kRQ=i+k
cross product of these two vector will give us the normal of plane
∣∣i−11j10k21∣∣=i+3j−k
Equation of the vector can be written as
a(x−x0)+b(y−y0)+c(z−z0)=0
1(x−1)+3(y−0)−1(z−(−1))
=x+3y−z−2=0
Comments