The equation of the plane with normal n=(A,B,C) that goes through point r0=(x0,y0,z0) is n⋅(r−r0)=A(x−x0)+B(y−y0)+C(z−z0)=0.
In our case, vector A=(2,3,6) can be used as normal vector, and the terminal point of vector B can be used as r0. Hence, the equation of the plane is 2(x−1)+3(y−5)+6(z−3)=0, or simplified 2x+3y+6z−35=0.
Comments